Item format (Legacy)
Vanilla Items (not include NBT)
We use XItemStack item format, click here to know more.
All option except material are optional.
Those options also can be used in hook items.
If you don't understand this format by above link, let me give you an example here:
This example is not 100% show the format, you need click the link above to see more.
Saved Item
Use
material
option, like: material:superior_sword
.superior_sword
is your saved item ID.
Hook Item
hook-plugin: What plugin you want this item hook into, for now, UltimateShop supports
EcoItems, EcoArmor, MMOItems, ItemsAdder, Oraxen, MythicMobs, eco, NeigeItems
. Required.hook-item: What item you want to in the hook plugin Required.:
For
EcoItems, Oraxen, MythicMobs
, you should write item id.For
ItemsAdder, eco
, you should writenamespace:item id
. Eco's namespace id plugin name, liketalismans
.For
EcoArmor
, you should writearmor set id;;armor slot
.armor slot
can be set to BOOTS, CHESTPLATE, ELYTRA, HELMET, LEGGINGS.For
MMOItems
, you should writeitem type id;;item id
.
For example:
Extra option: plugin-enchants - Premium version only
Support
AdvancedEnchantments
only for now.Plugin like
EcoEnchants, ExcellentEnchants
are vanilla enchants like plugin, you just need to put their enchantment ID to enchants option (like above).
You can use plugin-enchants option to add plugin enchants for your item.
Extra option: content
Can use this option to make brushable block has loot item.
When used in buy price or sell price:
Support use those extra options:
max-amount: Max amount, useful for dynamic prices. Optional.
min-amount: Min amount, useful for dynamic prices.Optional.
Last updated