Introduction
Welcome to the documentation for the ActionItems mod! This guide will help you get started with using and configuring the mod.
Quick Start
Section titled “Quick Start”- Install the ActionItems mod jar onto your server. Download the mod here!
- Give yourself an Action Item using
/actionitems give <id>while in-game. - Modify and create new items in the
config/actionitems/items/folder.
What is ActionItems?
Section titled “What is ActionItems?”ActionItems is a server-sided fabric mod that allows server admins to attach interaction actions to items. The mod is highly configurable and uses JSON files for all configuration, allowing for organization and relative ease of use.
The mod supports a variety of features, including:
- Create practically infinite items (idk, haven’t tested that)
- Set actions for items when clicked on
- Currently 12 available Action Types
- Set requirements for using items
- Currently 8 available Requirement Types
- Per-player item use limits and cooldowns
- Economy integration with many Economy mods (Impactor, BEconomy, CobbleDollars, etc)
- Placeholder support with popular Placeholder APIs (TextPlaceholderAPI, MiniPlaceholders, etc)
- All customizable items support custom names, lore, enchantments, and more (anything that is a component/nbt can be applied)
- And more!
Getting Started
Section titled “Getting Started”- Introduction
Initial introduction to the ActionItems mod, understanding the purpose and features of the mod. - Installation
Guide to install the ActionItems mod, dependencies, and optional integrations. - Commands and Permissions
List of commands and permissions available in the ActionItems mod. - Supported Economies
List of supported economy plugins for use with ActionItems. - Placeholders
List of supported Placeholder APIs and available placeholders for use with ActionItems. - FAQs
Frequently Asked Questions about the ActionItems mod, including troubleshooting tips and common implementation questions.
Configuration
Section titled “Configuration”Base Config
Section titled “Base Config”- Main Configuration
Guide to configure the mainconfig.jsonfile for ActionItems. These settings apply globally to the mod.- Storage Options
Configuration options for the storage system used by ActionItems
- Storage Options
- Item Configuration
Guide to understanding the basics of an item configuration file.- Display Options
Configuration options for a Display Item’s appearance and data.
- Display Options
- Actions
Configuration of actions that can be executed when clicking. - Requirements
Configuration of requirements that can be used to restrict using an item. - Components
Guide to using Components and specifically how to make use of them in the ActionItems mod.