Advertisement
Guest User

Untitled

a guest
Dec 19th, 2014
189
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.19 KB | None | 0 0
  1. # Bungee Player Counter configuration file
  2. # Permission: "bungeeplayercounter.display" display the scoreboard || "bungeeplayercounter.reload" reload the plugin's config
  3. # Command: "/bpc reload" : reload the plugin
  4. # ----------------------------------------
  5. # <!> Coloured names are supported but you must put your text in quote !
  6. # Configuration :
  7. # name: name displayed at the top of the scoreboard (%totalplayercount% will be replaced by the total player count in your bungee instance and to use %maxplayers%
  8. # you need to specify your proxyIP
  9. # enableServerIndicator: enable the highlight of your current server
  10. # interval: interval between player count update in seconds
  11. # automaticDisplay: automatically display all servers of Bungee (16 servers max), in opposition with manual display
  12. # <!> For manual display (set automaticDisplay to false), 16 groups max can be displayed in the scoreboard :
  13. # groups:
  14. # groupName:
  15. # displayName: name displayed in the SB (16 chars max)
  16. # servers: server(s) name separated by a '+'(Grouped player counts)
  17. # display: enable display of this group
  18. # address: address used to check the state of the server, set to "" to disable it
  19. # datasource: source used to get player count : "default" or "redis" || Let default value if you don't know or don't use Redis
  20. # offlinePrefix: string that will prefix the server name when it's offline (16 chars max) <!>Status checking ONLY works with manualdisplay<!>
  21. # onlinePrefix: string that will prefix the server name when it's online (16 chars max) <!>Status checking ONLY works with manualdisplay<!>
  22. # serverIndicator: string that will prefix the current server if the server indicator is enabled
  23. # proxyIP: If you want to use %maxplayers% into your scoreboard name, you need to specify your proxyIP. Set to "" to disable this feature.
  24. name: '&c&l&nGalaxysHub'
  25. enableServerIndicator: true
  26. interval: 5
  27. automaticDisplay: true
  28. groups:
  29. Prison:
  30. displayName: '&aPrison'
  31. servers: prison
  32. display: true
  33. Kitpvp:
  34. displayName: '&bKitpvp'
  35. servers: Kitpvp
  36. display: true
  37. datasource: default
  38. offlinePrefix: '&c[OFFLINE]'
  39. onlinePrefix: '&a[ON]'
  40. serverIndicator: '&a>'
  41. proxyIP: 127.0.0.1:25577
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement