Hello! im having a problem in the new versions with Citizens, in particular with /npc commands.
Basically, a lot of my npcs have dialogues with the command /tellraw, that i made as interaction with /npc command.
As I showed in the video, the first NPC command, which is a /tellraw, doesn't ask for confirmation, while the second and third, which is also a /tellraw, does.
Then, the last command is a /npc shop show, which doesn't give any confirmation message.
#(ronfo) Confirm Command Execution
14 messages · Page 1 of 1 (latest)
(ronfo) Confirm Command Execution
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.
it's a minecraft security feature
probably need to use message click events instead of tellraw
!minimessage
Citizens supports MiniMessage format for advanced input like clickables!
View https://docs.adventure.kyori.net/minimessage/format.html for details.
Guides
View the Denizen Beginner's Guide at https://guide.denizenscript.com/
Is there no other way than that? since i have like hundreds of npc with this type of dialogues
I can't control minecraft client unfortunately
Ahh i see, then i'll stick with 1.21.5 for now or try and redo with denizen, thank you so much for the help!