Advertisement
chris_61

Untitled

Aug 12th, 2015
267
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.35 KB | None | 0 0
  1. #
  2. # This the default TabList
  3. # It is shown to all users which haven't got another TabList
  4. #
  5. # Create a copy of this File, name it like you wish
  6. # and change the showTo and some other options
  7. # to create another TabList only shown to some users.
  8. # By doing this you can for example create
  9. # a special TabList for VIPs / Admins or
  10. # create a tabList only shown o one server
  11. # You can find more information on the wiki https://github.com/CodeCrafter47/BungeeTabListPlus/wiki
  12. #
  13.  
  14. howTo: all
  15. # This text will be shown above the tablist
  16. header: '&e[&dMCBuffalo &bNetwork&e]'
  17. # This text will be shown below the tablist
  18. footer: '&e25% OFF SUMMER SALE @ HTTP://STORE.MCBUFFALO.COM'
  19. # 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.
  20. shownFooterHeader: true
  21. # how Players should be grouped
  22. # You can use 'SERVER' or 'NONE'
  23. groupPlayers: SERVER
  24. # Whether to Show Groups with no Players
  25. # not effective if groupPlayers=NONE
  26. showEmptyGroups: false
  27. # This is how a group looks in the tabList
  28. # Use {fillplayers} at the point where you
  29. # wish the players to be listet
  30. # not effective if groupPlayers=NONE
  31. # You can also use {fillplayers:<group>}
  32. groupLines:
  33. - '[ALIGN LEFT]&9&l>&9 {server}({server_player_count}):'
  34. - '{fillplayers}'
  35. # This allows you to change the way players are listet
  36. # You can also use multiple slots to displaye additional information
  37. playerLines:
  38. - '{tabName}'
  39. # These lines are shown if there's not enough space
  40. # for all players upon the tabList
  41. morePlayersLines:
  42. - '... and {other_count} others'
  43. # And here finally is the tabList
  44. # Use {fillplayers} at the point where
  45. # you want the players to be shown.
  46. # You can also use {fillplayers:<group>} or {fillplayers:<server>}
  47. # Use [ALIGN BOTTOM] to state that the folowing
  48. # lines should be shown at the bottom of the tabList
  49. # You can also use [ALIGN LEFT]
  50. # You can use Variables to display dynamic content
  51. # more information at https://github.com/CodeCrafter47/BungeeTabListPlus/wiki
  52. tabList:
  53. - '{serverPrefix} {prefix}{fillplayers:Hub}'
  54. - '{serverPrefix} {prefix}{fillplayers:Creative}'
  55. - '{serverPrefix} {prefix}{fillplayers:Factions}'
  56. - '{serverPrefix} {prefix}{fillplayers:Games}'
  57. - '{serverPrefix} {prefix}{fillplayers:Parkour}'
  58. - '{serverPrefix} {prefix}{fillplayers:SkyBlock}'
  59. - '{serverPrefix} {prefix}{fillplayers:Survival}'
  60. # The skin shown for non-players
  61. # leave empty for default skins
  62. defaultSkin: MHF_ArrowRight
  63. # Defines to which players this tabList applies
  64. # No effect in the default tabList
  65. # possible values:
  66. # 'Player:<Name>' for specific Player
  67. # 'Players:<player1>,<player2>' for multiple Players
  68. # 'Server:<Server>' for all Players on that Server
  69. # 'Servers:<server1>,<server2>' for all Players which are on These Servers
  70. # 'group:<group>' for all players within that permission group
  71. # 'groups:<group1>,<group2>' same with multiple groups
  72. # '1.7' for all players with client version 1.7 or below
  73. # '1.8' for all players with client version 1.8 or above
  74. # 'all' for all players
  75. showTo: all
  76. # ping value tu use for non-player slots,
  77. # used if no other value is specified using [PING=?]
  78. defaultPing: 0
  79. # if true player skin is shown beneath name, otherwise default skin
  80. showCorrectPlayerSkins: true
  81. # If enabled slots are filled top-to-bottom instead of left-to-right
  82. verticalMode: false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement