Quick hotfix for a bug with the function processor
Full Changelog: https://github.com/FlashyReese/CommandAliases/compare/mc1.18.2-0.8.0...mc1.18.2-0.9.1
Quick hotfix for a bug with the function processor
Full Changelog: https://github.com/FlashyReese/CommandAliases/compare/mc1.18.2-0.9.0...mc1.19-0.9.1
Quick hotfix for a bug with the function processor
Full Changelog: https://github.com/FlashyReese/CommandAliases/compare/mc1.17.1-0.9.0...mc1.17.1-0.9.1
Quick hotfix for a bug with the function processor
Full Changelog: https://github.com/FlashyReese/CommandAliases/compare/mc1.19-0.6.0...mc1.16.5-0.9.1
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.19-0.8.0...mc1.19-0.9.0
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.19-0.8.0...mc1.18.2-0.9.0
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
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.16.5-0.8.0...mc1.16.5-0.9.0
Notable changes
- fix: Function Processor argument regex pattern
- new: Added suggestion provider (does not include vanilla suggestion providers yet)
- fix: Failed reassign command won't be deleted anymore
- change: Cleaned up process time logging
It is highly recommended you check out the wiki page
Full Changelog: https://github.com/FlashyReese/CommandAliases/compare/mc1.19-0.7.0...mc1.19-0.8.0
Notable changes
- fix: Function Processor argument regex pattern
- new: Added suggestion provider (does not include vanilla suggestion providers yet)
- fix: Failed reassign command won't be deleted anymore
- change: Cleaned up process time logging
It is highly recommended you check out the wiki page
Full Changelog: https://github.com/FlashyReese/CommandAliases/compare/mc1.18.2-0.7.0...mc1.18.2-0.8.0
Notable changes
- fix: Function Processor argument regex pattern
- new: Added suggestion provider (does not include vanilla suggestion providers yet)
- fix: Failed reassign command won't be deleted anymore
- change: Cleaned up process time logging
It is highly recommended you check out the wiki page
Full Changelog: https://github.com/FlashyReese/CommandAliases/compare/mc1.17.1-0.7.0...mc1.17.1-0.8.0
Notable changes
- fix: Function Processor argument regex pattern
- new: Added suggestion provider (does not include vanilla suggestion providers yet)
- fix: Failed reassign command won't be deleted anymore
- change: Cleaned up process time logging
It is highly recommended you check out the wiki page
Full Changelog: https://github.com/FlashyReese/CommandAliases/compare/mc1.16.5-0.7.0...mc1.16.5-0.8.0
Notable changes
- new: Added database and compute commands.
- new: Added successful/unsuccessful messages for the action component.
- new: Added user configuration file for debugging purposes.
- new: Added function processor
- fix: Implementation of Permissions API (now works properly with LuckPerms).
It is highly recommended you check out the wiki page or the video in the wiki page.
Full Changelog: https://github.com/FlashyReese/CommandAliases/compare/mc1.19-0.6.0...mc1.19-0.7.0
Notable changes
- new: Added database and compute commands.
- new: Added successful/unsuccessful messages for the action component.
- new: Added user configuration file for debugging purposes.
- new: Added function processor
- fix: Implementation of Permissions API (now works properly with LuckPerms).
It is highly recommended you check out the wiki page or the video in the wiki page.
Full Changelog: https://github.com/FlashyReese/CommandAliases/compare/mc1.18.2-0.6.0...mc1.18.2-0.7.0
Notable changes
- new: Added database and compute commands.
- new: Added successful/unsuccessful messages for the action component.
- new: Added user configuration file for debugging purposes.
- new: Added function processor
- fix: Implementation of Permissions API (now works properly with LuckPerms).
It is highly recommended you check out the wiki page or the video in the wiki page.
Full Changelog: https://github.com/FlashyReese/CommandAliases/compare/mc1.17.1-0.6.0...mc1.17.1-0.7.0
Notable changes
- new: Added database and compute commands.
- new: Added successful/unsuccessful messages for the action component.
- new: Added user configuration file for debugging purposes.
- new: Added function processor
- fix: Implementation of Permissions API (now works properly with LuckPerms).
It is highly recommended you check out the wiki page or the video in the wiki page.
Full Changelog: https://github.com/FlashyReese/CommandAliases/compare/mc1.16.5-0.6.0...mc1.16.5-0.7.0