Advertisement
pie_flavor

config.yml

Feb 14th, 2016
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.87 KB | None | 0 0
  1. # Entity types: https://jd.bukkit.org/org/bukkit/entity/EntityType.html
  2. # Item format: http://pastebin.com/m5fw0QJC
  3. drops:
  4. - name: "\xa7cBobby"
  5.   type: ZOMBIE
  6.   drops:
  7.   - chance: 0.6
  8.     item:
  9.       ==: org.bukkit.inventory.ItemStack
  10.       type: EMERALD
  11.       meta:
  12.         ==: ItemMeta
  13.         meta-type: UNSPECIFIC
  14.         display-name: "\xa7cLegend"
  15.         lore:
  16.        - "\xa76This emerald is food!"
  17. - name: "\xa7bSparrow"
  18.   type: SKELETON
  19.   drops:
  20.   - chance: 0.2
  21.     item:
  22.       ==: org.bukkit.inventory.ItemStck
  23.       type: DIAMOND
  24.       meta:
  25.         ==: ItemMeta
  26.         meta-type: UNSPECIFIC
  27.         display-name: "\xa77Treasure"
  28.   - chance: 0.25
  29.     item:
  30.       ==: org.bukkit.inventory.ItemStack
  31.       type: INK_SACK
  32.       damage: 15
  33.       meta:
  34.         ==: ItemMeta
  35.         meta-type: UNSPECIFIC
  36.         display-name: "\xa7fFertilizer"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement