Loot

For Adding loot you have lots of options.
Below is an example loot with all the available options.
Warning, many options are for special items, like potion only works if your ID is a potion.
Also pages and author only work if you ID is a book, owner needs skull ect.

    0:
      item: 258
      amount: 1
      name: "&aItem Name"
      name: 
      - "&aItem Name 1"
      - "&aItem Name 2"
      lore1: "&2Lore 1"
      lore2: "&2Lore 2"
      minLore: 1
      maxLore: 2
      lore:
      - "&2Lore 3"
      - "&2Lore 4"
      durability: 8
      colour: "0,255,0"
      author: Bob
      pages:
        1: "Page one, line one\nLine two"
        2: "page two"
      owner: Bob
      chancePercentage: 50
      patterns:
      - ==: Pattern
        color: BLUE
        pattern: bs
      - ==: Pattern
        color: BLUE
        pattern: ts
      potion: "SLOW"
      staff:
        id: 1
        spells:
         - Fire-Ball
      commands:
       - "give <player> 1" 
      mobs:
       - Creeper
       - Bat
      powersMin: 2
      powersMax: 6
      minEnchantments: 1
      maxEnchantments: 4
      enchantments: 
        1:
          enchantment: DURABILITY
          level: 1-10
          chance: 25
        2:
          enchantment: DAMAGE_ALL
          level: 2

Comments

Posts Quoted:
Reply
Clear All Quotes