Advertisement
Guest User

Untitled

a guest
Dec 27th, 2014
208
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 1.59 KB | None | 0 0
  1. # ############################################################
  2. # # +------------------------------------------------------+ #
  3. # # |                    The Towers Kits                   | #
  4. # # +------------------------------------------------------+ #
  5. # ############################################################
  6.  
  7. Archer:
  8.   dropable: false
  9.   buyers: none
  10.   items:
  11.   - ==: org.bukkit.inventory.ItemStack
  12.     type: STONE_SWORD
  13.     meta:
  14.       ==: ItemMeta
  15.       meta-type: UNSPECIFIC
  16.       enchants:
  17.         DURABILITY: 3
  18.         KNOCKBACK: 1
  19.   - ==: org.bukkit.inventory.ItemStack
  20.     type: BOW
  21.     meta:
  22.       ==: ItemMeta
  23.       meta-type: UNSPECIFIC
  24.       enchants:
  25.         DURABILITY: 3
  26.         ARROW_KNOCKBACK: 1
  27.         ARROW_DAMAGE: 3
  28.   - ==: org.bukkit.inventory.ItemStack
  29.     type: BREAD
  30.     amount: 64
  31.   - null
  32.   - null
  33.   - null
  34.   - null
  35.   - null
  36.   - null
  37.   - null
  38.   - null
  39.   - null
  40.   - null
  41.   - null
  42.   - null
  43.   - null
  44.   - null
  45.   - null
  46.   - null
  47.   - null
  48.   - null
  49.   - null
  50.   - null
  51.   - null
  52.   - null
  53.   - null
  54.   - null
  55.   - ==: org.bukkit.inventory.ItemStack
  56.     type: ARROW
  57.     amount: 64
  58.   - null
  59.   - null
  60.   - null
  61.   - null
  62.   - null
  63.   - null
  64.   - null
  65.   - null
  66.   description: Kit,
  67.   name: Archer
  68.   armor:
  69.   - ==: org.bukkit.inventory.ItemStack
  70.     type: LEATHER_BOOTS
  71.   - ==: org.bukkit.inventory.ItemStack
  72.     type: LEATHER_LEGGINGS
  73.   - ==: org.bukkit.inventory.ItemStack
  74.     type: LEATHER_CHESTPLATE
  75.   - ==: org.bukkit.inventory.ItemStack
  76.     type: LEATHER_HELMET
  77.   giveOnRespawn: false
  78.   cost: 0.0
  79.   displayItem: DIRT
  80.   availability: Free
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement