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


