Message
Message
# This option monitors server performance. If the server's TPS is less than the set
value,
# TabList will cancels all currently running schedulers to improve server
performance.
# TabList will not restart these schedulers (ie animations, group updates, etc.),
# so you have to do it manually, by reconnecting to the server or by reloading the
plugin.
# At values below 8-5, TabList is almost unable to stop its own running processes,
# as the server is already under a very heavy load.
# The values should be between 5-18
# If the value is below 5 or above 18, the default value will be 16.0
# To disable this feature set to -1
tps-performance-observation-value: -1.0
# If enabled, the gray color will not appear to other players when the player's
game mode is spectator.
# The gray color will only show for the spectator player.
remove-gray-color-from-tab-in-spectator: false
# You can specify worlds, which will share the same list of players
world-groups:
# Placeholders formatting
placeholder-format:
# When the player changes the AFK status, change his tablist name format?
afk-status:
enable: true
# Formats/examples:
https://docs.oracle.com/javase/8/docs/api/java/text/SimpleDateFormat.html
# Format of %server-time% placeholder.
time-format: mm:HH
# https://github.com/montlikadani/TabList/wiki/Ping-or-tps-formatting
formats:
- '&a%ping% <= 200'
- '&6%ping% >= 200'
- '&c%ping% > 500'
# How many numbers do you want to display after "." in %tps% placeholder?
# The number should be higher than 0.
# Example: 3 = 19.14
size: 2
# Prefer player's primary Vault group when assigning tablist group from
groups.yml?
# true - player will be assigned their primary vault group where possible
# false - applies the group that has the higher priority in the permission plugin
prefer-primary-vault-group: false
# Follow the name tag visibility for players to show the name tag above player or
not,
# depending if a scoreboard team with visibility 'hidden' is exist.
# true - Follows the name tag visibility and hides if there is a scoreboard team
created with visibility 'hidden'
# false - Always shows the name tag above player
followNameTagVisibility: false
# Types:
# none - disables tablist objects
# ping - player's ping
# health - player's health
# custom - custom placeholder
type: ping