Compatibility
Minecraft: Java Edition
1.21
1.20.x
1.19.2–1.19.4
1.19
1.18.x
1.17.x
1.16.2–1.16.5
Platforms
Fabric
Supported environments
90% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Creators
Details
Licensed MIT
Published 4 years ago
Updated 4 months ago
Changelog
Notable changes
- new: Added
toml
,yaml
,json
andjson5
support and load from directory- This loads subdirectories recursively for better organization
- The
commandaliases.json
file 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
,triggerTime
andsuccessfulActions
to custom command action componentid
is an identifier for the action, this is used to remove them from the scheduler- Note:
triggerTime
is similar tosleep
but instead it schedules the action for the next trigger time. Thesleep
field might be removed in the future. successfulActions
is the opposite ofunsuccessfulActions
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.17.1-0.8.0...mc1.17.1-0.9.0
Files
Metadata
Release channel
ReleaseVersion number
mc1.17.1-0.9.0Loaders
Game versions
1.17.1Downloads
80Publication date
July 10, 2022 at 1:50 AMPublisher
FlashyReese
Owner