Advertisement
Guest User

Untitled

a guest
Aug 29th, 2015
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.46 KB | None | 0 0
  1. ##############
  2. ### Config ###
  3. ##############
  4. Config:
  5. Material: CHEST
  6. DisplayName: '&7&l???'
  7. Lores: {}
  8. RegularGlassPane: STAINED_GLASS_PANE
  9. ################
  10. ### Messages ###
  11. ################
  12. Messages:
  13. ReceivedCrate: '&7You have received a &a{CRATE} &7crate!'
  14. #####################
  15. ### Supply Crates ###
  16. #####################
  17. SupplyCrates:
  18. Crates:
  19. - Vote
  20. - Ultra
  21. - Rare
  22. - Legendary
  23. Vote:
  24. Glass_Pane: STAINED_GLASS_PANE:5
  25. GlassDisplayName: '&aVote'
  26. Chances:
  27. - 100
  28. - 40
  29. - 25
  30. - 10
  31. ChestSize: 27 ## Multiples of 9
  32. DisplayName: '&aVote'
  33. Title: '&aVote'
  34. Picks: 3
  35. Lores:
  36. - '&cLores'
  37. Items: ## Material, Amount, Chance, DisplayName, Lores, Enchants
  38. - 'DIAMOND_SWORD, 1, 20, &aVote Sword, &41st Lore // &22nd Lore, DAMAGE_ALL:3 // FIRE_ASPECT:2'
  39. - 'DIAMOND, 10, 35, &fDiamond, &41st Lore // &22nd Lore'
  40. - 'DIAMOND_CHESTPLATE, 1, 20, &aVote Chest, &9Lucky, PROTECTION_ENVIRONMENTAL:1'
  41. - 'IRON_INGOT, 16, 45, &fIron Ingot'
  42. - 'IRON_INGOT, 8, 80, &fIron Ingot'
  43. - 'GOLD_INGOT, 8, 90, &fGold Ingot'
  44. Ultra:
  45. Glass_Pane: STAINED_GLASS_PANE:11
  46. GlassDisplayName: '&dUltra'
  47. Chances:
  48. - 100
  49. - 40
  50. - 25
  51. - 10
  52. ChestSize: 54 ## Multiples of 9
  53. DisplayName: '&dUltra'
  54. Title: '&dUltra'
  55. Picks: 2
  56. Lores:
  57. - '&cLores'
  58. Items: ## Material, Amount, Chance, DisplayName, Lores, Enchants
  59. - 'DIAMOND_SWORD, 1, 100, &6DisplayName, &41st Lore // &22nd Lore, DAMAGE_ALL:3 // FIRE_ASPECT:2'
  60. - 'DIAMOND, 1, 70, &6DisplayName, &41st Lore // &22nd Lore'
  61. - 'DIAMOND, 1, 60, &6DisplayName, &41st Lore // &22nd Lore'
  62. - 'DIAMOND, 1, 40, &6DisplayName, &41st Lore // &22nd Lore'
  63. Rare:
  64. Glass_Pane: STAINED_GLASS_PANE:2
  65. GlassDisplayName: '&cRare'
  66. Chances:
  67. - 100
  68. - 40
  69. - 25
  70. - 10
  71. ChestSize: 54 ## Multiples of 9
  72. DisplayName: '&cRare'
  73. Title: '&cRare'
  74. Picks: 4
  75. Lores:
  76. - '&cLores'
  77. Items: ## Material, Amount, Chance, DisplayName, Lores, Enchants
  78. - 'DIAMOND_SWORD, 1, 100, &6DisplayName, &41st Lore // &22nd Lore, DAMAGE_ALL:3 // FIRE_ASPECT:2'
  79. - 'DIAMOND, 1, 100, &6DisplayName, &41st Lore // &22nd Lore'
  80. - 'DIAMOND, 1, 100, &6DisplayName, &41st Lore // &22nd Lore'
  81. - 'DIAMOND, 1, 100, &6DisplayName, &41st Lore // &22nd Lore'
  82. Legendary:
  83. Glass_Pane: STAINED_GLASS_PANE:14
  84. GlassDisplayName: '&bLegendary'
  85. Chances:
  86. - 100
  87. - 40
  88. - 25
  89. - 10
  90. ChestSize: 54 ## Multiples of 9
  91. DisplayName: '&bLegendary'
  92. Title: '&bLegendary'
  93. Picks: 8
  94. Lores:
  95. - '&cLores'
  96. Items: ## Material, Amount, Chance, DisplayName, Lores, Enchants
  97. - 'DIAMOND_SWORD, 100, 5, &6DisplayName, &41st Lore // &22nd Lore, DAMAGE_ALL:3 // FIRE_ASPECT:2'
  98. - 'DIAMOND, 1, 100, &6DisplayName, &41st Lore // &22nd Lore'
  99. - 'DIAMOND, 1, 100, &6DisplayName, &41st Lore // &22nd Lore'
  100. - 'DIAMOND, 1, 100, &6DisplayName, &41st Lore // &22nd Lore'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement