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: Wither_Sword
ITEM: minecraft:Netherite_Sword
NAME: "&c&Wither &f&Sword"
NBT: 1001
LORE:
- "&7Become the Wither"
enchants:
- unbreaking 1
- sharpness 6
effects:
- #minecraft:regeneration 1 #remove Hash From the begining but not from note
- #minecraft:strength 2
giveneffects:
- minecraft:Wither 10 # seconds,1 #power level
customeffects:
- JUMP 1 #this works
- #FIRE 2 # this isn't
- #KNOCK 1 #levels
- #LIGHTNING #do not have any levels
- #DAMAGE 1 100% #this procentage are chances
- #MAGNET 2
- #EXPLODE 2
- 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.