#(einfachblu) How do I use /npc hidename from code?
13 messages · Page 1 of 1 (latest)
(einfachblu) How do I use /npc hidename from code?
Hi I'm AutoThreadBot! Don't mind me, I'll just be adding the helper team to this thread so they can see it. A human will get to you soon.
Has your issue been resolved, or your question been answered?
If so, please use the </resolved:1028673926114594866> command to close your thread.
Or </invalid:1028673926898909185> if it's not possible to resolve.
If not yet resolved, please reply below to tell us what you still need.
(Note that if there is no reply for a few days, this thread will eventually close itself.)
@naive prawn
How do i set the metadata?
because the vanilla Entity metadata does not affect the nameplate
npc.setAlwaysUseNameHologram(true);
This works somehow but it sounds not right. "allow use of name hologram = true" should make the hologram visible didnt it?
npc.data().set(NPC.Metadata...
thx!