CommandAliases
CommandAliases copied to clipboard
Alternate short commands for complex commands
Command Aliases
Alternate short commands for complex commands (with tab completion)
Purpose
This mod allows you to rebind multiple commands into a single command, this also implies commands that may require vanilla operator permissions.
Additionally, provide format to start building new commands from scratch.
Commands
How to make a command?
You can find more information about them at the wiki.
Running into issues?
Here are some current issues with Command Aliases
Building from source
Prerequisites
- Java 8 or above
Compiling
Navigate to the directory you've cloned this repository and launch a build with Gradle using gradlew build
(Windows)
or ./gradlew build
(macOS/Linux). If you are not using the Gradle wrapper, simply replace gradlew
with gradle
or the path to it.
The initial setup may take a few minutes. After Gradle has finished building everything, you can find the resulting
artifacts in build/libs
.
License
Command Aliases is license under MIT, a free and open-source license. For more information, please see the license file.