Hello, i am creating an NPC with base of Slapper plugin and i need to know how can i change the height of a nametag while creating an entity, the same when player changes the scale and the nametag changes they height, wich DATA should i use?
I think that the desired action can be obtained by arranging FloatingText at the position where the name tag is to be displayed.
1. Maybe setScale(); ? The size of the entity changes but the nametag stays on the same place. 2. Set the entity name to whatever you want but add \n
No problem, i don't want to interact with the entity, it's just ranking display. I don't want to use setScale because changes the entity Scale and \n it's not a good idea too..
Why not \n? About the setScale() I agree but the \n is the only easy solution (and the only idea) for that.
because i want to keep the text shadow, if i use \n the text doesn't have any shadow and in my opinion, this is ugly.