# https://github.com/NEZNAMY/TAB/wiki/Feature-guide:-Header-&-Footer
display-condition: "%world%=test"
- "Test header in world 'test'"
- "Test footer in world 'test'"
- "<#FFFFFF>&m </#FFFF00>"
- "&3&lKiyoko and Kanade Server"
- "&r&7&l>> %animation:Welcome%&3 &l%player%&7&l! &7&l<<"
- "&r&7Online players: &f%online%"
- "&6Online staff: &e%staffonline%"
- "&7&l Used memory: %memory-used% MB / %memory-max% MB"
- "&r&7Visit our webpage %animation:web%"
- "<#FFFFFF>&m </#FFFF00>"
# https://github.com/NEZNAMY/TAB/wiki/Feature-guide:-Tablist-name-formatting
disable-condition: '%world%=disabledworld'
# https://github.com/NEZNAMY/TAB/wiki/Feature-guide:-Nametags
# https://github.com/NEZNAMY/TAB/wiki/Feature-guide:-Sorting-players-in-tablist
- "GROUPS:owner,admin,mod,helper,builder,vip,default"
- "PLACEHOLDER_A_TO_Z:%player%"
case-sensitive-sorting: true
can-see-friendly-invisibles: false
disable-condition: '%world%=disabledworld'
# https://github.com/NEZNAMY/TAB/wiki/Feature-guide:-Playerlist-Objective
fancy-value: "&7Ping: %ping%"
title: "TAB" # Only visible on Bedrock Edition
disable-condition: '%world%=disabledworld'
# https://github.com/NEZNAMY/TAB/wiki/Feature-guide:-Belowname
value: "%player_displayname% | &c%health%"
fancy-value: "%player_displayname% | &c%health%"
fancy-value-default: "NPC"
# https://github.com/NEZNAMY/TAB/wiki/Feature-guide:-Spectator-fix
prevent-spectator-effect:
# https://github.com/NEZNAMY/TAB/wiki/Feature-guide:-Bossbar
remember-toggle-choice: false
style: "PROGRESS" # for 1.9+: PROGRESS, NOTCHED_6, NOTCHED_10, NOTCHED_12, NOTCHED_20
color: "%animation:barcolors%" # for 1.9+: BLUE, GREEN, PINK, PURPLE, RED, WHITE, YELLOW
text: "&fWebsite: &bwww.domain.com"
# https://github.com/NEZNAMY/TAB/wiki/Feature-guide:-Scoreboard
remember-toggle-choice: false
delay-on-join-milliseconds: 0
title: "<#E0B11E>MyServer</#FF0000>"
display-condition: "%player-version-id%>=765;%bedrock%=false" # Only display it to players using 1.20.3+ AND NOT bedrock edition
- "%animation:MyAnimation1%"
- "* &eOnline&7:||%online%"
- "* &eCurrent World&7:||%worldonline%"
- "* &eStaff&7:||%staffonline%"
- "* &bPing&7:||%ping%&8ms"
- "* &bWorld&7:||%world%"
- "%animation:MyAnimation1%"
title: "<#E0B11E>MyServer</#FF0000>"
- "%animation:MyAnimation1%"
- "* &eOnline&7: &f%online%"
- "* &eCurrent World&7: &f%worldonline%"
- "* &eStaff&7: &f%staffonline%"
- "* &bRank&7: &f%group%"
- "* &bPing&7: &f%ping%&8ms"
- "* &bWorld&7: &f%world%"
- "%animation:MyAnimation1%"
# https://github.com/NEZNAMY/TAB/wiki/Feature-guide:-Layout
default-skin: mineskin:37e93c8e12cd426cb28fce31969e0674
enable-remaining-players-text: true
remaining-players-text: '... and %s more'
empty-slot-ping-value: 1000
- '42|&bshop.myserver.net'
display-condition: permission:tab.staff
# https://github.com/NEZNAMY/TAB/wiki/Feature-guide:-Ping-Spoof
# https://github.com/NEZNAMY/TAB/wiki/Feature-guide:-Global-playerlist
display-others-as-spectators: false
display-vanished-players-as-spectators: true
isolate-unlisted-servers: false
date-format: "dd.MM.yyyy"
time-format: "[HH:mm:ss / h:mm a]"
register-tab-expansion: false
# https://github.com/NEZNAMY/TAB/wiki/Feature-guide:-Placeholder-output-replacements
placeholder-output-replacements:
# https://github.com/NEZNAMY/TAB/wiki/Feature-guide:-Conditional-placeholders
nick: # use it with %condition:nick%
- "%player%=%essentials_nickname%"
false: "~%essentials_nickname%"
placeholder-refresh-intervals:
default-refresh-interval: 500
"%server_tps_1_colored%": 1000
"%server_unique_joins%": 5000
"%rel_factionsuuid_relation_color%": 1000
# assigning groups by permission nodes instead of taking them from permission plugin
assign-groups-by-permissions: false
# if the option above is true, all groups are taken based on permissions and the one higher in this list is used as primary
# Warning! This is not sorting list and has nothing to do with sorting players in tablist!
primary-group-finding-list:
# Refresh interval (in milliseconds) of:
# - Permission checks in conditions / sorting
# - Group retrieving from permission plugin for sorting / per-group properties
permission-refresh-interval: 10
# Unlocks extra console messages
# https://github.com/NEZNAMY/TAB/wiki/MySQL
# https://github.com/NEZNAMY/TAB/wiki/Feature-guide:-Multi-server-support
channel-name-suffix: "custom"
# Supported types: PLUGIN, REDIS, RABBITMQ
# Compatible plugins: RedisBungee
# If enabled and compatible plugin is found, hook is enabled to work with proxied players
url: 'redis://:password@localhost:6379/0'
url: 'amqp://guest:guest@localhost:5672/%2F'
minimessage-support: true
disable-shadow-for-heads: true
# Internal value, do not change this
########################################################################
# BUKKIT ONLY - THE FOLLOWING SECTION IS ONLY FOR BACKEND INSTALLATION #
########################################################################
# https://github.com/NEZNAMY/TAB/wiki/Feature-guide:-Per-world-playerlist
# players with tab.staff will always see all players
allow-bypass-permission: false
# players in these worlds will always see all players
shared-playerlist-world-groups:
compensate-for-packetevents-bug: false
#####################################################################
# PROXY ONLY - THE FOLLOWING SECTION IS ONLY FOR PROXY INSTALLATION #
#####################################################################
# Take permissions and groups from backend server instead of proxy
use-bukkit-permissions-manager: false
# Sometimes server might be using offline uuids in tablist instead of online, such as disabling waterfall's tablist rewrite option
# If you experience tablist formatting not working, toggle this option (set it to opposite value)
# Only affects proxies with online mode enabled
use-online-uuid-in-tablist: true