#(kurichibo) Make NPC's show up as each player

32 messages · Page 1 of 1 (latest)

clear holly
#

How do I make it where a NPC shows up as my skin and for someone else as their skin?

tribal sundialBOT
#

(kurichibo) Make NPC's show up as each player

tribal sundialBOT
#

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.

torn fern
#

!mirrorskin

muted flaxBOT
# torn fern !mirrorskin
Info: mirrorskin

Several handy NPC-related features are available through Denizen.

This includes: /npc sit, /npc sneak, /npc sleep, /npc mirrorskin, /npc mirrorname, /npc mirrorequip, /npc fish, /npc invisible

In addition, many extra NPC bonus features can be added through scripts loaded by Denizen, such as this Multi-NPC-Select script.

To use these features, you must install Denizen. Release builds are at https://ci.citizensnpcs.co/job/Denizen/, or check !update denizen for other download options.

sterile aspenBOT
#
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.)

#

@clear holly

clear holly
#

That worked, thanks, one other question

#

How to display a username above an npc?

#

Currently using /npc rename &f &#F2DF5B%minify_{essentials_nickname}%

timber spruce
#

otherwise you can use <p> placeholders for the player's real name
edit: that's not right, can't find the per-player option

clear holly
#

Went to the history of chats and <p> did work

#

And I can confirm that my placeholder is valid

#

Anyhow ticket may be closed.

timber spruce
#

that does not look like you typed /papi parse --null %minify_{essentials_nickname}%

#

it looks more like you're showing you typed something completely different

#

/papi parse --null %minify_{essentials_nickname}% would be the correct way to test, not
/papi parse Kurichibo %minify_{essentials_nickname}%

#

/papi parse Kurichibo %minify_{essentials_nickname}% is testing a placeholder with a player

#

you want to test without a player

#

this is because a player attached placeholder will not work

#

try testing with what i mentioned first: /papi parse --null %your_placeholder%;
for example, /papi parse --null %minify_{essentials_nickname}%

tawny path
#

@clear holly /npc mirrorname

clear holly
clear holly
#

Anyhow ticket may be closed, and yes with the --null it doesn't work, which is logic since how can you parse a placeholder that doesn't parse any value

tawny path
#

If its clear why ure still trying to use placeholders

sterile aspenBOT
#
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.)

#

@clear holly