Facebook
From SopeK_2, 7 Years ago, written in Plain Text.
Embed
Download Paste or View Raw
Hits: 279
  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: '&f&lDRIWE&2&lHC &8(&e%totalplayercount%/300&8)'
  25. enableServerIndicator: false
  26. interval: 5
  27. automaticDisplay: true
  28. groups:
  29.   lobby:
  30.     displayName: '&eLobby'
  31.     servers: lobby
  32.     display: true
  33.   hungergames:
  34.     displayName: '&BHungerGamest'
  35.     servers: hg1+hg2+hg3
  36.     display: true
  37. datasource: default
  38. offlinePrefix: '&c[OFFLINE]'
  39. onlinePrefix: '&a[ON]'
  40. serverIndicator: '&e» '
  41. proxyIP: 127.0.0.1:25577
  42.