# Bungee Player Counter configuration file # Permission: "bungeeplayercounter.display" display the scoreboard || "bungeeplayercounter.reload" reload the plugin's config # Command: "/bpc reload" : reload the plugin # ---------------------------------------- # Coloured names are supported but you must put your text in quote ! # Configuration : # 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% # you need to specify your proxyIP # enableServerIndicator: enable the highlight of your current server # interval: interval between player count update in seconds # automaticDisplay: automatically display all servers of Bungee (16 servers max), in opposition with manual display # For manual display (set automaticDisplay to false), 16 groups max can be displayed in the scoreboard : # groups: # groupName: # displayName: name displayed in the SB (16 chars max) # servers: server(s) name separated by a '+'(Grouped player counts) # display: enable display of this group # address: address used to check the state of the server, set to "" to disable it # datasource: source used to get player count : "default" or "redis" || Let default value if you don't know or don't use Redis # offlinePrefix: string that will prefix the server name when it's offline (16 chars max) Status checking ONLY works with manualdisplay # onlinePrefix: string that will prefix the server name when it's online (16 chars max) Status checking ONLY works with manualdisplay # serverIndicator: string that will prefix the current server if the server indicator is enabled # proxyIP: If you want to use %maxplayers% into your scoreboard name, you need to specify your proxyIP. Set to "" to disable this feature. name: '&f&lDRIWE&2&lHC &8(&e%totalplayercount%/300&8)' enableServerIndicator: false interval: 5 automaticDisplay: true groups: lobby: displayName: '&eLobby' servers: lobby display: true hungergames: displayName: '&BHungerGamest' servers: hg1+hg2+hg3 display: true datasource: default offlinePrefix: '&c[OFFLINE]' onlinePrefix: '&a[ON]' serverIndicator: '&e» ' proxyIP: 127.0.0.1:25577