#(einfachblu) How do I use /npc hidename from code?

13 messages · Page 1 of 1 (latest)

naive prawn
#

I want to hide the nameplate from code without the subcommand

vestal citrusBOT
#

(einfachblu) How do I use /npc hidename from code?

vestal citrusBOT
#

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.

meager bobcat
#

set the NAMEPLATE_VISIBLE metadata

novel nicheBOT
#
Thread Closing Reminder

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

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?

meager bobcat
naive prawn
#

thx!