Treasure.yml

# Item with quantity
lilypad:
    weight: 100
    item:
        ==: org.bukkit.inventory.ItemStack
        type: WATER_LILY
        amount: 1
# Item with data
squidegg:
    weight: 75
    item:
        ==: org.bukkit.inventory.ItemStack
        type: MONSTER_EGG
        damage: 94

# Item with damage
leatherboots:
    weight: 50
    item:
        ==: org.bukkit.inventory.ItemStack
        type: LEATHER_HELMET
        damage: 100

# World specific (If worlds is empty, the item is available in all worlds)
magmacream:
    weight: 100
    worlds: [world_the_nether]
    item:
        ==: org.bukkit.inventory.ItemStack
        type: MAGMA_CREAM

Comments

  • To post a comment, please or register a new account.
Posts Quoted:
Reply
Clear All Quotes