Advertisement
stw222

Untitled

Sep 14th, 2019
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.61 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. # if enabled the plugin checks for new versions automatically.
  5. # Use /BTLP to see whether a new version is available
  6. # this does NOT automatically install an update
  7. checkForUpdates: true
  8.  
  9. # this notifies admins (everyone with the permission `bungeetablistplus.admin`) if an update is available
  10. notifyAdminsIfUpdateAvailable: true
  11.  
  12. # Interval (in seconds) at which all servers of your network get pinged to check whether they are online
  13. # If you intend to use the {onlineState:SERVER} variable set this to 2 or any value you like
  14. # setting this to -1 disables this feature
  15. pingDelay: -1
  16.  
  17. # those fakeplayers will randomly appear on the tablist. If you don't put any names there then no fakeplayers will appear
  18. fakePlayers: []
  19.  
  20. # Servers which you wish to show their own tabList (The one provided by bukkit)
  21. # Players on these servers don't see the custom tab list provided by BungeeTabListPlus
  22. excludeServers: []
  23.  
  24. # Players on these servers are hidden from the tab list.
  25. # Doesn't necessarily hide the server from the tab list.
  26. hiddenServers: []
  27.  
  28. # players which are permanently hidden from the tab list
  29. # you can either put your username or your uuid (with dashes) here
  30. # don't use this. you have absolutely no reason to hide from anyone. on your own server.
  31. hiddenPlayers: []
  32.  
  33. # Time zone to use for the {time} variable
  34. # Can be full name like "America/Los_Angeles"
  35. # or custom id like "GMT+8"
  36. time-zone: America/New_York
  37.  
  38. # Custom placeholders
  39. customPlaceholders: {}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement