Mods
Resource Packs
Data Packs
Modpacks
Shaders
Plugins
Mods Resource Packs Data Packs Plugins Shaders Modpacks
Get Modrinth App Upgrade to Modrinth+
Sign in
ModsPluginsData PacksShadersResource PacksModpacks
Sign in
Settings
Actions

Actions

The Actions mod allows you to automate tasks in Minecraft.

12.9k
18
Management
Social
Utility

Compatibility

Minecraft: Java Edition

1.21.x

Platforms

Fabric
NeoForge
Quilt

Supported environments

Client-side

90% of ad revenue goes to creators

Support creators and Modrinth ad-free with Modrinth+

Links

Report issues View source Visit wiki Join Discord server
Donate on Ko-fi

Creators

HenriTom
HenriTom Member

Details

Licensed LGPL-3.0-or-later
Published 10 months ago
Updated 15 hours ago
DescriptionGalleryChangelogVersions

Show all versions

1
2

Actions 1.5.1

by HenriTom on Nov 3, 2025
Download

Actions Release 1.5.1 for Fabric 1.21.7 - 1.21.8

Added:

  • player_region, player_last_damage_source, player_inventory_count global variables (Suggested by KireBot)
  • The id of the trigger that called the action is now the first call arg (%cvar.0) (Suggested by KireBot)
  • amount_ variants for the player_main_hand, player_off_hand, player_helmet, player_chestplate, player_leggings and player_boots global variables (Suggested by KireBot)
  • The old variables without _amount still exist but no longer contain the amount, to make them usable in comparisons (Reported by KireBot)

Removed:

  • Removed debugging code

Updated:

  • minecraft version to 1.21.7 native
  • dependency versions

Full Changelog: here

Actions 1.5.0

by HenriTom on Oct 9, 2025
Download

Actions Release 1.5.0 for Fabric 1.21.9 - 1.21.10

Updated:

  • Added support for &&/and and ||/or in IF tasks

Compatability:

  • Changed command and id to actions_legacy
  • Changed name to Actions Legacy
  • Updated Icon

Full Changelog: here

Actions 1.5.0

by HenriTom on Aug 3, 2025
Download

Actions Release 1.5.0 for Fabric 1.21.6 - 1.21.8

Updated:

  • Added support for &&/and and ||/or in IF tasks

Compatability:

  • Changed command and id to actions_legacy
  • Changed name to Actions Legacy
  • Updated Icon

Full Changelog: here

Actions 1.4.2

by HenriTom on Jul 18, 2025
Download

Actions Release 1.4.2 for Fabric 1.21.8

Full Changelog: here

Actions 1.4.2

by HenriTom on Jul 1, 2025
Download

Actions Release 1.4.2 for Fabric 1.21.7

Updated Minecraft version to 1.21.7

Full Changelog: here

Actions 1.4.2

by HenriTom on Jun 17, 2025
Download

Actions Release 1.4.2 for Fabric 1.21.6

Updated Minecraft version to 1.21.6

Full Changelog: here

Actions 1.4.2

by HenriTom on Apr 13, 2025
Download

Actions Release 1.4.2 for NeoForge 1.21 & 1.21.1

Fixes:

  • Fixed crash in 1.21 - 1.21.2 in Other Screen

Full Changelog: here

Actions 1.4.2

by HenriTom on Apr 13, 2025
Download

Actions Release 1.4.2 Quilt 1.21.1

Fixes:

  • Fixed crash in 1.21 - 1.21.2 in Other Screen

Full Changelog: here

Actions 1.4.2

by HenriTom on Apr 13, 2025
Download

Actions Release 1.4.2 for Fabric 1.21 - 1.21.4

Fixes:

  • Fixed crash in 1.21 - 1.21.2 in Other Screen

Full Changelog: here

Actions 1.4.2

by HenriTom on Apr 13, 2025
Download

Actions Release 1.4.2 for Fabric 1.21.5

Updated:

  • Loom Version to 1.10-Snapshot
  • Fabric Loader to 1.16.13

Fixes:

  • Fixed crash in 1.21 - 1.21.2 in Other Screen

Full Changelog: here

Actions 1.4.1

by HenriTom on Mar 14, 2025
Download

Actions Release 1.4.1 for Fabric & Quilt 1.21.x

Features

  • Added Action sharing

Tasks

  • Added KEY_CLICK task
  • Added KEY_PRESS task
  • Added KEY_RELEASE task

Commands

  • Added actions share command

Fixes

  • Added missing player_effects global variable
  • Fixed wrong number in pages

Full Changelog: here

Actions 1.4.0

by HenriTom on Feb 25, 2025
Download

Actions Release 1.4.0 for Fabric & Quilt 1.21.x

Variables

  • Added color variables
  • Added math_random_int
  • Added world_time_string, world_time_day, world_time_hour and world_time_minute
  • Added time_millis, time_nanos, time_date, time_date_year, time_date_month, time_date_day, time_date_hour, time_date_minute and time_date_second
  • math_random can now return negative numbers too
  • Added local variables
  • Made call variables printable with %cvar.[index/all]

Tasks

  • Added JUMP_TASK task
  • Added SOUND task
  • Added END task
  • Added IF task
  • Added SET_SLOT Task
  • Added VARIABLE_INCREMENT task
  • Added VARIABLE_REMOVE task
  • Added VARIABLE_SET task

Triggers

  • Added TICK trigger

Commands

  • Added variables command
  • Added reload regions command
  • Added save regions command

Fixes

  • Fixed that variables always got replaced in every message
  • Fixed different types of variables weren't replaced together
  • Fixed global variables clearing before updating
  • Fixed some content in editing screens getting deleted

Actions 1.3.1

by HenriTom on Feb 11, 2025
Download

Release 1.3.1 for Fabric & Quilt 1.21.x

Variables

  • Added GlobalVariableStorage

Triggers

  • Added BIOME_ENTER trigger (Suggested by L-circle-mc)
  • Added BIOME_LEAVE trigger (Suggested by L-circle-mc)
  • Added ARMOR_UPDATE trigger
  • Added HEALTH_UPDATE trigger
  • Added HUNGER_UPDATE trigger
  • Added LEVEL_UPDATE trigger
  • Added XP_UPDATE trigger

Fixes

  • Cleaned up code
  • Fixed crashes because of Action Scheduler

Full Changelog: here

Actions 1.3.0

by HenriTom on Feb 6, 2025
Download

Release 1.3.0 for Fabric & Quilt 1.21.x

Triggers

  • Added INV_UPDATE trigger (Suggested by Rain)
  • Added REGION_ENTER & REGION_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

Actions 1.3.0-beta

by HenriTom on Feb 3, 2025
Download

Beta 1.3.0 for Fabric & Quilt 1.21.x

GUI

  • Finished GUI actions_beta_gui_preview

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

Actions 1.2.1

by HenriTom on Jan 26, 2025
Download

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

Actions 1.2.0

by HenriTom on Jan 24, 2025
Download

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

Actions 1.1.1

by HenriTom on Jan 7, 2025
Download

Release v1.1.1 for Quilt 1.21

Changes:

  • Fixed /actions command not working in multiplayer
  • Fixed CHAT_RECEIVED Trigger
  • Fixed command completion throwing exceptions

Actions 1.1.1

by HenriTom on Jan 7, 2025
Download

Release v1.1.1 for Fabric 1.21.x

Changes:

  • Fixed /actions command not working in multiplayer
  • Fixed CHAT_RECEIVED Trigger
  • Fixed command completion throwing exceptions

Actions 1.1

by HenriTom on Jan 5, 2025
Download
1
2

Modrinth is open source.

main@396f737

© Rinth, Inc.

Company

TermsPrivacyRulesCareers

Resources

SupportBlogDocsStatus

Interact

Discord X (Twitter) Mastodon Crowdin
Get Modrinth App Settings
NOT AN OFFICIAL MINECRAFT SERVICE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT.