ItemsAdder
ItemsAdder is one of the most popular custom item plugins for Minecraft servers.
LK Creator Support
- Generator: ✅ All 14 item types (Simple and Developer Mode)
- Converter: ✅ Full support (source and target)
Output Structure
When generating for ItemsAdder, LK Creator produces:
ItemsAdder/
├── contents/
│ └── your_namespace/
│ ├── configs/
│ │ └── items.yml
│ └── resourcepack/
│ └── your_namespace/
│ ├── textures/
│ │ └── item/
│ └── models/
│ └── item/Converter Notes
When converting to/from ItemsAdder:
- ItemsAdder uses a
namespacedefined in theinfosection — the converter extracts this automatically - Display names use legacy color codes (
&c,&6, etc.) — MiniMessage format is automatically translated - ItemsAdder uses
resourceandbehaviourssections for item properties - Custom blocks using real blocks (mushroom stem, noteblock) may need manual adjustment
- Emote configurations are not converted
Installation
- Download the generated ZIP from LK Creator
- Extract into your
ItemsAdder/contents/folder - Run
/iazipto rebuild the resource pack - Run
/iareloadto reload configurations