Stránka 1 z 1

ScoreBoardStats Problem

Napsal: 31 bře 2015, 12:06
od keesinlp
93.91.250.122:27074

Ahoj chcel by som sa spytat preco mi scoreboardstats mizne , bezi normalne zadna chyba ukazuje ale pak zniceho nic zmizi nevim cim to je ale ma prepinat z info to jde na top kills to asi nejde a pak uz ji ani nezobrazí prosim pomozte chyby to nevipisuje config je zde:

Spoiler: zobrazit
#This is the default config

enable-pvpstats: true

disabled-worlds:

#This will not count vanished players in the online value
hide-vanished: false

enable-sound: true

enable-auto-update: true

Scoreboard:
Title: '&7&l×××<&a&lCrafteri.sk&7&l>×××'
#seconds
# For instant updates you can or 1 and it will update every second
Update-delay: 2
Items:
#The Title must have under 16 characters
#Title: Type
'&aOnline': '%online%'
'&2Ping': '%ping%'
'&7Zabití': '%kills%'
'&fUmrtí': '%deaths%'
'&cPeniaze': '%econ%'

Temp-Scoreboard-enabled: true

Temp-Scoreboard:
Title: '&4&lTop Kills'
#%mob% | %kills% | %killstreak%
Type: '%kills%'
Color: '&b'
#How many Players would be displayed
Items: 15
Intervall-show: 100
Intervall-disappear: 65

Re: ScoreBoardStats Problem

Napsal: 31 bře 2015, 15:12
od JosefAmbrož
Skus to dát takto

Kód: Vybrat vše

# Main configuration

# Compatible mode with other plugins like HealthBar, ColoredTags, GhostPlayer or McCombatLevel
compatibilityMode: false

disabled-worlds:
  - world_nether
  - city

# This will not count vanished players in the online value
hide-vanished: false

Scoreboard:
  Title: '&8[&a!&8]&aInformace&8[&a!&8]'
  # seconds
  # For instant updates you can or 1 and it will update every second
  Update-delay: 1
  Items:
    # The Title must have under 48 characters
    # Title: Type
    '&aHracu':    '%online%'
    '&aPeníze':    '%money%'
    '&aPing':      '%ping%'
    '&aZabiti':    '%kills%'
    '&aUmrtí':     '%deaths%'
    '&aZabito_Mobu':     '%mobkills%'
 
# Let ScoreboardStats track stats (kills, deaths, mobkills, killstreak) You need no plugin for this
enable-pvpstats: true

Temp-Scoreboard-enabled: true

Temp-Scoreboard:
  Title: '&8[&a!&8]&aZabijaci&8[&a!&8]'
  # %mob% | %kills% | %killstreak%
  Type: '%kills%'
  Color: '&a'
  # How many Players would be displayed
  Items: 20
  Intervall-show: 100
  Intervall-disappear: 100

pluginUpdate: true