Advertisement
Guest User

Untitled

a guest
Jan 16th, 2019
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.87 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. # This option is no longer in use as of version 2.8.4 of BungeeTabListPlus.
  13. # It will be remove in a future update.
  14. automaticallySendBugReports: false
  15.  
  16. # Interval (in seconds) at which all servers of your network get pinged to check whether they are online
  17. # If you intend to use the {onlineState:SERVER} variable set this to 2 or any value you like
  18. # setting this to -1 disables this feature
  19. pingDelay: -1
  20.  
  21. # those fakeplayers will randomly appear on the tablist. If you don't put any names there then no fakeplayers will appear
  22. fakePlayers: []
  23.  
  24. # servers which you wish to show their own tabList (The one provided by bukkit)
  25. excludeServers: []
  26.  
  27. # servers which you wish to hide from the global tabList
  28. # Note that this is different from excludeServers above: this hides all players on the hidden servers from appearing
  29. # on the tablist, whereas excluded servers' players are still on the BungeeTabListPlus tablist, but they do not see
  30. # the global tab list
  31. hiddenServers: []
  32.  
  33. # players which are permanently hidden from the tab list
  34. # you can either put your username or your uuid (with dashes) here
  35. # don't use this. you have absolutely no reason to hide from anyone. on your own server.
  36. hiddenPlayers: []
  37.  
  38. # Time zone to use for the {time} variable
  39. # Can be full name like "America/Los_Angeles"
  40. # or custom id like "GMT+8"
  41. time-zone: Europe/Paris
  42.  
  43. # Custom placeholders
  44. customPlaceholders: {}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement