Compatibility
Minecraft: Java Edition
1.21.1
Platforms
Supported environments
Client and server
Tags
Creators
Details
Licensed ARR
Published 10 months ago
Updated 10 months ago
šŖ Executable Commands Items (ECI)
Executable Commands Items (ECI) is a simple and powerful Fabric mod that lets you create custom items that execute any command when used.
⨠Features:
- š§ Create items that execute commands with /eci create <item_name> <command>
- š Give created items to players with /eci give <item_name> [player]
- ā Delete created items with /eci delete <item_name>
š§ Full tab-completion for:
- All available server commands (including mod/plugin commands)
- All saved custom items
š¾ Items and commands are automatically saved in config/eci_items.json š® Right-click the item to execute its assigned command
š Commands are executed as the player, respecting their permissions (optional: can be changed to console execution if desired)
āļø Example
/eci create summon_zombie summon minecraft:zombie /eci give summon_zombie
Now, right-click the stick ā it will summon a zombie! š§āāļø
š§© Needs:
- Fabric Loader
- Fabric API
- Mod Menu (optional)
Works with any other mod or plugin that registers commands


