Resource icon

Make floating text in Minecraft

Basically you can add an invisible, gravity-defying armorstand in the game with a text property, like this:

/summon armor_stand ~ ~ ~ {Invulnerable:1b,NoGravity:1b,Invisible:1b,CustomNameVisible:1b,CustomName:THE FLOATING TEXT SAYS HI}

You can also remove the floating text by either doing:

/minecraft:kill @e[type=armor_stand,c=1]

c stands for the count flag, so it will stop killing armor stands when it kills one. This command essentially removes the nearest invisible armor stand.
Author
q220
Views
3,651
First release
Last update

Ratings

0.00 star(s) 0 ratings

More resources from q220

Back
Top