games647 / ScoreboardStats

Bukkit plugin for customizing the sidebar of the scoreboard feature from minecraft
https://dev.bukkit.org/bukkit-mods/scoreboardstats/
MIT License
28 stars 45 forks source link

Scoreboard Order #190

Closed LuckyMonkyBaby closed 7 years ago

LuckyMonkyBaby commented 7 years ago

The scoreboard categories change place how do i fix that.

YellowZaki commented 7 years ago

It is not possible.

SlimeDog commented 7 years ago

The scoreboard is sorted by the values of the righthand column, largest at the top.

There are plenty of other scoreboard plugins that illustrate the way to control the order. Basically, the lefthand column must contain all the data, and the righthand column only integers that specify the order.