Command Aliases (Fabric)

Alternate short commands for complex commands (with tab completion)

File Details

commandaliases-0.9.0+mc1.19-build.37-sources.jar

  • R
  • Jul 10, 2022
  • 89.57 KB
  • 11
  • 1.19
  • Fabric

File Name

commandaliases-0.9.0+mc1.19-build.37-sources.jar

Supported Versions

  • 1.19

Curse Maven Snippet

Fabric

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

Learn more about Curse Maven

Notable changes

  • new: Added toml, yaml, json and json5 support and load from directory
    • This loads subdirectories recursively for better organization
    • The commandaliases.json file is scheduled to be removed on 1.0.0, the directory can only load individual command aliases rather than an array of them.
  • new: Added missing argument types
  • new: Added scheduler and command execution back to the scheduler
    • Note: Mostly for mod compatibility but also allows users to cancel a scheduled command for the future
  • new: Added scheduler event removal command
  • new: Added id, triggerTime and successfulActions to custom command action component
    • id is an identifier for the action, this is used to remove them from the scheduler
    • Note: triggerTime is similar to sleep but instead it schedules the action for the next trigger time. The sleep field might be removed in the future.
    • successfulActions is the opposite of unsuccessfulActions mostly for parity
  • new: Added COMMAND_LIST_LOOKUP mode for suggestion provider
    • We can look up whatever suggestion provider is being used from another command
  • new: Added some more functions to look up the first suggestion with key

It is highly recommended you check out the wiki page

Full Changelog: https://github.com/FlashyReese/CommandAliases/compare/mc1.19-0.8.0...mc1.19-0.9.0