The following nodes can be used:
Node | Definition |
---|---|
pvparena.* | Gives access to all commands |
pvparena.admin | Allows you to create and administrate arenas (default: op) |
pvparena.create | Allows you to create and administrate your arenas (default: op) |
pvparena.override | Allows you to override some shortcuts checks (default: op) |
pvparena.telepass | Allows you to teleport while in an arena (default: op) |
pvparena.user | Allows you to use the arena (default: everyone) |
PVP Arena uses the SuperPerms interface, i.e. default bukkit permissions interface.
If you activate explicitClassNeeded
you have to add permissions e.g. (proper class name case!)
Node | Definition |
---|---|
pvparena.class.Ranger | Give Ranger class permission |
pvparena.class.Tank | Give Tank class permission |
If you activate explicitArenaNeeded
you have to add permissions e.g. (all lowercase!)
Node | Definition |
---|---|
pvparena.join.ctf | Give ctf join permission |
pvparena.join.spleef | Give spleef join permission |
You can allow regular, non-op players to use specific commands. Negating these permissions won't work. Examples:
Node | Definition |
---|---|
pvparena.cmds.playerjoin | Allows player to run /pvparena playerjoin |
pvparena.cmds.spawn | Allows player to modify spawns of the arenas |