BungeeTabListPlus icon indicating copy to clipboard operation
BungeeTabListPlus copied to clipboard

Sorting Servers

Open PanetiX opened this issue 3 years ago • 1 comments

Hello, is there an option to sort the Servers by online players in list? I want, that der Server with most player online will be showing on top.

PanetiX avatar Dec 12 '21 16:12 PanetiX

You can order the servers by the number of players by adding the serverOrder: playercount line to the !players_by_server component:

!players_by_server
playerSet: all_players
serverOrder: playercount

Wiki: https://github.com/CodeCrafter47/BungeeTabListPlus/wiki/Components#serverorder

CodeCrafter47 avatar Apr 01 '22 13:04 CodeCrafter47