Permissions

Gate Permission Guide

Permissions are handled one of two ways depending on how the config value is set.

In the settings.txt file you will see a setting called "SIMPLE_PERMISSIONS". When this setting is set to true you can use the "Simple Permissions" area below to give users permissions. If set to false you can use the more complex and more granular settings under "Complex Permissions"

Simple Permissions:

In settings set SIMPLE_PERMISSIONS=true

The permission nodes are:

  • wormhole.simple.use - Lets a user use wormholes.
  • wormhole.simple.build - Lets a user build wormholes.
  • wormhole.simple.remove - Lets a user remove wormholes.
  • wormhole.simple.config - Lets a user configure WormholeXTreme settings

Complex Permissions:

In settings set SIMPLE_PERMISSIONS=false

  • wormhole.use.sign - lets a user use sign gates.
  • wormhole.use.dialer - lets a user use '/dial' gates
  • wormhole.use.compass - lets a user use '/wxcompass' command.
  • wormhole.remove.own - lets a user remove a gate that they own
  • wormhole.remove.all - lets a user remove any gate
  • wormhole.build - Able to build new wormholes
  • wormhole.config - Able to configure settings like material and timeout
  • wormhole.list - Able to use '/wxlist' command to list wormholes
  • wormhole.network.use.NETWORKNAME - Able to use wormholes on NETWORKNAME
  • wormhole.network.build.NETWORKNAME - Able to build wormholes on NETWORKNAME
  • wormhole.go - allows user to use '/wxgo' command.
  • wormhole.build.groupone - Part of build restriction group one.
  • wormhole.build.grouptwo - Part of build restriction group two.
  • wormhole.build.groupthree - Part of build restriction group three.
  • wormhole.cooldown.groupone - Part of wormhole use cooldown group one.
  • wormhole.cooldown.grouptwo - Part of wormhole use cooldown group two.
  • wormhole.cooldown.groupthree - Part of wormhole use cooldown group three.