Allow setting tab list size per listener see #173
This commit is contained in:
@@ -24,6 +24,10 @@ public class ListenerInfo
|
||||
* Max amount of slots displayed on the ping page.
|
||||
*/
|
||||
private final int maxPlayers;
|
||||
/**
|
||||
* Number of players to be shown on the tab list.
|
||||
*/
|
||||
private final int tabListSize;
|
||||
/**
|
||||
* Name of the server which users will be taken to by default.
|
||||
*/
|
||||
|
Reference in New Issue
Block a user