This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
Hi
I've been trying to setblock a sign with text. This is my command:\
/setblock -771 7 -1109 minecraft:wall_sign 0 replace {Text1:"",Text2:"{\"text\":\"Dust\"}",Text3:"",Text4:""}
However when I activate the command block (the command block is impulse), a blank sign will be placed.
Also if I use a repeat command block (with always active), it won't execute the command with no error message
R3D CRAFT DEFAULT REALISM ADDON
OCD ITEMS
Feel Free To Contact Us Gmail: [email protected] Visit Our Website: http://vansiusproductions.weebly.com/
Try adding proper JSON to the other texts.
Like this:
/setblock -771 7 -1109 minecraft:wall_sign 0 replace {Text1:"{\"text\":\"\"}",Text2:"{\"text\":\"Dust\"}",Text3:"{\"text\":\"\"}",Text4:"{\"text\":\"\"}"}
Quote from BrennanSB» Try adding proper JSON to the other texts. Like this: /setblock -771 7 -1109 minecraft:wall_sign 0 replace {Text1:"{\"text\":\"\"}",Text2:"{\"text\":\"Dust\"}",Text3:"{\"text\":\"\"}",Text4:"{\"text\":\"\"}"}
You are welcome!
Hi
I've been trying to setblock a sign with text. This is my command:\
However when I activate the command block (the command block is impulse), a blank sign will be placed.
Also if I use a repeat command block (with always active), it won't execute the command with no error message
R3D CRAFT DEFAULT REALISM ADDON
OCD ITEMS
Feel Free To Contact Us
Gmail: [email protected]
Visit Our Website: http://vansiusproductions.weebly.com/
Try adding proper JSON to the other texts.
Like this:
OMG thank you so much, it works rn!
R3D CRAFT DEFAULT REALISM ADDON
OCD ITEMS
Feel Free To Contact Us
Gmail: [email protected]
Visit Our Website: http://vansiusproductions.weebly.com/
You are welcome!