jrbudda / Vivecraft_Spigot_Extensions

Spigot plugin for Vivecraft, the VR mod for Java Minecraft.
http://www.vivecraft.org
GNU General Public License v3.0
111 stars 33 forks source link

Provide list with all permission nodes #40

Open ghost opened 6 years ago

ghost commented 6 years ago

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?

Techjar commented 6 years ago

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

ghost commented 6 years ago

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

Phoenix616 commented 5 years ago

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.