Compatibility
Minecraft: Java Edition
1.21.x
Platforms
Links
Creators
Details
Next Update: ASAP
- Freeze Effect
- Bow Compatibility
ACI – Amai Custom Items Plugin
ACI is a powerful Minecraft plugin for version 1.21+ that allows server admins to create custom items with unique properties, enchantments, and effects — all configurable via simple YAML files.
Features
- 🎨 Create custom items easily by defining their ID, material, name (with color codes), lore, and CMD (in next update).
- ✨ Add enchantments with support for hidden enchants to keep your items looking clean.
- 💥 Apply custom potion effects on the player holding the item.
- ⚔️ Give custom effects and potion effects to opponents when hit.
- 🔥 Unique custom effects such as JUMP (launch the opponent in the air), FIRE (ignite), KNOCK (knockback), LIGHTNING (strike lightning), DAMAGE (direct HP damage), and MAGNET (pull enemies closer).
- 🧲 Magnet effect has levels of strength.
- 🔄
/aci reload
command to reload items configuration without restarting the server. - 📜 Tab completion for commands to make usage easier.
Configuration Example (YAML)(Can Download as additional file on Discord)
ID: test_sword
ITEM: minecraft:netherite_sword
NAME: "&c&lTest &f&lSword"
NBT: 1001
LORE:
- "&7This is the ultimate test sword."
enchants:
- unbreaking 1
- sharpness 1
effects:
- minecraft:regeneration 1
giveneffects:
- minecraft:blindness 60,0
customeffects:
- #JUMP 100%
- #FIRE 100%
- #KNOCK 100%
- #LIGHTNING 100%
- #DAMAGE 1 100%
- #MAGNET 1 100%
- #EXPLODE 2 100%
- POISONCLOUD 10 2 100%
Installation
- Download the plugin
.jar
file. - Place it in your server's
plugins
folder. - Run the server once to generate the config folders.
- Create your custom item YAML files inside the
plugins/ACI/Items
folder. (You can see Test Custom Item in included file) - Use
/aci give <ID> [player]
to give items. - Reload config with
/aci reload
.
Commands
/aci give <ID> [player]
– Give a custom item by its ID./aci reload
– Reload custom items configuration.