Skip to content

Latest commit

 

History

History
140 lines (139 loc) · 4.47 KB

Permissions-Commands-Reference.md

File metadata and controls

140 lines (139 loc) · 4.47 KB

###This page is a quick reference for all the permissions commands

Zone Commands

/zn is an alias for /zone

Command Usage Description
/zone list [#page] Lists all the zones
/zone info <zone|here> Displays information about the zone such as parent, priority, and location
/zone <define> <name> Creates a a zone with the given name
/zone <redefine> <name> Changes an existing zone to the new selection
/zone <remove|delete> <name> Removes the specified zone
/zone <setparent> <name> <name> Sets the parent of the first zone to the second zone.
/zone <entry> <name> [... message ...] Sets the zone's entry message to the specified.
keyword "remove" as the message will erase any existing message
/zone <exit> <name> [... message ...] Sets the zone's exit message to the specified.
keyword "remove" as the message will erase any existing message
## Permissions Commands ### Remember that the base command is `/feperm` and that `/p` is an alias
Command Usage Description
/feperm export [folder] Exports the permissions to the specified folder. Default is folder 'export'
feperm user commands Description
/feperm user <player|_ME_> supers get <permission> Displays the status of the permission, if its allowed or denied
/feperm user <player|_ME_> supers <allow|true> <permission> Allows a permission for the player in the SUPERS context
/feperm user <player|_ME_> supers <deny|false> <permission> Denies a permission for the player in the SUPERS context
/feperm user <player|_ME_> supers <clear|remove> <permission> clears a permission for the player in the SUPERS context
/feperm user <player|_ME_> group set <group> Removes the player from all other groups, and then adds them to the specified group
/feperm user <player|_ME_> group add <group> Adds the player to the specified group
/feperm user <player|_ME_> group remove <group> Removes the player from the specified group
/feperm user <player|_ME_> prefix set <prefix> Sets the players prefix
/feperm user <player|_ME_> suffix set <suffix> Sets the players suffix
/feperm user <player|_ME_> get <permission> [zone] Displays the status of the permission, if its allowed or denied
/feperm user <player|_ME_> <allow|true> <permission> [zone] Allows a permission for the player in the specified zone or the _GLOBAL_ zone
/feperm user <player|_ME_> <deny|false> <permission> [zone] Denies a permission for the player in the specified zone or the _GLOBAL_ zone
/feperm user <player|_ME_> <clear|remove> <permission> [zone] clears a permission for the player in the specified zone or the _GLOBAL_ zone
feperm group commands Description
/feperm group <group> prefix set <prefix> Sets the players prefix
/feperm group <group> suffix set <suffix> Sets the players suffix
/feperm group <group> get <permission> Displays the status of the permission, if its allowed or denied
/feperm group <group> <allow|true> <permission> [zone] Allows a permission for the group in the specified zone or the _GLOBAL_ zone
/feperm group <group> <deny|false> <permission> [zone] Denies a permission for the group in the specified zone or the _GLOBAL_ zone
/feperm group <group> <clear|remove> <permission> [zone] clears a permission for the group in the specified zone or the _GLOBAL_ zone