- En iyi cevaplar
- 0
Arkadaşlar Merhaba, Ben Sunucumda Bungeeplayercounter ve PlayerVisibility Adlı pluginde sıknıtı çekiyorum. Nedense Bungeeplayercounter Adlı pluginde ne yapsam ne etsem sadece ilk 3 serveri gösteriyor ve yazıların rengi değişmiyor. PlayerVisibility'de Çalışmıyor Nedense PlayerVisibility yerine önerebileceğiniz başka pl varmI?
BungeePlayerCounter Config.yml
[/SIZE]
BungeePlayerCounter Config.yml
Kod:
# 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: '&dPixelCandy &c%totalplayercount%&e/&c100&4'
enableServerIndicator: true
interval: 5
automaticDisplay: false
groups:
lobby:
displayName: '&bLobi'
servers: Lobi
display: true
address: 127.0.0.1:25565
faction:
displayName: '&bFaction'
servers: Faction
display: true
address: 127.0.0.1:25565
skyblock:
displayName: '&bSkyblock'
servers: Skyblock
display: true
address: 127.0.0.1:25565
rush:
displayName: '&bRush'
servers: rush
display: true
address: 127.0.0.1:25565
Survival:
displayName: '&bSurvival'
servers: survival
display: true
address: 127.0.0.1:25565
SurvivalGames:
displayName: '&bSurvivalGames'
servers: survivalGames
display: true
address: 127.0.0.1:25565
datasource: default
offlinePrefix: ''
onlinePrefix: ''
serverIndicator: '&a>>'
proxyIP: 127.0.0.1:25577
Kod: