Guest User

Untitled

a guest
Jan 1st, 2020
22,568
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.68 KB | None | 0 0
  1. menu:
  2. gadget-menu:
  3. menu-title: "&bGadgets"
  4. menu-size: 45
  5. items:
  6. item-1:
  7. name: "&6&nGadget&b &7| &c&lHearts"
  8. material: "INK_SACK"
  9. durability: 1
  10. #Make sure this is valid
  11. gadget-name: "hearts"
  12. slot: 20
  13. command:
  14. enabled: true
  15. #Put command without /
  16. execute: "gadget hearts"
  17. action: ""
  18. lore-with-permission:
  19. - ""
  20. - "&7Click if you want to apply"
  21. - "&7this gadget for you!"
  22. - ""
  23. lore-with-no-permission:
  24. - ""
  25. - "&cYou don't have"
  26. - "&caccess to this gadget!"
  27. - ""
  28. item-2:
  29. name: "&6&nGadget&b &7| &f&lExplosion"
  30. material: "BLAZE_POWDER"
  31. durability: 0
  32. #Make sure this is valid
  33. gadget-name: "explosion"
  34. slot: 23
  35. command:
  36. enabled: true
  37. #Put command without /
  38. execute: "gadget explosion"
  39. action: ""
  40. lore-with-permission:
  41. - ""
  42. - "&7Click if you want to apply"
  43. - "&7this gadget for you!"
  44. - ""
  45. lore-with-no-permission:
  46. - ""
  47. - "&cYou don't have"
  48. - "&caccess to this gadget!"
  49. - ""
  50. item-3:
  51. name: "&6&nGadget&b &7| &d&lFirework"
  52. material: "FIREWORK"
  53. durability: 0
  54. #Make sure this is valid
  55. gadget-name: "firework"
  56. slot: 26
  57. command:
  58. enabled: true
  59. #Put command without /
  60. execute: "gadget firework"
  61. action: ""
  62. lore-with-permission:
  63. - ""
  64. - "&7Click if you want to apply"
  65. - "&7this gadget for you!"
  66. - ""
  67. lore-with-no-permission:
  68. - ""
  69. - "&cYou don't have"
  70. - "&caccess to this gadget!"
  71. - ""
  72. item-4:
  73. name: "&6&nGadget&b &7(&c&lRemove&7)"
  74. material: "ARROW"
  75. durability: 0
  76. #Make sure this is valid
  77. gadget-name: ""
  78. slot: 41
  79. command:
  80. enabled: true
  81. #Put command without /
  82. execute: "gadget none"
  83. action: ""
  84. lore:
  85. - ""
  86. - "&cClick to remove"
  87. - "&cyour active gadget!"
  88. - ""
  89. item-5:
  90. name: "&6&nGadgets&b &7| &b&lPurchase"
  91. material: "CHEST"
  92. durability: 0
  93. #Make sure this is valid
  94. gadget-name: ""
  95. slot: 4
  96. command:
  97. enabled: false
  98. #Put command without /
  99. execute: ""
  100. action: ""
  101. close-inventory: false
  102. lore:
  103. - ""
  104. - "&eIf you want to purchase some of"
  105. - "&ethe gadgets you can do it at our store:"
  106. - "&e&nwww.store-example.com"
  107. - ""
  108. item-6:
  109. name: "&6&nGadgets&b &7| &b&lPurchase"
  110. material: "CHEST"
  111. durability: 0
  112. #Make sure this is valid
  113. gadget-name: ""
  114. slot: 5
  115. command:
  116. enabled: false
  117. #Put command without /
  118. execute: ""
  119. action: ""
  120. close-inventory: false
  121. lore:
  122. - ""
  123. - "&eIf you want to purchase some of"
  124. - "&ethe gadgets you can do it at our store:"
  125. - "&e&nwww.store-example.com"
  126. - ""
  127. item-7:
  128. name: "&6&nGadgets&b &7| &b&lPurchase"
  129. material: "CHEST"
  130. durability: 0
  131. #Make sure this is valid
  132. gadget-name: ""
  133. slot: 6
  134. command:
  135. enabled: false
  136. #Put command without /
  137. execute: ""
  138. action: ""
  139. close-inventory: false
  140. lore:
  141. - ""
  142. - "&eIf you want to purchase some of"
  143. - "&ethe gadgets you can do it at our store:"
  144. - "&e&nwww.store-example.com"
  145. - ""
  146. gadgets:
  147. #If players want to apply a gadget, can use /gadget <name>
  148. heart:
  149. name: "hearts"
  150. permission: "hub.gadgets.hearts"
  151. effect:
  152. offset:
  153. x: 1
  154. y: 1
  155. z: 1
  156. name: "HEART"
  157. speed: 0.5
  158. amount: 1
  159. #Particle will show only if other player is in this range
  160. range: 10
  161. explosion:
  162. name: "explosion"
  163. permission: "hub.gadgets.explosion"
  164. effect:
  165. offset:
  166. x: 0
  167. y: 0
  168. z: 0
  169. name: "EXPLOSION_NORMAL"
  170. speed: 0.2
  171. amount: 4
  172. range: 10
  173. firework:
  174. name: "firework"
  175. permission: "hub.gadgets.firework"
  176. effect:
  177. offset:
  178. x: 0
  179. y: 0
  180. z: 0
  181. name: "FIREWORKS_SPARK"
  182. speed: 0.2
  183. amount: 100
  184. range: 10
Add Comment
Please, Sign In to add comment