You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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`.
Copy file name to clipboardexpand all lines: Chat Commands.md
+21
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,27 @@ Chat Commands
2
2
-------------
3
3
For more information, see the [README](README.md).
4
4
5
+
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:
0 commit comments