Dennis Jakob
- Khaos
- khaos
- Europe/Stockholm
- Yes
- No
I tryed to build parts of an adventure map and recognized a bug:
"scoreboard players set @a Test 0"
worked without problems but as i tryed to add things to the player:
"scoreboard players set @a [score_dummy_min=1] Test 1"
its not applying the score to all players with the value "dummy"
its setting the score "Test" for the player with the name "@a [score_dummy_min=1] " to 1.
pls tell me if you cant understand something and ill try to explain it again..edit: the stuff behind the @a is in [] brackets it just turned into a link i dont know how to change this D:
I tryed to build parts of an adventure map and recognized a bug:
"scoreboard players set @a Test 0"
worked without problems but as i tryed to add things to the player:
"scoreboard players set @a[score_(dummy)_min=1] Test 1"
its not applying the score to all players with the value "dummy"
its setting the score "Test" for the player with the name "@a[score_(dummy)_min=1]" to 1.
pls tell me if you cant understand something and ill try to explain it again..edit: the stuff behind the @a is in [] brackets it just turned into a link i dont know how to change this D:
edit: did further testing and it looks like it only aplyes for objectives containing brackets
clones
MC-32422
the testfor command isn't working correctly:
I tryed "testfor @a[score_(Test)_min=1]" and it doesnt matter what score i had it always told me that there are no players found.
please tell me if you didnt understand or need more information..edit: the stuff behind the @a is in [] brackets it just turned into a link i dont know how to change this D:
edit: i did further testing and it looks like that only happens to objectives containing brackets pls try to reproduce it again
edit: im to stupid to atach a screenshot maybe its because its not an ingame screenshot but heres a link:.. http://i.imgur.com/IgcLNsi.png
the testfor command isn't working correctly:
I tryed "testfor @a[score_(Test)_min=1]" and it doesnt matter what score i had it always told me that there are no players found.
please tell me if you didnt understand or need more information..edit: the stuff behind the @a is in [] brackets it just turned into a link i dont know how to change this D:
edit: i did further testing and it looks like that only happens to objectives containing brackets pls try to reproduce it again
edit: im to stupid to atach a screenshot maybe its because its not an ingame screenshot but heres a link:
..http://i.imgur.com/IgcLNsi.png

i would suggest to use difficulty levels 1-3 and not 0 ;P (easy to hard not peacefull)
monsters cant spawn in peacefull i guess it works as intended
Edit: for mods wanting to recreate it:
step 1:
type the following commands
/scoreboard objectives add (test) dummy
/scoreboard objectives setdisplay sidebar (test)
/scoreboard players set "Your name" (test) 2
step 2:
build a clock and connect it to a command block using the command:
scoreboard players add @a[score_(test)_min=1] (test) 1
you should see player @a[score_(test)_min=1] getting all the points... which is the bug
now reapeat everything BUT use test instead of (test) everywhere
now it should give yourself the points thats how it should work..
edit: every link needs to be in [] brackets if you type the commands dont know why they turn into links D: