Advertisement
Guest User

Untitled

a guest
May 26th, 2015
310
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.54 KB | None | 0 0
  1. # This is the Config File of BungeeTabListPlus
  2. # You can find more detailed information on the wiki: https://github.com/CodeCrafter47/BungeeTabListPlus/wiki
  3.  
  4. showTo: all
  5. header: '&bWelcome &6{player} to iPlayServers!'
  6. footer: '&4mc.iplayservers.net'
  7. shownFooterHeader: true
  8. groupPlayers: SERVER
  9. showEmptyGroups: false
  10. groupLines:
  11. - '[ALIGN LEFT]&9&l>&9 Hub: {players:hub}'
  12. - '[ALIGN LEFT]'
  13. - '[ALIGN LEFT]&9&l>&9 Towny: {players:towny}'
  14. - '[ALIGN LEFT]'
  15. - '[ALIGN LEFT]&9&l>&9 Factions: {players:factions}'
  16. - '[ALIGN LEFT]'
  17. - '[ALIGN LEFT]&9&l>&9 Prisons: {players:prisons}'
  18. - '[ALIGN LEFT]'
  19. - '[ALIGN LEFT]&9&l>&9 Creative: {players:creative}'
  20. - '[ALIGN LEFT]'
  21. - '[ALIGN LEFT]&9&l>&9 SkyBlock: {players:skyblock}'
  22. - '[ALIGN LEFT]'
  23. - '[ALIGN LEFT]&9&l>&9 KitPVP: {players:kitpvp}'
  24. - '[ALIGN LEFT]'
  25. - '[ALIGN LEFT] Iforgotthename'
  26. - ''
  27. - ''
  28. - [ROW=1]Players!
  29. - [ROW=1]{fillplayers}}
  30. playerLines:
  31. - '{tabName}'
  32. morePlayersLines:
  33. - '... and {other_count} others'
  34. tabList:
  35. - '&2>>>>>>>>>>>>'
  36. - '&aWelcome'
  37. - '&a{player}'
  38. - '&2<<<<<<<<<<<<'
  39. - ' '
  40. - '[ALIGN LEFT]{fillplayers}'
  41. - '[ALIGN BOTTOM]&2============'
  42. - '&2============'
  43. - '&2============'
  44. - '&2============'
  45. - '&2Time: &a{time}'
  46. - '&2Players: &a{players}'
  47. - '&2Balance: &a{balance}'
  48. - '.....'
  49. defaultSkin: MHF_ArrowRight
  50. # time in seconds after which the tabList will be resend to all players
  51. # set this to -1 to disable scheduled update of the tabList
  52. tablistUpdateIntervall: 1.0
  53. # whether tabList should be resend if a player joins or leaves the server
  54. updateOnPlayerJoinLeave: true
  55. # whether tablist should be resend if a player switches the server
  56. updateOnServerChange: true
  57. # whether to use scoreboard functions to bypass the 16 character limit
  58. # does NOT conflict if other scoreboard plugins
  59. useScoreboardToBypass16CharLimit: true
  60. # You can limit the number of characters per slot here
  61. # Color codes do not count as a character; -1 means unlimited
  62. charLimit: -1
  63. # Decide from where BungeeTabListPlus takes informations like permissions,
  64. # prefix, suffix and group.
  65. # Possible values:
  66. # AUTO - take best source
  67. # BUKKIT - take informations from bukkit/vault
  68. # BUNGEEPERMS - take informations from bungeeperms
  69. # BUNGEE - take group from bungee, prefix from config.yml, permissions from bungee
  70. permissionSource: AUTO
  71. # whether ping is sent to clients
  72. # setting this to false can help you reducing network traffic
  73. sendPing: true
  74. # whether to show players in suspector mode
  75. showPlayersInGamemode3: true
  76. # if enabled the plugin checks for new versions automatically.
  77. # Use /BTLP to see whether a new version is available
  78. # this does NOT automatically install an update
  79. checkForUpdates: true
  80. # this notifies admins (everyone with the permission `bungeetablistplus.admin`) if an update is available
  81. notifyAdminsIfUpdateAvailable: true
  82. # server Alias fo the {server} Variable
  83. serverAlias:
  84. server1: Spawn
  85. server2: Creative
  86. server3: PvP
  87. # Alias fo the {world} Variable. Match 'server:world' to an alias
  88. worldAlias:
  89. server1:world1: Spawn
  90. server2:world: Creative
  91. server3:world: PvP
  92. # list servers you wish to create custom prefixes for.
  93. # to use the custom prefixes use the new {serverPrefix} variable
  94. serverPrefixes:
  95. Minigames: '&8(&bM&8)'
  96. SkyBlock: '&8(&dS&8) '
  97. # the prefixes used for the {prefix} variable, based upon permission groups
  98. # IMPORTANT: these prefixes won't be used by default. see the wiki for details
  99. prefixes:
  100. default: ''
  101. admin: '&c[A] '
  102. # Interval (in seconds) at which all servers of your network get pinged to check whether they are online
  103. # If you intend to use the {onlineState:SERVER} variable set this to 2 or any value you like
  104. # setting this to -1 disables this feature
  105. pingDelay: -1
  106. online:
  107. # replacement for the {onlineState} variable if the server is online
  108. text: '&2 ON'
  109. offline:
  110. # replacement for the {onlineState} variable if the server is offline
  111. text: '&c OFF'
  112. # those fakeplayers will randomly appear on the tablist. If you don't put any names there then no fakeplayers will appear
  113. fakePlayers: []
  114. # servers which you wish to show their own tabList (The one provided by bukkit)
  115. excludeServers:
  116. - server2
  117. - server7
  118. # Detects which servers are using a bukkit-side tabList-plugin
  119. # and lets them show it / doesn't show the tablist provided by this plugin on these servers
  120. # This is disabled by default because it could be accidentially triggered by other plugins (Essentials nicknames etc.)
  121. # Warning: This is an experimental feature, it may cause unintended behaviour
  122. autoExcludeServers: false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement