NBT Support
Orders fully support NBT items - custom names, lore, enchantments, custom model data, attribute modifiers. Always enabled, no configuration needed.
Supported Dataโ
| NBT Type | Behavior |
|---|---|
| Enchantments | All types, multiple per item, custom levels; stored as JSON on the order |
| Custom Names | Preserved, shown in order details, validated on delivery |
| Lore | All lines preserved, shown in GUI, validated on delivery |
| Other (custom model data, attribute modifiers, etc.) | Preserved in the item stack |
Order Creationโ
NBT detected automatically; enchantments stored in DB, custom item data preserved, order display includes NBT info.
Delivery Matching Rulesโ
Delivered item must match the order exactly on: enchantments, custom name, and lore (if the order specifies them).
Storageโ
Enchantments and custom item IDs (ItemsAdder) are stored in the database as structured data; other NBT is preserved directly on the item stack.
Hardcoded Blocked Itemsโ
Shulker boxes (all variants) and bundles are always blocked - prevents data loss and exploits.
See Alsoโ
- ItemsAdder Integration - custom items
- Delivery System - delivery validation flow
- Item Validation - API validation