Advertisement
Hightension

Untitled

Feb 15th, 2016
475
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.80 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. tablistUpdateInterval: 10.0
  7.  
  8. # whether tabList should be resend if a player joins or leaves the server
  9. updateOnPlayerJoinLeave: true
  10.  
  11. # whether tablist should be resend if a player switches the server
  12. updateOnServerChange: true
  13.  
  14. # whether to use scoreboard functions to bypass the 16 character limit
  15. # does NOT conflict if other scoreboard plugins
  16. useScoreboardToBypass16CharLimit: true
  17.  
  18. # You can limit the number of characters per slot here
  19. # Color codes do not count as a character; -1 means unlimited
  20. charLimit: -1
  21.  
  22. # Decide from where BungeeTabListPlus takes information like permissions,
  23. # prefix, suffix and group.
  24. # Possible values:
  25. # AUTO - take best source
  26. # BUKKIT - take information from Bukkit/Vault
  27. # BUKKITPERMISSIONSEX - take information from Bukkit/PermissionsEx
  28. # BUNGEEPERMS - take information from BungeePerms
  29. # BUNGEE - take group from bungee, prefix from config.yml, permissions from bungee
  30. permissionSource: BUNGEEPERMS
  31.  
  32. # whether to show players in spectator mode
  33. showPlayersInGamemode3: true
  34.  
  35. # if enabled the plugin checks for new versions automatically.
  36. # Use /BTLP to see whether a new version is available
  37. # this does NOT automatically install an update
  38. checkForUpdates: true
  39.  
  40. # this notifies admins (everyone with the permission `bungeetablistplus.admin`) if an update is available
  41. notifyAdminsIfUpdateAvailable: true
  42.  
  43. # If this is set to true and the plugin encounters an issue a bug report is sent automatically
  44. # Bug reports do not contain any sensitive or identifying information
  45. # Bug reports contain the plugin name, plugin version and the error message that also appears in the server log
  46. automaticallySendBugReports: true
  47.  
  48. # server Alias fo the {server} Variable
  49. serverAlias:
  50. advlobby: JumpNRun
  51. pvp: PvP
  52. spacewar: StarWars
  53. creative: Creative
  54. lobby: Lobby
  55. classic: Classic
  56. gta: GTA
  57. skyblock: Skyblock
  58. event: Eventserver
  59. pixelmon: Pixelmon
  60. skypvp: SkyPvP
  61. valentin: Valentin Event
  62. bauserver: Bauserver
  63. skywars1: SkyWars 1
  64. prophunt: Hide and Seek
  65. skywars2: Skywars 2
  66. skywars3: Skywars 3
  67.  
  68. # Alias fo the {world} Variable. Match 'server:world' to an alias
  69. worldAlias:
  70. server3:world: PvP
  71. server1:world1: Spawn
  72. server2:world: Creative
  73.  
  74. # list servers you wish to create custom prefixes for.
  75. # to use the custom prefixes use the {serverPrefix} variable
  76. serverPrefixes:
  77. SkyBlock: '&8(&dS&8) '
  78. Minigames: '&8(&bM&8)'
  79.  
  80. # the prefixes used for the {prefix} variable, based upon permission groups
  81. # IMPORTANT: these prefixes won't be used by default. see the wiki for details
  82. prefixes:
  83. default232: '&7'
  84. coadmin23: '&d'
  85.  
  86. # Interval (in seconds) at which all servers of your network get pinged to check whether they are online
  87. # If you intend to use the {onlineState:SERVER} variable set this to 2 or any value you like
  88. # setting this to -1 disables this feature
  89. pingDelay: -1
  90.  
  91. # replacement for the {onlineState} variable if the server is online
  92. online-text: '&2 ON'
  93.  
  94. # replacement for the {onlineState} variable if the server is offline
  95. offline-text: '&c OFF'
  96.  
  97. # those fakeplayers will randomly appear on the tablist. If you don't put any names there then no fakeplayers will appear
  98. fakePlayers: []
  99.  
  100. # servers which you wish to show their own tabList (The one provided by bukkit)
  101. excludeServers:
  102. - dsdsdasdd
  103. - server7
  104. - rpg
  105.  
  106. # servers which you wish to hide from the global tabList
  107. # Note that this is different from excludeServers above: this hides all players on the hidden servers from appearing
  108. # on the tablist, whereas excluded servers' players are still on the BungeeTabListPlus tablist, but they do not see
  109. # the global tab list
  110. hiddenServers:
  111. - skypvpneu
  112. - pvp2
  113. - minigames
  114. - bop
  115. - teamer
  116. - agario
  117. - agario2
  118. - prophunt
  119. - BungeeCord_hide
  120.  
  121. # players which are permanently hidden from the tab list
  122. # you can either put your username or your uuid (with dashes) here
  123. # don't use this. you have absolutely no reason to hide from anyone. on your own server.
  124. hiddenPlayers: []
  125.  
  126. # Detects which servers are using a bukkit-side tabList-plugin
  127. # and lets them show it / doesn't show the tablist provided by this plugin on these servers
  128. # This is disabled by default because it could be accidentially triggered by other plugins (Essentials nicknames etc.)
  129. # Warning: This is an experimental feature, it may cause unintended behaviour
  130. autoExcludeServers: false
  131.  
  132. # Time zone to use for the {time} variable
  133. # Can be full name like "America/Los_Angeles"
  134. # or custom id like "GMT+8"
  135. time-zone: Europe/Paris
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement