✨ Custom item framework for Minecraft servers.
🧱 Define items via YAML.
🌐 Supports Corlex for localized client-side lore.
🔗 Works seamlessly with ProtocolLib.
- 📦 YAML-defined custom items
- 🏷️ Automatic NBT tagging for identification
- 🧙 Dynamic lore powered by Corlex
- 🌍 Multilingual support with fallback
- 🚀 Fully client-side fake lore with ProtocolLib
- 💡 Easy item distribution with
/giveitem <key>
- Stop the server
- Place
CubItems.jarin/plugins - Install ProtocolLib
- Install Corlex if you want client-side lore implementation
- Start the server
| Commands | Description | Permission | Group |
|---|---|---|---|
| /giveitem | Gives a registered item | cubitems.giveitem | cubitems.admin |
- Spigot or Paper 1.21+
- ProtocolLib
- Corlex (optional but recommended)
Use the cubItems NBT key to identify and extend custom items across your plugin ecosystem.
MIT — do what you want, give credit.
items:
strength_sword:
material: DIAMOND_SWORD
display_name: "&cSword of Strength"
lore:
en:
- "&7A sharp blade."
- "&c+10 Strength"
tr:
- "&7Keskin bir kılıç."
- "&c+10 Güç"
nbt:
customKey: strength_sword