From e3358589d89ac96b43d1141be15f717d33a34148 Mon Sep 17 00:00:00 2001 From: William Blake Galbreath Date: Sun, 19 May 2019 08:50:46 -0500 Subject: [PATCH] [ci-skip] Document permission nodes --- docs/source/index.rst | 1 + docs/source/permissions.rst | 32 ++++++++++++++++++++++++++++++++ 2 files changed, 33 insertions(+) create mode 100644 docs/source/permissions.rst diff --git a/docs/source/index.rst b/docs/source/index.rst index e9ab448fa..45a84b188 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -17,4 +17,5 @@ changes to suit our server that are deemed too wild to be included directly upst :titlesonly: configuration + permissions contact diff --git a/docs/source/permissions.rst b/docs/source/permissions.rst new file mode 100644 index 000000000..60f9c0f3c --- /dev/null +++ b/docs/source/permissions.rst @@ -0,0 +1,32 @@ +========== +Permissions +========== + +.. contents:: + :depth: 2 + :local: + +Permissions +======= + +Purpur adds a few new permission nodes for some of it's added features. + +By default **all** of these permissions are for OP users only. Any other users will +need to be granted the permissions you want them to have using a permissions plugin. + +* **allow.ride.** + - **description**: This permission gives the ability to ride a certain mob by shift + right clicking it. Once mounted you can use WASD to move around, and spacebar to jump + or fly. Just replace "" with the mob's Entity ID. + - **examples**: + - `allow.ride.cow` + - `allow.ride.zombie_pigman` + - `allow.ride.snow_golem` + +* **purpur.drop.spawners** + - **description**: Players with this permission can use a diamond pickaxe with silk + touch enchantment to mine up any spawner cage instead of disappearing. + +* **purpur.place.spawners** + - **description**: Players with this permission can place down a spawner cage and + have the mob type restored to what it was when it was mined using silk touch.