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
Notable changes
-
new: Added
toml,yaml,jsonandjson5support and load from directory- This loads subdirectories recursively for better organization
- The
commandaliases.jsonfile is scheduled to be removed on1.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,triggerTimeandsuccessfulActionsto custom command action componentidis an identifier for the action, this is used to remove them from the scheduler- Note:
triggerTimeis similar tosleepbut instead it schedules the action for the next trigger time. Thesleepfield might be removed in the future. successfulActionsis the opposite ofunsuccessfulActionsmostly for parity
-
new: Added
COMMAND_LIST_LOOKUPmode 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