Advertisement
Guest User

Untitled

a guest
Jan 13th, 2017
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 4.51 KB | None | 0 0
  1. # This is the configuration file of BungeeTabListPlus
  2. # See https://github.com/CodeCrafter47/BungeeTabListPlus/wiki for additional information
  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. # This option will be removed soon. Don't use it anymore.
  7. tablistUpdateInterval: 1.0
  8.  
  9. # whether tabList should be resend if a player joins or leaves the server
  10. # This option will be removed soon. Don't use it anymore.
  11. updateOnPlayerJoinLeave: true
  12.  
  13. # whether tablist should be resend if a player switches the server
  14. # This option will be removed soon. Don't use it anymore.
  15. updateOnServerChange: true
  16.  
  17. # You can limit the number of characters per slot here
  18. # Color codes do not count as a character; -1 means unlimited
  19. # This option will be removed soon. Don't use it anymore.
  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. # BUNGEEPERMS - take information from BungeePerms
  28. # BUNGEE      - take group from bungee, prefix from config.yml, permissions from bungee
  29. # This option will be removed soon. Don't use it anymore.
  30. permissionSource: AUTO
  31.  
  32. # whether to show players in spectator mode
  33. # This option will be removed soon. Don't use it anymore.
  34. showPlayersInGamemode3: true
  35.  
  36. # if enabled the plugin checks for new versions automatically.
  37. # Use /BTLP to see whether a new version is available
  38. # this does NOT automatically install an update
  39. checkForUpdates: true
  40.  
  41. # this notifies admins (everyone with the permission `bungeetablistplus.admin`) if an update is available
  42. notifyAdminsIfUpdateAvailable: true
  43.  
  44. # If this is set to true and the plugin encounters an issue a bug report is sent automatically
  45. # Bug reports do not contain any sensitive or identifying information
  46. # Bug reports contain the plugin name, plugin version and the error message that also appears in the server log
  47. automaticallySendBugReports: true
  48.  
  49. # This option will be removed soon. Don't use it anymore.
  50. # See https://github.com/CodeCrafter47/BungeeTabListPlus/wiki/Updating#server-alias
  51. serverAlias:
  52.   sg: Survival Games
  53.   lobby1: Lobby
  54.   factions: Factions
  55.   lobby0: Lobby
  56.  
  57. # This option will be removed soon. Don't use it anymore.
  58. # See https://github.com/CodeCrafter47/BungeeTabListPlus/wiki/Updating#world-alias
  59. worldAlias:
  60.   factions:world_end: The End
  61.   factions:world: Overworld
  62.   factions:world_nether: Nether
  63.  
  64. # This option will be removed soon. Don't use it anymore.
  65. # See https://github.com/CodeCrafter47/BungeeTabListPlus/wiki/Updating#server-prefix
  66. serverPrefixes:
  67.   Minigames: '&8(&bM&8)'
  68.   SkyBlock: '&8(&dS&8) '
  69.  
  70. # This option will be removed soon. Don't use it anymore.
  71. # See https://github.com/CodeCrafter47/BungeeTabListPlus/wiki/Updating#prefixes-in-configyml
  72. prefixes:
  73.   admin: '&c[A] '
  74.   default: ''
  75.  
  76. # Interval (in seconds) at which all servers of your network get pinged to check whether they are online
  77. # If you intend to use the {onlineState:SERVER} variable set this to 2 or any value you like
  78. # setting this to -1 disables this feature
  79. pingDelay: -1
  80.  
  81. # This option will be removed soon. Don't use it anymore.
  82. # See https://github.com/CodeCrafter47/BungeeTabListPlus/wiki/Updating#the-onlinestate-placeholder
  83. online-text: '&2 ON'
  84.  
  85. # This option will be removed soon. Don't use it anymore.
  86. # See https://github.com/CodeCrafter47/BungeeTabListPlus/wiki/Updating#the-onlinestate-placeholder
  87. offline-text: '&c OFF'
  88.  
  89. # those fakeplayers will randomly appear on the tablist. If you don't put any names there then no fakeplayers will appear
  90. fakePlayers: []
  91.  
  92. # servers which you wish to show their own tabList (The one provided by bukkit)
  93. excludeServers: []
  94.  
  95. # servers which you wish to hide from the global tabList
  96. # Note that this is different from excludeServers above: this hides all players on the hidden servers from appearing
  97. # on the tablist, whereas excluded servers' players are still on the BungeeTabListPlus tablist, but they do not see
  98. # the global tab list
  99. hiddenServers: []
  100.  
  101. # players which are permanently hidden from the tab list
  102. # you can either put your username or your uuid (with dashes) here
  103. # don't use this. you have absolutely no reason to hide from anyone. on your own server.
  104. hiddenPlayers: []
  105.  
  106. # Time zone to use for the {time} variable
  107. # Can be full name like "Ukraine/Kyiv"
  108. # or custom id like "GMT+2"
  109. time-zone: GMT+2
  110.  
  111. customPlaceholders:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement