Configuration

Format:

ingredients:
  (MATERIALTYPE):
    '(damage value)':
      (Potion Name*)-(Potion damage value):
        item data

count: 0
#do not touch

potions:
#does nothing. simply there for copying data

Examples:

ingredients:
  SUGAR_CANE:
    '0':
      POTION-0:
        ==: org.bukkit.inventory.ItemStack
        type: POTION
        damage: 8227
        meta:
          ==: ItemMeta
          meta-type: POTION
          display-name: §6Rum
          custom-effects:
          - ==: PotionEffect
            effect: 9
            duration: 800
            amplifier: 0
            ambient: true
          - ==: PotionEffect
            effect: 18
            duration: 600
            amplifier: -5
            ambient: true

  INK_SACK:
    '0':
      POTION-32:
        ==: org.bukkit.inventory.ItemStack
        type: POTION
        damage: 8236
        meta:
          ==: ItemMeta
          meta-type: POTION
          display-name: §fPotion of Blinding
          custom-effects:
          - ==: PotionEffect
            effect: 15
            duration: 300
            amplifier: 0
            ambient: true
  GOLD_PICKAXE:
    '0':
      POTION-16:
        ==: org.bukkit.inventory.ItemStack
        type: POTION
        damage: 8227
        meta:
          ==: ItemMeta
          meta-type: POTION
          display-name: §fPotion of Haste
          custom-effects:
          - ==: PotionEffect
            effect: 3
            duration: 3600
            amplifier: 0
            ambient: true

Comments

Posts Quoted:
Reply
Clear All Quotes