Advertisement
Guest User

Untitled

a guest
Aug 6th, 2015
888
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.14 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. # time in seconds after which the tabList will be resend to all players
  5. # set this to -1 to disable scheduled update of the tabList
  6. tablistUpdateIntervall: 1.0
  7. # whether tabList should be resend if a player joins or leaves the server
  8. updateOnPlayerJoinLeave: true
  9. # whether tablist should be resend if a player switches the server
  10. updateOnServerChange: true
  11. # whether to use scoreboard functions to bypass the 16 character limit
  12. # does NOT conflict if other scoreboard plugins
  13. useScoreboardToBypass16CharLimit: true
  14. # You can limit the number of characters per slot here
  15. # Color codes do not count as a character; -1 means unlimited
  16. charLimit: -1
  17. # Decide from where BungeeTabListPlus takes informations like permissions,
  18. # prefix, suffix and group.
  19. # Possible values:
  20. # AUTO - take best source
  21. # BUKKIT - take informations from bukkit/vault
  22. # BUNGEEPERMS - take informations from bungeeperms
  23. # BUNGEE - take group from bungee, prefix from config.yml, permissions from bungee
  24. permissionSource: AUTO
  25. # whether ping is sent to clients
  26. # setting this to false can help you reducing network traffic
  27. sendPing: true
  28. # whether to show players in suspector mode
  29. showPlayersInGamemode3: false
  30. # if enabled the plugin checks for new versions automatically.
  31. # Use /BTLP to see whether a new version is available
  32. # this does NOT automatically install an update
  33. checkForUpdates: false
  34. # this notifies admins (everyone with the permission `bungeetablistplus.admin`) if an update is available
  35. notifyAdminsIfUpdateAvailable: false
  36. # server Alias fo the {server} Variable
  37. serverAlias:
  38. server3: Games
  39. server2: Survival
  40. server1: Hub
  41. # Alias fo the {world} Variable. Match 'server:world' to an alias
  42. worldAlias:
  43. server3:world: PvP
  44. server1:world1: Spawn
  45. server2:world: Creative
  46. # list servers you wish to create custom prefixes for.
  47. # to use the custom prefixes use the new {serverPrefix} variable
  48. serverPrefixes:
  49. Survival: '&b&l(S)'
  50. bw-8: '&4&l(B)'
  51. bw-9: '&4&l(B)'
  52. bw-6: '&4&l(B)'
  53. bw-7: '&4&l(B)'
  54. bw-4: '&4&l(B)'
  55. bw-5: '&4&l(B)'
  56. Hub: '&3&l(H)'
  57. sg: '&6&l(G)'
  58. bw-2: '&4&l(B)'
  59. bw-3: '&4&l(B)'
  60. Games: '&6&l(G)'
  61. bw-1: '&4&l(B)'
  62. bwhub: '&4&l(B)'
  63. # the prefixes used for the {prefix} variable, based upon permission groups
  64. # IMPORTANT: these prefixes won't be used by default. see the wiki for details
  65. prefixes:
  66. St: '&4&l'
  67. Help: '&6'
  68. vip1: '&6&l'
  69. vipp: '&e'
  70. Gl: '&4&l'
  71. Mvp: '&b'
  72. lord: '&b'
  73. Oper: '&c'
  74. Creat: '&5'
  75. Fly: '&9'
  76. default: '&a'
  77. Youtuber: '&5'
  78. devoper: '&4'
  79. mvpp: '&b'
  80. vip: '&e'
  81. st: '&4&l'
  82. creat: '&5'
  83. gl: '&4&l'
  84. mvp: '&b'
  85. Default: '&a'
  86. youtuber: '&5'
  87. Mvpp: '&b'
  88. help: '&6'
  89. Lord: '&b'
  90. fly: '&9'
  91. YouTuber: '&5'
  92. Devoper: '&4'
  93. oper: '&c'
  94. Vipp: '&e'
  95. Vip1: '&6&l'
  96. Vip: '&e'
  97. # Interval (in seconds) at which all servers of your network get pinged to check whether they are online
  98. # If you intend to use the {onlineState:SERVER} variable set this to 2 or any value you like
  99. # setting this to -1 disables this feature
  100. pingDelay: -1
  101. online:
  102. # replacement for the {onlineState} variable if the server is online
  103. text: '&2 ON'
  104. offline:
  105. # replacement for the {onlineState} variable if the server is offline
  106. text: '&c OFF'
  107. # those fakeplayers will randomly appear on the tablist. If you don't put any names there then no fakeplayers will appear
  108. fakePlayers: []
  109. # servers which you wish to show their own tabList (The one provided by bukkit)
  110. excludeServers:
  111. - C1
  112. - C2
  113. - C3
  114. - AuthMe
  115. - gg-0
  116. - bw-1
  117. - bw-2
  118. - bw-3
  119. - bw-4
  120. - bw-5
  121. - bw-6
  122. - bw-7
  123. - bw-8
  124. - bw-9
  125. # Detects which servers are using a bukkit-side tabList-plugin
  126. # and lets them show it / doesn't show the tablist provided by this plugin on these servers
  127. # This is disabled by default because it could be accidentially triggered by other plugins (Essentials nicknames etc.)
  128. # Warning: This is an experimental feature, it may cause unintended behaviour
  129. autoExcludeServers: false
  130. autoShrinkTabList: false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement