Advertisement
chris_61

Untitled

Oct 19th, 2014
276
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.10 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. showTo: all
  15. header: '&e[&dMCBuffalo &bNetwork&e]'
  16. footer: '&c20% &eoff all donations @ &chttp://store.mcbuffalo.com. Ends Sunday 21st'
  17. shownFooterHeader: true
  18. groupPlayers: SERVER
  19. showEmptyGroups: false
  20. groupLines:
  21. - ' '
  22. - '[ALIGN LEFT]&6{server}({server_player_count}):'
  23. - '&7{fillplayers}'
  24. playerLines:
  25. - '{tabName}'
  26. morePlayersLines:
  27. - '... and {other_count} others'
  28. tabList:
  29. - '[ALIGN LEFT]{fillplayers}'
  30. - '[ALIGN BOTTOM]&2============'
  31. - '&2============'
  32. - '&2============'
  33. - '&2============'
  34. - '&2Time: &a{time}'
  35. - '&2Players: &a{players}'
  36. - '&2Balance: &a{balance}'
  37. - '.....'
  38. defaultSkin: 'MHF_ArrowRight'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement