#(kurichibo) Make NPC's show up as each player
32 messages · Page 1 of 1 (latest)
(kurichibo) Make NPC's show up as each player
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.
!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.
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
That worked, thanks, one other question
How to display a username above an npc?
Currently using /npc rename &f &#F2DF5B%minify_{essentials_nickname}%
as long as %minify_{essentials_nickname}% is a server placeholder, you've done it correctly
You can test whether this applies to a placeholder in PAPI by typing /papi parse --null %your_placeholder%;
the "--null" tells it to parse without a player context. if PAPI gives an error like "unknown player", you might just need to update
if it requires a player be attached, you cannot use that method for placeholders
https://wiki.citizensnpcs.co/Frequently_Asked_Questions#My_PlaceholderAPI_Placeholder_Works_In_Chat,_But_Not_On_An_NPC
This page contains frequently asked questions regarding the Citizens project. You should always check here before submitting an issue, asking on Discord, or posting on the forum thread. Your queries could very well have already been answered here.
otherwise you can use <p> placeholders for the player's real name
edit: that's not right, can't find the per-player option
Went to the history of chats and <p> did work
And I can confirm that my placeholder is valid
Anyhow ticket may be closed.
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}%
@clear holly /npc mirrorname
But it's quite obvious that a placeholder that requires input would need something huh?
That was already clear, thanks again though
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
If its clear why ure still trying to use placeholders
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