Advertisement
chris_61

Untitled

Aug 16th, 2015
226
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.56 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 different items. For each itemstack, the plugin chooses from
  6. # one list. Each list has different chances for items spawning in that list:
  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 an 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. - WOOD_AXE
  38. - LEATHER_BOOTS
  39. - GOLD_HELMET
  40. - APPLE 3
  41. - ARROW 5
  42. Level 2:
  43. - COOKED_BEEF
  44. - RAW_CHICKEN 2
  45. - COOKED_CHICKEN
  46. - MUSHROOM_SOUP
  47. - WOOD_SWORD
  48. - GOLD_HELMET
  49. - GOLD_LEGGINGS
  50. - LEATHER_BOOTS
  51. - GRILLED_PORK 2
  52. - BOWL
  53. - MELON 2
  54. - RAW_CHICKEN
  55. Level 3:
  56. - MELON_BLOCK
  57. - IRON_HELMET
  58. - MELON 4
  59. - GOLD_SWORD
  60. - WEB 3
  61. - CHAINMAIL_CHESTPLATE
  62. - CHAINMAIL_BOOTS
  63. - FISHING_ROD
  64. - LEATHER_LEGGINGS
  65. - ARROW 4
  66. - GOLD_INGOT 2
  67. - TNT name:&eInstant_ignition_bomb
  68. - DEAD_BUSH
  69. Level 4:
  70. - GOLD_INGOT 5
  71. - IRON_CHESTPLATE
  72. - IRON_BOOTS
  73. - CHAINMAIL_HELMET
  74. - FLINT_AND_STEEL
  75. - GOLD_BOOTS
  76. - STONE_SWORD
  77. - WOOD_SWORD
  78. - STRING 2
  79. - STONE_SWORD name:&eSword_of_Herobrine enchant:KNOCKBACK,1 enchant:DAMAGE_ALL,1
  80. Level 5:
  81. - DIAMOND 2
  82. - IRON_INGOT
  83. - STICK 2
  84. - CAKE
  85. - FERMENTED_SPIDER_EYE
  86. - BOW:168
  87. - POTION effect:regeneration,10,1 name:&cRegeneration
  88. - POTION effect:jump,18,1 effect:speed,18,2 name:&ePotion_of_a_rabbit lore:&7Give_you_the//&7abilities_of_a_rabbit!
  89. Chest-Title: Survival Chest
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement