Advertisement
Guest User

Untitled

a guest
Aug 22nd, 2017
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.76 KB | None | 0 0
  1. # Simple Format: 'Item : Amount'
  2. # Complex Format: 'Item:Durability : Amount : name:<name> : lore:<lore> : enchant:<enchantment>:level'
  3. # Example (1): 'IRON_SWORD : 1' -> This will give a normal iron sword
  4. # Example (2): 'IRON_SWORD : 1 : name:&cSword' -> This will give a normal iron sword, but with a custom name!
  5. # Example (3): 'IRON_SWORD : 1 : name:&6God Sword : enchant:DAMAGE_ALL:1' -> This will give an iron sword named 'God Sword' with a sharpness 1 enchantment
  6. # For a list of enchantments, visit https://hub.spigotmc.org/javadocs/spigot/org/bukkit/enchantments/Enchantment.html
  7. # If you want to increase the chance of an item, simply add it twice or more
  8. # You can create new chest types, simply copy the default one, rename it, and modify its content
  9. # You SHOULD NOT delete or rename the Default type, only change its content
  10. # There is no lock on the enchantment level!
  11. Types:
  12. Default:
  13. min-items: 7
  14. max-items: 10
  15. items:
  16. - 'STONE : 64'
  17. - 'WOOD : 64'
  18. - 'TNT : 16'
  19. - 'LAVA_BUCKET : 1'
  20. - 'WATER_BUCKET : 1'
  21. - 'SNOW_BALL : 16'
  22. - 'MONSTER_EGG:54 : 1'
  23. - 'EXP_BOTTLE : 16'
  24. - 'GRILLED_PORK : 10'
  25. - 'GOLDEN_APPLE : 1'
  26. - 'STONE_AXE : 1'
  27. - 'FISHING_ROD : 1'
  28. - 'DIAMOND_PICKAXE : 1'
  29. - 'BOW : 1 : enchant:ARROW_DAMAGE:1'
  30. - 'BOW : 1 : enchant:ARROW_DAMAGE:3'
  31. - 'ARROW : 16'
  32. - 'ARROW : 8'
  33. - 'IRON_SWORD : 1'
  34. - 'DIAMOND_SWORD : 1 : enchant:DAMAGE_ALL:1'
  35. - 'DIAMOND_SWORD : 1'
  36. - 'STONE_SWORD : 1 : enchant:DAMAGE_ALL:1'
  37. - 'DIAMOND_HELMET : 1'
  38. - 'DIAMOND_CHESTPLATE : 1'
  39. - 'DIAMOND_LEGGINGS : 1'
  40. - 'DIAMOND_BOOTS : 1'
  41. - 'IRON_HELMET : 1'
  42. - 'IRON_LEGGINGS : 1'
  43. - 'IRON_CHESTPLATE : 1'
  44. - 'IRON_BOOTS : 1'
  45. - 'EGG : 16'
  46. - 'POTION:16385 : 1'
  47. - 'POTION:16386 : 1'
  48. - 'POTION:16419 : 1'
  49. - 'POTION:16388 : 1'
  50. - 'POTION:16453 : 1'
  51. - 'POTION:16460 : 1'
  52. OP:
  53. min-items: 3
  54. max-items: 7
  55. items:
  56. - 'DIAMOND_HELMET : 1 : enchant:PROTECTION_ENVIRONMENTAL:4'
  57. - 'DIAMOND_SWORD : 1 : enchant:DAMAGE_ALL:1 : enchant:FIRE_ASPECT:2'
  58. - 'DIAMOND_CHESTPLATE : 1 : enchant:PROTECTION_ENVIRONMENTAL:1'
  59. - 'DIAMOND_BOOTS : 1 : enchant:PROTECTION_ENVIRONMENTAL:2 : enchant:DURABILITY:5'
  60. - 'GOLDEN_APPLE : 3'
  61. - 'GOLDEN_APPLE : 4'
  62. - 'BOW : 1 : enchant:ARROW_DAMAGE:5'
  63. - 'ARROW : 32'
  64. - 'STONE : 64'
  65. - 'WOOD : 64'
  66. God:
  67. min-items: 3
  68. max-items: 7
  69. items:
  70. - 'LAVA_BUCKET : 1'
  71. - 'WATER_BUCKET : 1'
  72. - 'GOLDEN_AXE : 1'
  73. - 'GRILLED_PORK : 16'
  74. - 'IRON_INGOT : 1'
  75. - 'MONSTER_EGG:54 : 1'
  76. - 'GOLDEN_INGOT : 1'
  77. - 'POTION:16419 : 1'
  78. - 'IRON_SHOVEL : 1'
  79. - 'WOOL :64 '
  80. - 'TNT : 1'
  81. -'POTION:16418 : 1'
  82. -'FLINT_AND_STEAL : 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement