#
# This the default TabList
# It is shown to all users which haven't got another TabList
#
# Create a copy of this File, name it like you wish
# and change the showTo and some other options
# to create another TabList only shown to some users.
# By doing this you can for example create
# a special TabList for VIPs / Admins or
# create a tabList only shown o one server
# You can find more information on the wiki https://github.com/CodeCrafter47/BungeeTabListPlus/wiki
#
#
# This the default TabList
# It is shown to all users which haven't got another TabList
#
# Create a copy of this File, name it like you wish
# and change the showTo and some other options
# to create another TabList only shown to some users.
# By doing this you can for example create
# a special TabList for VIPs / Admins or
# create a tabList only shown o one server
# You can find more information on the wiki https://github.com/CodeCrafter47/BungeeTabListPlus/wiki
#
# Defines to which players this tabList applies
# No effect in the default tabList
# possible values:
# 'Player:<Name>' for specific Player
# 'Players:<player1>,<player2>' for multiple Players
# 'Server:<Server>' for all Players on that Server
# 'Servers:<server1>,<server2>' for all Players which are on These Servers
# 'group:<group>' for all players within that permission group
# 'groups:<group1>,<group2>' same with multiple groups
# '1.7' for all players with client version 1.7 or below
# '1.8' for all players with client version 1.8 or above
# 'all' for all players
showTo: all
# This text will be shown above the tablist
header: '&bWelcome &6{player}'
# This text will be shown below the tablist
footer: '&4play.minecraft.example.com'
# whether to shown header/footer or not. You should set this to false if you wan to use a bukkit/spigot side plugin for that.
shownFooterHeader: true
# The skin shown for non-players
# leave empty for default skins
defaultSkin: MHF_Question
# ping value tu use for non-player slots,
# used if no other value is specified using [PING=?]
defaultPing: 0
# if true player skin is shown beneath name, otherwise default skin
showCorrectPlayerSkins: true
# how Players should be grouped
# You can use 'SERVER' or 'NONE'
groupPlayers: NONE
# Whether to Show Groups with no Players
# not effective if groupPlayers=NONE
showEmptyGroups: false
# If enabled slots are filled top-to-bottom instead of left-to-right
verticalMode: false
# This is how a group looks in the tabList
# Use {fillplayers} at the point where you
# wish the players to be listet
# not effective if groupPlayers=NONE
# You can also use {fillplayers:<group>}
groupLines:
- '[ALIGN LEFT][SKIN=MHF_ArrowRight]&9&l>&9 {server}({server_player_count}):'
- '{fillplayers}'
# This allows you to change the way players are listet
# You can also use multiple slots to displaye additional information
playerLines:
- '&7{insertIfServersSame:&f}{rawname}'
# These lines are shown if there's not enough space
# for all players upon the tabList
morePlayersLines:
- '... and {other_count} others'
# And here finally is the tabList
# Use {fillplayers} at the point where
# you want the players to be shown.
# You can also use {fillplayers:<group>} or {fillplayers:<server>}
# Use [ALIGN BOTTOM] to state that the folowing
# lines should be shown at the bottom of the tabList
# You can also use [ALIGN LEFT]
# You can use Variables to display dynamic content
# more information at https://github.com/CodeCrafter47/BungeeTabListPlus/wiki
tabList:
- '&2>>>>>>>>>>>>'
- '&aWelcome'
- '&2<<<<<<<<<<<<'
- '&2>>>>>>>>>>>>'
- '&a{player}'
- '&2<<<<<<<<<<<<'
- ' '
- ' '
- ' '
- '{fillplayers}'
- '[ALIGN BOTTOM]&2============'
- '&2============'
- '&2============'
- '&2Time: &a{time}'
- '&2Players: &a{players}'
- '&2Balance: &a{balance}'
|