
Amai's Custom Items is plugin that provide you possibility to make Minecraft Custom Weapons
Next Update: ASAP
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.
/aci reload command to reload items configuration without restarting the server.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%
.jar file.plugins folder.plugins/ACI/Items folder. (You can see Test Custom Item in included file)/aci give <ID> [player] to give items./aci reload./aci give <ID> [player] – Give a custom item by its ID./aci reload – Reload custom items configuration.