Release 1.3.0 for Fabric & Quilt 1.21.x
Triggers
- Added
INV_UPDATE
trigger (Suggested by Rain) - Added
REGION_ENTER
®ION_LEAVE
triggers (Suggested by Rain)
GUI
- Added FilterType to AddTriggerScreen for
RECEIVE_MESSAGE
triggers - Added OtherScreen & moved SettingsScreen to it
- Added sharing screen placeholder
Commands
- Added
info
command & moved version to it
Other
- Added Regions
Fixes
- Exiting screens now goes to the smarter parent
- Wrong screen titles
Full Changelog: here
Beta 1.3.0 for Fabric & Quilt 1.21.x
GUI
- Finished GUI
Actions
- Added ActionScheduler
- Action names now have a limit of 16 characters
Commands
- Added scheduler commands
Fixes
- Fixed crash while renaming actions
- Fixed that you could add more than one trigger of the types:
JOIN
,DISCONNECT
&RESPAWN
- Changed wrong file names for some commands
Release 1.2.1 for Fabric & Quilt 1.21.x
Actions
- Added ability to disable/enable Actions
Commands
- Added
Clone
command - Added
Rename
command - Added
Clear
command
Triggers
- Added
JOIN
Trigger - Added
DISCONNECT
Trigger - Added
RESPAWN
Trigger (Suggested by Rain)
Fixes
- Fixed kick due to invalid ChatTrigger (Reported by Rain)
- Fixed ChatTriggers getting called twice
- Fixed server messages containing literal{}
- Fixed adding ChatTriggers suggests the " at the wrong place (Reported by Rain)
Full Changelog: here
Release 1.2.0 for Fabric & Quilt 1.21.x
GUI
- Added GUI that allows you to drag and drop actions. (Default KeyBind
V
) - Updated Icon
Language
- Added Language Files
- Added
German
Translation - Improved Messages
Tasks
- Added
START
&END
indicator as first and last task - Added
COMMENT
task
Full Changelog: here
This update introduces several new features and improvements to the actions
mod, including the addition of movement and mining tasks, message-based triggers, and enhanced command suggestions. The most important changes are outlined below:
Enhancements to Actions:
- Updated
ActionManager
to include new task types:MOVE
,MINE
, andUSE
. - Introduced
ReceiveMessageTrigger
to handle actions triggered by receiving specific messages. - Actions now get deleted from the files if you delete them via command.
Command Improvements:
- Added a new
version
command to display the current version of theactions
mod.
Utility Additions:
- Added
KeybindUtil
to map string representations of keys to their key codes.
These changes collectively enhance the functionality and flexibility of the actions
mod, enabling more complex and varied automation tasks in Minecraft.