Mixtape/docs/source/index.rst

27 lines
798 B
ReStructuredText

.. include:: common.rst
Mixtape
=======
The Mixtape plugin is a chat/command wRapper :superscript:`get it?` that allows players to create customized personal command/chat aliases.
An example of this might be setting up an alias for ``/wb`` that simply makes the player say ``Welcome back!``
See the :ref:`mixtape_examples` page for more.
.. warning::
All aliases are processed **before** registered commands.
This means if you make an alias for an existing command, that command will no longer work directly.
To get around that, you can still use the registered command via its namespace.
e.g. /essentials:ban
:download:`Example Config </../../src/main/resources/config.yml>`
.. toctree::
:maxdepth: 1
:titlesonly:
changelog/index
commands
permissions
examples