Advertisement
Guest User

loot.yml

a guest
Aug 9th, 2015
564
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 1.74 KB | None | 0 0
  1. ##################################
  2. # EPIC SKYWARS LOOT.yml CONFIG
  3.  
  4. # This is a list of items which could be randomly appears in the chests.
  5. # Please follow this item structure (Use '_' for spaces in the item's name):
  6. # - item_id:data amount enchant:<EXACT_ENCHANT_NAME>:LEVEL name:Super_Sword
  7. # If you don't know exactly enchatments names. You can find it: https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/enchantments/Enchantment.html
  8. # Example:
  9. # - 272 1 enchant:DAMAGE_ALL:2 name:Super_Sword
  10. # This example gives the 1 Stone Sword with the Sharpness II enchant and with the Super Sword name.
  11. ###################################
  12.  
  13. Zombie-loot:
  14.   items:
  15.    - 314 1
  16.     - 315 1
  17.     - 316 1
  18.     - 317 1
  19.     - 257 1
  20.     - 258 1
  21.     - 261 1
  22.     - 262 4
  23.     - 267 1
  24.     - 276 1
  25.     - 278 1
  26.     - 279 1
  27.     - 306 1
  28.     - 307 1
  29.     - 308 1
  30.     - 309 1
  31.     - 310 1
  32.     - 311 1
  33.     - 312 1
  34.     - 313 1
  35.     - 276 1
  36.     - 322 1
  37.     - 368 1
  38. Center-Chests:
  39.   min-amount: 4
  40.   max-amount: 5
  41.   items:
  42.    - 314 1
  43.     - 315 1
  44.     - 316 1
  45.     - 317 1
  46.     - 257 1
  47.     - 258 1
  48.     - 261 1
  49.     - 262 4
  50.     - 267 1
  51.     - 276 1
  52.     - 278 1
  53.     - 279 1
  54.     - 306 1
  55.     - 307 1
  56.     - 308 1
  57.     - 309 1
  58.     - 310 1
  59.     - 311 1
  60.     - 312 1
  61.     - 313 1
  62.     - 276 1
  63.     - 322 1
  64.     - 368 1
  65. Simple-Chests:
  66.   min-amount: 6
  67.   max-amount: 8
  68.   items:
  69.    - 1 20
  70.     - 272 1
  71.     - 3 15
  72.     - 332 8
  73.     - 344 5
  74.     - 346 1
  75.     - 314 1
  76.     - 268 1
  77.     - 269 1
  78.     - 270 1
  79.     - 271 1
  80.     - 273 1
  81.     - 274 1
  82.     - 275 1
  83.     - 282 1
  84.     - 283 1
  85.     - 285 1
  86.     - 297 2
  87.     - 318 3
  88.     - 320 1
  89.     - 257 1
  90.     - 258 1
  91.     - 259 1
  92.     - 260 3
  93.     - 4 11
  94.     - 1 5
  95.     - 5 6
  96.     - 17 2
  97.     - 45 12
  98.     - 20 9
  99.     - 354 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement