Stránka 1 z 1

ScoreBoardStats

Napsal: 22 úno 2015, 14:51
od keesinlp
93.91.250.122:27074

Ahoj, mám scoreboardstats a kdyz tam dám money takhle:

&f&lMoney: %money%

tak mi to neukazuje v tabulke v hre a nekdy ukaze ale money mam -1
config je zde:

[list=]#This is the default config

enable-pvpstats: true

disabled-worlds:
- world_nether
- city

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

enable-sound: false

enable-auto-update: true

Scoreboard:
Title: '&f<< &a&lCrafteri.sk &f>> '
#seconds
# For instant updates you can or 1 and it will update every second
Update-delay: 1
Items:
#The Title must have under 16 characters
#Title: Type
'&f&lHráči': '%online%'
'&7&lPing': '%ping%'
'&a&lZabití': '%kills%'
'&2&lUmrtí': '%deaths%'
'&f&lPeniaze': '%money%'

Temp-Scoreboard-enabled: true

Temp-Scoreboard:
Title: '&7✞ &4Top Kills &7✞'
#%mob% | %kills% | %killstreak%
Type: '%kills%'
Color: '&7'
#How many Players would be displayed
Items: 15
Intervall-show: 65
Intervall-disappear: 175[/list]

Re: ScoreBoardStats

Napsal: 22 úno 2015, 15:16
od OneTime97
zkopíruj prosím celý config do codu.. neztratí se tím formátovaní, které je tak důležité..

[ code ]SEM[ /code ]

Re: ScoreBoardStats

Napsal: 22 úno 2015, 16:15
od keesinlp
Tady to je

Kód: Vybrat vše

#This is the default config

enable-pvpstats: true

disabled-worlds:
  - world_nether
  - city

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

enable-sound: false

enable-auto-update: true

Scoreboard:
  Title: '&f<< &a&lCrafteri.sk &f>> '
  #seconds
  # For instant updates you can or 1 and it will update every second
  Update-delay: 1
  Items:
    #The Title must have under 16 characters
    #Title: Type
    '&f&lHráči': '%online%'
    '&7&lPing': '%ping%'
    '&a&lZabití': '%kills%'
    '&2&lUmrtí': '%deaths%'
    '&f&lPeniaze': '%money%'
   
Temp-Scoreboard-enabled: true

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