Описание

## 🌐 Introduction
The "Actions" Mod is a Minecraft client-side modification that allows players to create custom actions triggered by commands or events. With Actions, you can define sequences of tasks, making gameplay more dynamic and personalized.
## 🚨 Important
You will need both the [Fabric API](https://modrinth.com/mod/fabric-api) and the [Fabric Language Kotlin](https://modrinth.com/mod/fabric-language-kotlin) for this mod to work.
If you want to use Quilt, you'll need to use the [Quilted Fabric API](https://modrinth.com/mod/qsl) instead of the [Fabric API](https://modrinth.com/mod/fabric-api), and the [Quilt Kotlin Libraries](https://modrinth.com/mod/qkl) instead of the [Fabric Language Kotlin](https://modrinth.com/mod/fabric-language-kotlin).
## 🛠️ Features
**Customizable Triggers:** Define commands or events that activate specific actions.
**Task Sequences:** Combine multiple tasks into a single action.
**Client-Side Focus:** All features work without requiring server-side support.
**Ease of Use:** Intuitive command system for creating and managing actions.
## 📖 Wiki
If you need help, you can check the [wiki](https://github.com/HenriTom/Actions/wiki) for additional information and guides, join our Discord server [here](https://discord.gg/XdHBJKTvxJ), or open an issue on GitHub [here](https://github.com/HenriTom/Actions/issues/new/choose).