Compatibility
Minecraft: Java Edition
1.21.1
Platforms
Supported environments
Client and server
Tags
Creators
Details
Licensed ARR
Published 6 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


