This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
Hi
I'm having trouble displaying Scoreboard objectives on signs.
Here is what i have so far:
/blockdata ~ ~1 ~ {Text1:""}",Text2:"{score:{name:\"@p\",objective:\"Points\"}}"}
does anybody know how to fix this?
EDIT:
someone told me the right command here it is if you want to know:
/blockdata ~ ~1 ~ {Text1:"",Text2:"{\"score\":{\"name\":\"@p\",\"objective\":\"Points\"}}"}
your trying to use nbt data tags that haven't been added to bedrock edition yet, as of right now (1.2.3) we only have 2 tags, the can destroy tag and the can place on tag
thanks for the info
Hi
I'm having trouble displaying Scoreboard objectives on signs.
Here is what i have so far:
/blockdata ~ ~1 ~ {Text1:""}",Text2:"{score:{name:\"@p\",objective:\"Points\"}}"}
does anybody know how to fix this?
EDIT:
someone told me the right command here it is if you want to know:
/blockdata ~ ~1 ~ {Text1:"",Text2:"{\"score\":{\"name\":\"@p\",\"objective\":\"Points\"}}"}
your trying to use nbt data tags that haven't been added to bedrock edition yet, as of right now (1.2.3) we only have 2 tags, the can destroy tag and the can place on tag
thanks for the info