summaryrefslogtreecommitdiff
path: root/Chat Commands.md
diff options
context:
space:
mode:
authorUberi <azhang9@gmail.com>2014-02-23 14:16:22 -0500
committerUberi <azhang9@gmail.com>2014-02-23 14:16:22 -0500
commit84f0e23d6c48c0b99a1f20f23858a48312ea259f (patch)
tree0d2f661a60a27a1778d5872e4c2a0fd1fea14155 /Chat Commands.md
parentbe913e6d8b25864a900277089aa4f3f5a300d4ad (diff)
Add `worldedit_shortcommands`, which adds aliases to commonly used chat commands that allow users to type in long command names faster. Idea is courtesy of @electricface.
For example, `//move ? 5` can now be written as `//m ? 5`.
Diffstat (limited to 'Chat Commands.md')
-rw-r--r--Chat Commands.md21
1 files changed, 21 insertions, 0 deletions
diff --git a/Chat Commands.md b/Chat Commands.md
index 605683b..c3d5250 100644
--- a/Chat Commands.md
+++ b/Chat Commands.md
@@ -2,6 +2,27 @@ Chat Commands
-------------
For more information, see the [README](README.md).
+Many commands also have shorter names that can be typed faster. For example, if we wanted to use `//move ? 5`, we could instead type `//m ? 5`. All shortened names are listed below:
+
+| Short Name | Original Name |
+|:-----------|:-------------------|
+| `//i` | `//inspect` |
+| `//rst` | `//reset` |
+| `//mk` | `//mark` |
+| `//umk` | `//unmark` |
+| `//1` | `//pos1` |
+| `//2` | `//pos2` |
+| `//fp` | `//fixedpos` |
+| `//v` | `//volume` |
+| `//s` | `//set` |
+| `//r` | `//replace` |
+| `//ri` | `//replaceinverse` |
+| `//hspr` | `//hollowsphere` |
+| `//spr` | `//sphere` |
+| `//hdo` | `//hollowdome` |
+| `//do` | `//dome` |
+| `//hcyl` | `//hollowcylinder` |
+
### `//about`
Get information about the mod.