Advertisement
Guest User

Untitled

a guest
Jan 19th, 2017
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.77 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: 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. # You can limit the number of characters per slot here
  12. # Color codes do not count as a character; -1 means unlimited
  13. charLimit: -1
  14. # Decide from where BungeeTabListPlus takes information like permissions,
  15. # prefix, suffix and group.
  16. # Possible values:
  17. # AUTO - take best source
  18. # BUKKIT - take information from Bukkit/Vault
  19. # BUNGEEPERMS - take information from BungeePerms
  20. # BUNGEE - take group from bungee, prefix from config.yml, permissions from bungee
  21. permissionSource: AUTO
  22. # whether to show players in spectator mode
  23. showPlayersInGamemode3: true
  24. # if enabled the plugin checks for new versions automatically.
  25. # Use /BTLP to see whether a new version is available
  26. # this does NOT automatically install an update
  27. checkForUpdates: true
  28. # this notifies admins (everyone with the permission `bungeetablistplus.admin`) if an update is available
  29. notifyAdminsIfUpdateAvailable: true
  30. # If this is set to true and the plugin encounters an issue a bug report is sent automatically
  31. # Bug reports do not contain any sensitive or identifying information
  32. # Bug reports contain the plugin name, plugin version and the error message that also appears in the server log
  33. automaticallySendBugReports: true
  34. # server Alias fo the {server} Variable
  35. serverAlias:
  36. sg: Survival Games
  37. lobby1: Lobby
  38. factions: Factions
  39. lobby0: Lobby
  40. # Alias fo the {world} Variable. Match 'server:world' to an alias
  41. worldAlias:
  42. factions:world_end: The End
  43. factions:world: Overworld
  44. factions:world_nether: Nether
  45. # list servers you wish to create custom prefixes for.
  46. # to use the custom prefixes use the {serverPrefix} variable
  47. serverPrefixes:
  48. Minigames: '&8(&bM&8)'
  49. SkyBlock: '&8(&dS&8) '
  50. # the prefixes used for the {prefix} variable, based upon permission groups
  51. # IMPORTANT: these prefixes won't be used by default. see the wiki for details
  52. prefixes:
  53. admin: '&c[A] '
  54. default: ''
  55. # Interval (in seconds) at which all servers of your network get pinged to check whether they are online
  56. # If you intend to use the {onlineState:SERVER} variable set this to 2 or any value you like
  57. # setting this to -1 disables this feature
  58. pingDelay: -1
  59. # replacement for the {onlineState} variable if the server is online
  60. online-text: '&2 ON'
  61. # replacement for the {onlineState} variable if the server is offline
  62. offline-text: '&c OFF'
  63. # those fakeplayers will randomly appear on the tablist. If you don't put any names there then no fakeplayers will appear
  64. fakePlayers: []
  65. # servers which you wish to show their own tabList (The one provided by bukkit)
  66. excludeServers: []
  67. # servers which you wish to hide from the global tabList
  68. # Note that this is different from excludeServers above: this hides all players on the hidden servers from appearing
  69. # on the tablist, whereas excluded servers' players are still on the BungeeTabListPlus tablist, but they do not see
  70. # the global tab list
  71. hiddenServers: []
  72. # players which are permanently hidden from the tab list
  73. # you can either put your username or your uuid (with dashes) here
  74. # don't use this. you have absolutely no reason to hide from anyone. on your own server.
  75. hiddenPlayers: []
  76. # Time zone to use for the {time} variable
  77. # Can be full name like "America/Los_Angeles"
  78. # or custom id like "GMT+8"
  79. time-zone: Europe/Berlin
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement