Advertisement
Guest User

Untitled

a guest
Jul 24th, 2014
223
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.87 KB | None | 0 0
  1. # ##### UltimateSurvivalGames Chestloot Configuration #####
  2. #
  3. # ## How does this work? ##
  4. # The chestloot is splitted into 5 lists. You can add unlimited items to each list.
  5. # In one chest can spawn up to 8 itemstacks. For each itemstack, the plugin choose
  6. # one list. The following lists under this text have different spawn changes:
  7. #
  8. # Level 1: 40 %
  9. # Level 2: 30 %
  10. # Level 3: 15 %
  11. # Level 4: 10 %
  12. # Level 5: 5 %
  13. #
  14. # If the plugin has choosed a list for an itemstack, it takes a item random from the list.
  15. #
  16. # ## How can I modify the items? ##
  17. # You can add or remove items from all lists. But at least one item has to be on each list.
  18. #
  19. # ## How do I format the items? ##
  20. # MATERIAL/ITEMID[:SUBID] [AMOUNT] [SPECIAL THINGS]
  21. # Here are some examples:
  22. #
  23. # # Normal Item:
  24. # "BREAD" - is the same like "BREAD 1", "BREAD:0 1" or "297:0 1"
  25. #
  26. # # If you want to set a predefined durability-level, just change the subid:
  27. # "STONE_SWORD:10" - This tool has already 10 uses lost.
  28. #
  29. # # You can also add enchantments to an item:
  30. # "STONE_SWORD enchant:KNOCKBACK,2 enchant:DAMAGE_ALL,3" - This item has knockback 2 and sharpness 3! Note: Only the vanilla level of an enchantment can be used!
  31. #
  32. # # You can also set a custom name and lore for an item:
  33. # "EGG name:&eEaster_Egg lore:&7Throw//&7me!" - This is an egg with a displayname "Easter Egg" and the lore "Throw me"! Note: Spaces are "_" and line breaks in lore the charakters "//"
  34.  
  35. Chestloot:
  36. Level 1:
  37. - 272 1
  38. - 364 5
  39. - 283 1
  40. - 298 1
  41. - 299 1
  42. - 300 1
  43. - 301 1
  44. - 262 5
  45. - 275 1
  46. - 260 5
  47. - 297,5
  48. - 103 1
  49. Level 2:
  50. - 267 1
  51. - 258 1
  52. - 261 1
  53. - 259 1
  54. Level 3:
  55. - 306 1
  56. - 307 1
  57. - 308 1
  58. - 309 1
  59. - 373:16392 1
  60. - 373:8193 1
  61. - 384 2
  62. Level 4:
  63. - 373:16388 1
  64. - 373:16396 1
  65. - 46 2
  66. Level 5:
  67. - 322 1
  68. - 311 1
  69. - 276 1
  70. - 279 1
  71. - 373:16428 1
  72. - 373:8201 1
  73. Chest-Title: Phat Loot
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement