#(grimble_) Permissions
51 messages · Page 1 of 1 (latest)
(grimble_) Permissions
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.
!paste
Help us help you by pasting your script to https://paste.denizenscript.com/New/Script and linking it back here.
that's great information. Can you just show me where the permission nodes currently are
Thread closed as resolved.
That's insane.
Thread was manually reopened by @agile lake.
No denizen.* No citizens.*
possible a script issue
I'm glad to hear that everybody has every permission by default
what
Well you said there's no permission that's involved with denizen
I did not say that
Can you point me towards the permission nodes?
Like my only problem is that I can't find the permission nodes. I don't really need help with my script
The only permission nodes I can find are in the outdated documentation from when citizens became citizens 2
You're saying that you have an interact script and the NPC is not registering the click, this is a script issue
So what's the problem with providing the script then?
But I'm asking for a specific resource and I just really want help with the thing I'm asking for help with
so we can troubleshoot it and help
I'm not at my PC though, I just want to know where Denizen and Citizens permission nodes are documented
https://github.com/CitizensDev/Citizens2/blob/master/main/src/main/resources/plugin.yml the permission nodes are listed here
there's not like a documentation page currently as such but they basically all follow the format:
citizens.<command>.help : required to use the command e.g. citizens.npc.help
citizens.<command>.<subcommand> : required to use the subcommand e.g. citizens.npc.create
there's no permissions required to right click an NPC
Am I bugging? Were there never permissions for the different interact triggers?
Thank you so much for sending me the actual page
I'm not sure about denizen specific things that's why we're in this forum
but I guess there is not
Adds a click command to the element, which makes the element pseudo-chat the input message when clicked, for activating interact script chat triggers (!language Chat Triggers).
This internally uses the command "/denizenclickable chat SOME MESSAGE HERE" (requires players have permission "denizen.clickable")
Note that this is a magic Denizen tool - refer to !language Denizen Text Formatting.
text manipulation
ElementTag
- narrate "You can <element[click here].click_chat[hello]> to say hello to an NPC's interact script!"
but that's all
and they're directly documented on the tag page
here are some more permission nodes, helpful for npc commands provided by denizen, e.g. /npc sneak or /npc sit, https://github.com/DenizenScript/Denizen/blob/dev/plugin/src/main/resources/plugin.yml
Thank you so much
sooo, do you want help with troubleshooting your interact script or do you want to try fixing it yourself?
I'm going to take a fat nap and take a look at it with fresh eyes when I wake up if that's cool. Do you want me to close the thread in the meantime?
can leave it open
WorldGuard was blocking it. Much obliged, y'all. Cheers.