Raxen/docs/examples/Items.md

331 B

Items

Simple Item

see an example of a simple item

testItem:
  Pack:
    custom_model_data: 1
    model: raxen/testItem
  display_name: '<aqua>Test Item'
  material: DIAMOND
  lore:
    - '<gray>Test Item'
    - '<gray>Custom Model Data: <aqua>1'
  enchantments:
    - 'DURABILITY:1'
  effect:
    - 'testEffect'