]> git.lizzy.rs Git - worldedit.git/blobdiff - Chat Commands.md
Add `worldedit_shortcommands`, which adds aliases to commonly used chat commands...
[worldedit.git] / Chat Commands.md
index 605683b5965862d6ab704ffdcc80d0c63b8d8763..c3d525035b34e5d9825857a8ffc84150aa252ade 100644 (file)
@@ -2,6 +2,27 @@ Chat Commands
 -------------\r
 For more information, see the [README](README.md).\r
 \r
+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:\r
+\r
+| Short Name | Original Name      |\r
+|:-----------|:-------------------|\r
+| `//i`      | `//inspect`        |\r
+| `//rst`    | `//reset`          |\r
+| `//mk`     | `//mark`           |\r
+| `//umk`    | `//unmark`         |\r
+| `//1`      | `//pos1`           |\r
+| `//2`      | `//pos2`           |\r
+| `//fp`     | `//fixedpos`       |\r
+| `//v`      | `//volume`         |\r
+| `//s`      | `//set`            |\r
+| `//r`      | `//replace`        |\r
+| `//ri`     | `//replaceinverse` |\r
+| `//hspr`   | `//hollowsphere`   |\r
+| `//spr`    | `//sphere`         |\r
+| `//hdo`    | `//hollowdome`     |\r
+| `//do`     | `//dome`           |\r
+| `//hcyl`   | `//hollowcylinder` |\r
+\r
 ### `//about`\r
 \r
 Get information about the mod.\r