Files
Purpur/docs/source/permissions.rst
2019-05-19 08:50:46 -05:00

33 lines
1.1 KiB
ReStructuredText

==========
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.<mob_id>**
- **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 "<mob_id>" 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.