#How to set a tag to an armour stand
1 messages · Page 1 of 1 (latest)
It doesn't work, hense why I'm here. And there aren't any errors, as the syntax is fine, just the tag in "" specifically i dont know what to put in there
this doesnt even need nbt
I want to add in other tags too, Gravity is an example of a tag I want to use
Like invincibility
etc
Since 13w36a it is possible to summon entities using the /summon Command. Unfortunately Mojang does not offer a big support for this.This website is here for helping you with your summon commands without writing long lines of codes
use that and look at the tags and the command it gives you
they're usually byte tags, like noGravity:1b
/summon armor_stand ~ ~ ~ {CustomNameVisible:1b,NoGravity:1b,Invisible:1b,CustomName:"{\"text\":\"CUSTOM_NAME_GOES_HERE\"}"}