-
Notifications
You must be signed in to change notification settings - Fork 16
Tablist
Marcin Wieczorek edited this page Apr 22, 2017
·
2 revisions
NovaGuilds allows you to customize the tablist on 1.8 and later verions.
You can specify refresh time. Less than 10-20 seconds is not recommended, but it will work without lags (might cause slightly higher CPU usage). The tablist is asynchronous.
On online-mode servers players' heads are being displayed in the tablist. By filling texture
with someone's nickname you can define what head to use.
- SERVER_ONLINE
- SERVER_ONLINE_ALL
- SERVER_MAX
- DATE_YEAR
- DATE_MONTH
- DATE_HOURS
- DATE_MINUTES
- DATE_SECONDS
- WORLD_NAME
- PLAYER_NAME
- PLAYER_BALANCE
- PLAYER_KILLS
- PLAYER_DEATHS
- PLAYER_KDR
- PLAYER_CHATMODE
- PLAYER_SPYMODE
- PLAYER_BYPASS
- PLAYER_POINTS
- GUILD_NAME
- GUILD_TAG
- GUILD_PLAYERS_ONLINE
- GUILD_PLAYERS_MAX
- GUILD_LIVES
- GUILD_RAIDPROGRESS
- GUILD_PVP
- GUILD_MONEY
- GUILD_POINTS
- GUILD_SLOTS
- GUILD_TIME_REGEN
- GUILD_TIME_REST
- GUILD_TIME_CREATED
- GUILD_TIME_PROTECTION
- GUILD_HOME
- GUILD_OPENINVITATION
- PLAYER_TOP_PLAYER_POINTS_N
(number here)
- PLAYER_TOP_PLAYER_KDR_N
(number here)
- GUILD_TOP_N
(number here)
You're supposed to replace (number here)
with row index, like this:
- "{PLAYER_TOP_PLAYER_KDR_N1}"
- "{PLAYER_TOP_PLAYER_KDR_N2}"
- "{PLAYER_TOP_PLAYER_KDR_N3}"
- "{PLAYER_TOP_PLAYER_KDR_N4}"
- "{PLAYER_TOP_PLAYER_KDR_N5}"
- "{PLAYER_TOP_PLAYER_KDR_N6}"
- "{PLAYER_TOP_PLAYER_KDR_N7}"
- "{PLAYER_TOP_PLAYER_KDR_N8}"
- "{PLAYER_TOP_PLAYER_KDR_N9}"
- "{PLAYER_TOP_PLAYER_KDR_N10}"