This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
The Command i'm using is
/summon minecraft:armor_stand -259.80 4.00 45.99 {CustomName:"Puff",CustomNameVisible:1}
But it says unable to summon entity
Pls help!
Try to execute the cmd without the decimals, that could work
1.13 has brought huge changes to the syntax. The new CustomName tag needs to be in json form like this:
/summon armor_stand ~ ~ ~ {CustomName:"{\"text\":\"Puff\"}",CustomNameVisible:1}
The Command i'm using is
/summon minecraft:armor_stand -259.80 4.00 45.99 {CustomName:"Puff",CustomNameVisible:1}
But it says unable to summon entity
Pls help!
Try to execute the cmd without the decimals, that could work
1.13 has brought huge changes to the syntax. The new CustomName tag needs to be in json form like this:
/summon armor_stand ~ ~ ~ {CustomName:"{\"text\":\"Puff\"}",CustomNameVisible:1}