6

Floating text tutorial for 1.13

CommandRedstone 7/24/18 4:39 pm
25.4k
10/30/2018 6:35 am
Use this command:
/summon armor_stand ~ ~ ~ {Invisible:1,Invulnerable:1,CustomName:"\"YOUR MESSAGE HERE!!!!\"",CustomNameVisible:1,NoGravity:1}
Posted by
CommandRedstone
Level 20 : Expert System
11

  Have something to say?

JoinSign in

10

awaffle1
12/24/2018 9:03 am
Level 11 : Journeyman Waffle
So, about this, I don't think you should use /summon armor_stand ~ ~ ~ {Invisible:1,Invulnerable:1,CustomName:"\"YOUR MESSAGE HERE!!!!\"",CustomNameVisible:1,NoGravity:1}, but instead use this command without the "Invulnerable" tag because in 1.13 (At least for me) the game was not able to find the armor stand with that tag, but without it, it was able to find it.
1
EquallyEpic
10/30/2018 3:41 am
Level 2 : Apprentice Crafter
I know that I'm a bit off, but I just found this, anyway:
/summon armor_stand ~ ~ ~ {Invisible:1,Invulnerable:1,CustomName:"\"x\"",CustomNameVisible:1,NoGravity:1,Marker:1b,Small:1,Tags::"\"Xtag\""}


Killing it:
/kill @e[tag="Xtag\""]

This makes it incredibly easy to make multiple ones and removing the individually, so let's say that you want to do a set on top of each other, then you just use the same tag, and kill the tag, if you want to kill multiple with the same name, but different tags, just kill it by name, so much usage by just adding the:
Tags::"\"Xtag"
1
Tai_
08/15/2018 11:34 pm
Level 1 : New Dragon
/summon armor_stand ~ ~ ~ {Invisible:1,Invulnerable:1,CustomName:"\"x\"",CustomNameVisible:1,NoGravity:1,Marker:1b,Small:1}
1
Tai_
08/15/2018 2:08 am
Level 1 : New Dragon
How would you delete them? its kinda different than 1.12
1
Tai_
08/15/2018 2:33 am
Level 1 : New Dragon
history
nvm got it, im putting it here for people who need to know
thats a radius of 5.
/kill @e[type=minecraft:armor_stand,distance=..5]
1
CGBrothers
07/25/2018 3:50 am
Level 53 : Grandmaster Lego Builder
I highly recommend also adding the NBT tag of Marker:1b in there. This will prevent players from interacting with the armor stand at all.
2
AgentShieldjj
07/24/2018 8:03 pm
Level 35 : Artisan Creeper Hugger
or

/summon armor_stand ~ ~ ~ {Invisible:1,Invulnerable:1,CustomName:your text here,CustomNameVisible:1,NoGravity:1}
1
SUPERIONtheKnight
07/27/2018 1:13 am
Level 30 : Artisan System
history
This won't work in 1.13, and will sometimes work for 1.12.2(but not for every scenario).

In 1.12.2, It won't work if you add spaces to the name. You can get around this by surrounding the text in quotes: "text here".

In 1.13, "CustomName" was changed to allow for JSON. As such, you must use "\"text here\"" like the OP already has.

~SUPERIONtheKnight
1
AgentShieldjj
07/27/2018 9:01 am
Level 35 : Artisan Creeper Hugger
OK, I check you're right about 1.13 but 1.12.2 you CAN do spaces after CustomName:
Now if there are spaces you can't execute it.
1
SUPERIONtheKnight
07/27/2018 7:47 pm
Level 30 : Artisan System
I just used your above command without changing anything, and it didn't work. Worked fine once I added quotes around the name. I was on 1.12.2 without mods of any kind(including optifine).

I'm not saying that it's impossible to use spaces as it definitely is possible. What I am saying is that your above command didn't have the extra quotes needed for it to run correctly.

~SUPERIONtheKnight
1

Welcome