36 lines
899 B
ReStructuredText
36 lines
899 B
ReStructuredText
.. include:: common.rst
|
|
|
|
.. _mixtape_examples:
|
|
|
|
Examples
|
|
========
|
|
|
|
.. note::
|
|
Arguments are first applied to any specified arguments in the alias. Any remaining are added to the end of the alias.
|
|
|
|
Commands
|
|
--------
|
|
|
|
``//alias wife msg MrsEtzelia`` |br|
|
|
``/wife Hey!`` -> ``/msg MrsEtzelia Hey!``
|
|
|
|
``//alias xray co rb r:<radius> b:diamond_ore,stone #preview`` |br|
|
|
``/xray 50`` -> ``/co rb r:50 b:diamond_ore,stone #preview``
|
|
|
|
|
|
Chat
|
|
----
|
|
|
|
``/alias wb Welcome back!`` |br|
|
|
``/wb`` -> ``Welcome back!``
|
|
|
|
``/alias wb Welcome back, <player>!`` |br|
|
|
``/wb Etzelia`` -> ``Welcome back, Etzelia!``
|
|
|
|
``/alias lookup /co l r:<radius> a:container`` |br|
|
|
Player asks "How do I check for theft?" |br|
|
|
``/lookup 10`` -> ``./co l r:10 a:container``
|
|
|
|
**BONUS** |br|
|
|
``/alias when Season 4 is starting on September 1st at 8:00 AM CST!`` |br|
|
|
``/when`` -> ``Season 4 is starting on September 1st at 8:00 AM CST!`` |