Command Aliases (Fabric)

Alternate short commands for complex commands (with tab completion)

File Details

Command Aliases 1.0.0 for Minecraft 1.17.1

  • R
  • Dec 9, 2022
  • 5.36 MB
  • 42
  • 1.17.1
  • Fabric

File Name

commandaliases-1.0.0+mc1.17.1-build.56.jar

Supported Versions

  • 1.17.1

Curse Maven Snippet

Fabric

modImplementation "curse.maven:commandaliases-409389:4159379"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

Important Notice

You will need to update your 0.9.x formats to be compatible with 1.0.0. Please visit the wiki to view the documentation. I will be trying my best to improve the wiki, you can also help by contributing to it.

What's changed?

  • Specification has been changed - Wiki can be found here
    • You now need to define schemaVersion to 1
    • Formats are pretty much identifical but instead of "customCommand": {}, you just define everything in the base clause where the Command Mode is located.
    • Some custom command format fields has been renamed, you can find more information about it on the wiki.
  • Removed all deprecated features from 0.9.x.
    • COMMAND_ALIAS, COMMAND_REASSIGN_AND_ALIAS and COMMAND_REASSIGN_AND_CUSTOM - You can still reassign commands but they would require separate files, this change is done to keep debugging easier.
  • Added more formatting types and functions
    • Formatting Types can be found here.
    • Functions can be found here.
  • Added MySQL, Redis, In-Memory database implementations
  • Added a math numerical expression evaluator and a boolean expression evaluator using Javaluator
  • Enabled all JSON5 features for serialization
  • Improved logging to help identify errors cause by a particular file. (I will be improving this further in the future)
  • Tons of more changes

Full Changelog: https://github.com/FlashyReese/CommandAliases/compare/mc1.17.1-0.9.3...mc1.17.1-1.0.0