Vivecraft_Spigot_Extensions icon indicating copy to clipboard operation
Vivecraft_Spigot_Extensions copied to clipboard

Provide list with all permission nodes

Open ghost opened this issue 7 years ago • 3 comments

So I'm setting up my first spigot server and I want to replace EssentialsX's /list with /vive list using aliases. However, I'm having trouble with permissions. Can you provide a list of permissions nodes so I can set stuff up?

ghost avatar Apr 13 '18 01:04 ghost

The permission nodes are configurable, you'll see them in config.yml

Techjar avatar Apr 13 '18 02:04 Techjar

Well, I don't see any permissions involving the /vive command. Are they hardcoded or they don't use permissions?

ghost avatar Apr 17 '18 21:04 ghost

There are currently no permission nodes defined for the commands, only some of them check for the op status. (bow, waittime, creeperradius, sendplayerdata, vive-only, set) That should probably fixed by using proper permission nodes.

Phoenix616 avatar Jun 01 '19 13:06 Phoenix616