Compatibility
Minecraft: Java Edition
1.21.x
1.20.x
1.19.x
1.18.x
1.17.x
1.16.x
1.15.x
1.14.x
1.13.x
Platforms
Creators
Details
Licensed MIT
Published 2 months ago
Updated 2 months ago
🪄 CommandItems
Create custom items that run commands when right-clicked!
📹 Showcase
---🔧 Features
- Make items that run
commands
on use - Use
/createitem <item> <command>
- Run as
player
orconsole
(c:<command>
) - Includes simple placeholders like
%player%
,%x%
,%world%
- Full tab completion for item names
- Permission-based use and creation
📜 Example
/createitem stick c:say %player% used the magic stick!
🧩 Placeholders
You can include these in your command string:
Placeholder | Replaced With |
---|---|
%player% |
Player's name |
%uuid% |
Player's UUID |
%world% |
Player's current world |
%x% |
Player's X coordinate (block) |
%y% |
Player's Y coordinate (block) |
%z% |
Player's Z coordinate (block) |
%location% |
Combined XYZ: x y z |
%health% |
Player's current health (rounded) |
%food% |
Player's current food level |
%gamemode% |
Player's gamemode (survival , etc.) |
%exp% |
Player's total experience |
✅ Permissions
Node | Description |
---|---|
command.item.create |
Use /createitem |
command.item.use |
Run commands as player |
command.item.use.console |
Run commands as console |
Works with Paper 1.13+
Just drop the plugin in your plugins/
folder and you're ready to go!