Allow setting tab list size per listener see #173

This commit is contained in:
md_5
2013-03-04 22:52:53 +11:00
parent efcf4c6a59
commit 5c1d7e1c5b
3 changed files with 11 additions and 3 deletions

View File

@@ -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.
*/