Advertisement
Guest User

Untitled

a guest
Jan 16th, 2017
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.89 KB | None | 0 0
  1. SupplyCrates:
  2. time:
  3. auto_end_after_start: 300
  4. interval_start: 3600
  5. min_players: 10
  6. options:
  7. use_inventory: false
  8. use_falling_block: true
  9. hologram:
  10. message:
  11. - '&c&l*** &6&nAirDrop&r &c&l***'
  12. particle:
  13. type: SMOKE_NORMAL
  14. offsetX: 0.25
  15. offsetY: 0.25
  16. offsetZ: 0.25
  17. speed: 0.05
  18. amount: 20
  19. crate:
  20. amount_of_items: 3
  21. type: CHEST
  22. falling_block: BEACON
  23. random_locations:
  24. enabled: false
  25. amount: 10
  26. locations:
  27. - world;43;71;-37
  28. - world;47;71;-22
  29. - world;46;71;-7
  30. - world;40;71;17
  31. - world;22;71;37
  32. - world;5;71;43
  33. - world;-16;71;43
  34. - world;-36;71;34
  35. - world;-48;71;16
  36. - world;-51;71;-7
  37. - world;-47;71;-31
  38. - world;-32;71;-47
  39. - world;-15;71;-56
  40. - world;10;71;-57
  41. - world;30;71;-51
  42. - world;55;71;-67
  43. - world;76;71;-44
  44. - world;88;71;-7
  45. - world;67;72;34
  46. - world;49;72;69
  47. - world;4;71;85
  48. - world;-21;72;70
  49. - world;-73;71;59
  50. - world;-76;71;13
  51. - world;-66;71;-55
  52. - world;-25;73;-81
  53. - world;34;70;-83
  54. - world;-47;71;-49
  55. - world;45;71;-50
  56. - world;-58;71;-71
  57. items:
  58. '1':
  59. material: DIAMOND_HELMET
  60. amount: 1
  61. name: '&fSupply Crate Helmet'
  62. lore:
  63. - '&dExclusive &e&nDiamond Helmet&d from a Supply Crate'
  64. chance: 25
  65. enchants:
  66. - protection:4
  67. - unbreaking:3
  68. commands:
  69. - crate gk {player} Vote 1
  70. '2':
  71. material: DIAMOND_CHESTPLATE
  72. amount: 1
  73. name: '&fSupply Crate Chestplate'
  74. lore:
  75. - '&dExclusive &e&nDiamond Chestplate&d from a Supply Crate'
  76. enchants:
  77. - protection:4
  78. - unbreaking:3
  79. chance: 20
  80. commands:
  81. - crate gk {player} Donor 1
  82. '3':
  83. material: DIAMOND_LEGGINGS
  84. amount: 1
  85. name: '&fSupply Crate Leggings'
  86. lore:
  87. - '&dExclusive &e&nDiamond Leggings&d from a Supply Crate'
  88. enchants:
  89. - protection:4
  90. - unbreaking:3
  91. chance: 10
  92. commands:
  93. - crate gk {player} Mythical 1
  94. '4':
  95. material: DIAMOND_BOOTS
  96. amount: 1
  97. name: '&fSupply Crate Boots'
  98. lore:
  99. - '&dExclusive &e&nDiamond Boots&d from a Supply Crate'
  100. enchants:
  101. - protection:4
  102. - unbreaking:3
  103. chance: 3
  104. commands:
  105. - crate gk {player} Legendary 1
  106. '5':
  107. material: DIAMOND_BOOTS
  108. amount: 1
  109. name: '&fSupply Crate Boots'
  110. lore:
  111. - '&dExclusive &e&nDiamond Boots&d from a Supply Crate'
  112. enchants:
  113. - protection:4
  114. - unbreaking:3
  115. chance: 25
  116. commands:
  117. - exp give {player} 500
  118. '6':
  119. commands:
  120. - eco give {player} 2000
  121. chance: 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement