#scoreboard
1 messages · Page 1 of 1 (latest)
Probably because of all the weird spaces that you have everywhere for no reason.
{ “text” : “<stuff>”}
Should really just be:
{“text”:”<stuff>”}
Same thing with those spaces in between modules. Sometimes you have them and sometimes you don’t, why?
The syntax seems fine but the spaces everywhere are probably what’s messing it up
Otherwise give me the error message if there is one
Huh? Where
at the end of the warning objective
I looked over it twice. I don’t think I’d miss something like that
My death counter dont even work now thats annoying me
What’s your current system?
Because it really should just be:
/scoreboard players set @a [scores={alive=!2}] alive 0
/scoreboard players set @e [type=player] alive 1
/scoreboard players add @a [scores={alive=0}] Deaths 1
/scoreboard players set @a [scores={alive=0}] alive 2




tag @a add dead
tag @e[type=player] remove dead
scoreboard players add @a[tag=dead,tag=!done] Deaths 1
tag @a[tag=dead] add done
tag @a[tag=!dead} remove done