Skip to Content
Supported PluginsItemsAdder

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 namespace defined in the info section — the converter extracts this automatically
  • Display names use legacy color codes (&c, &6, etc.) — MiniMessage format is automatically translated
  • ItemsAdder uses resource and behaviours sections for item properties
  • Custom blocks using real blocks (mushroom stem, noteblock) may need manual adjustment
  • Emote configurations are not converted

Installation

  1. Download the generated ZIP from LK Creator
  2. Extract into your ItemsAdder/contents/ folder
  3. Run /iazip to rebuild the resource pack
  4. Run /iareload to reload configurations