Hey guys. We have a new rule for dealing with scoreboards in games.

The only methods that will be approved are ones that disable the ability for someone to post a score.

Using the method of starting the score at -99999999 still isn't a good option as it will still create dodgy entries in the global scoreboard. Admittedly these dodgy entries will be at the bottom of the scoreboard, which is better then the top, but it still makes a mess of the scoreboard.

The other alternative is that the scoreboard is only coded to handle unsigned integers, which is a possibility because the programmers would not be expecting negative scores. In this case the -9999999 would be entered on the scoreboard as a 9999999.

So the only acceptable way to deal with scoreboards from now on is to disable the ability to post the score.