From 84f0e23d6c48c0b99a1f20f23858a48312ea259f Mon Sep 17 00:00:00 2001 From: Uberi Date: Sun, 23 Feb 2014 14:16:22 -0500 Subject: 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`. --- Chat Commands.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) (limited to 'Chat Commands.md') 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. -- cgit v1.2.3