Mixtape/docs/source/permissions.rst

26 lines
724 B
ReStructuredText

.. include:: common.rst
.. _mixtape_permissions:
Permissions
===========
``mixtape.admin`` - Allows use of Mixtape admin commands, namely ``/mixtape reload``.
``mixtape.list`` - Allows a player to list their aliases.
``mixtape.list.other`` - Allows a player to list other player's aliases.
``mixtape.list.*`` - Wildcard permission for the two above nodes.
``mixtape.limit.x`` - Give a player a specific limit for creating aliases. Overrides the global limit.
``mixtape.alias.chat`` - Allows players to create chat aliases.
``mixtape.alias.command`` - Allows players to create command aliases.
``mixtape.alias.*`` - Wildcard permission for the two above nodes.
``mixtape.*`` - Wildcard permission for all nodes.