Advertisement
Guest User

kits gui

a guest
Mar 31st, 2020
320
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.26 KB | None | 0 0
  1. # Made by Experical
  2. # Version 2.0
  3.  
  4.  
  5. command /kits:
  6. permission: kits.command
  7. permission message: &4No permission
  8. trigger:
  9. wait 1 tick
  10. open chest with 5 rows named "&6&lKits &r&bGUI" to player
  11. wait 1 tick
  12.  
  13. #This is the border around the GUI
  14.  
  15. format slot 0 of player with red glass pane named "&d&l*" to close
  16. format slot 1 of player with red glass pane named "&d&l*" to close
  17. format slot 2 of player with red glass pane named "&d&l*" to close
  18. format slot 3 of player with red glass pane named "&d&l*" to close
  19. format slot 4 of player with red glass pane named "&d&l*" to close
  20. format slot 5 of player with red glass pane named "&d&l*" to close
  21. format slot 6 of player with red glass pane named "&d&l*" to close
  22. format slot 7 of player with red glass pane named "&d&l*" to close
  23. format slot 8 of player with red glass pane named "&d&l*" to close
  24. format slot 9 of player with red glass pane named "&d&l*" to close
  25. format slot 17 of player with red glass pane named "&d&l*" to close
  26. format slot 18 of player with red glass pane named "&d&l*" to close
  27. format slot 26 of player with red glass pane named "&d&l*" to close
  28. format slot 27 of player with red glass pane named "&d&l*" to close
  29. format slot 35 of player with red glass pane named "&d&l*" to close
  30. format slot 36 of player with red glass pane named "&d&l*" to close
  31. format slot 37 of player with red glass pane named "&d&l*" to close
  32. format slot 38 of player with red glass pane named "&d&l*" to close
  33. format slot 39 of player with red glass pane named "&d&l*" to close
  34. format slot 40 of player with red glass pane named "&d&l*" to close
  35. format slot 41 of player with red glass pane named "&d&l*" to close
  36. format slot 42 of player with red glass pane named "&d&l*" to close
  37. format slot 43 of player with red glass pane named "&d&l*" to close
  38. format slot 44 of player with red glass pane named "&d&l*" to close
  39.  
  40. #These are the kits inside the GUI
  41.  
  42. format slot 11 of player with iron helmet named "&bAstronaut" with lore "&2Click here to equip kit &bAstronaut" to close then run [execute player command "/astrokit"]
  43.  
  44. format slot 13 of player with potion named "&bSpeedster" with lore "&2Click here to equip kit &bSpeedster" to close then run [execute player command "/speedkit"]
  45.  
  46. format slot 15 of player with iron sword named "&bPVP" with lore "&2Click here to equip kit &bPVP" to close then run [execute player command "/pvpkit"]
  47.  
  48. format slot 29 of player with coal block named "&bFire Fighter" with lore "&2Click here to equip kit &bFire Fighter" to close then run [execute player command "/firekit"]
  49.  
  50. format slot 31 of player with diamond named "&bGod" with lore "&2Click here to equip kit &bGod" to close then run [execute player command "/godkit"]
  51.  
  52. format slot 33 of player with stick named "&bNurse" with lore "&2Click here to equip kit &bNurse" to close then run [execute player command "/nursekit"]
  53.  
  54. command /astrokit:
  55. trigger:
  56. set {astroDelay} to difference between {astro.%player%} and now
  57. if {astroDelay} is less than 1 minute:
  58. send "&bThis kit is on cooldown. You may use it again in &f%difference between {astroDelay} and 1 minute%&b."
  59. stop
  60. set {astro.%player%} to now
  61. wait 1 tick
  62. equip player with chain helmet
  63. equip player with leather chestplate
  64. equip player with leather leggings
  65. equip player with iron boots
  66. give player iron sword
  67. give player glass named "&fJump Glass" with lore "Left click while holding this to gain Jump Boost 2"
  68. give player golden apple
  69. give player golden apple
  70. give player golden apple
  71. give player golden apple
  72. give player steak
  73. give player steak
  74. give player steak
  75. give player steak
  76. give player steak
  77. give player steak
  78. give player steak
  79. give player steak
  80.  
  81. command /speedkit:
  82. trigger:
  83. set {speedDelay} to difference between {speed.%player%} and now
  84. if {speedDelay} is less than 1 minute:
  85. send "&bThis kit is on cooldown. You may use it again in &f%difference between {speedDelay} and 1 minute%&b."
  86. stop
  87. set {speed.%player%} to now
  88. wait 1 tick
  89. equip player with leather helmet
  90. equip player with leather chestplate
  91. equip player with chain leggings
  92. equip player with diamond boots
  93. give player iron sword
  94. give player stone named "&fSpeed Stone" with lore "Left click while holding this to gain Speed 1"
  95. give player golden apple
  96. give player golden apple
  97. give player golden apple
  98. give player golden apple
  99. give player steak
  100. give player steak
  101. give player steak
  102. give player steak
  103. give player steak
  104. give player steak
  105. give player steak
  106. give player steak
  107.  
  108. command /pvpkit:
  109. trigger:
  110. set {pvpDelay} to difference between {pvp.%player%} and now
  111. if {pvpDelay} is less than 1 minute:
  112. send "&bThis kit is on cooldown. You may use it again in &f%difference between {pvpDelay} and 1 minute%&b."
  113. stop
  114. set {pvp.%player%} to now
  115. wait 1 tick
  116. equip player with chain helmet
  117. equip player with chain chestplate
  118. equip player with chain leggings
  119. equip player with chain boots
  120. give player stone sword
  121. give player golden apple
  122. give player golden apple
  123. give player golden apple
  124. give player golden apple
  125. give player steak
  126. give player steak
  127. give player steak
  128. give player steak
  129. give player steak
  130. give player steak
  131. give player steak
  132. give player steak
  133.  
  134. command /firekit:
  135. trigger:
  136. set {fireDelay} to difference between {fire.%player%} and now
  137. if {fireDelay} is less than 1 minute:
  138. send "&bThis kit is on cooldown. You may use it again in &f%difference between {fireDelay} and 1 minute%&b."
  139. stop
  140. set {fire.%player%} to now
  141. wait 1 tick
  142. equip player with diamond helmet
  143. equip player with chain chestplate
  144. equip player with leather leggings
  145. equip player with gold boots
  146. give player stone sword
  147. give player golden apple
  148. give player golden apple
  149. give player golden apple
  150. give player golden apple
  151. give player steak
  152. give player steak
  153. give player steak
  154. give player steak
  155. give player steak
  156. give player steak
  157. give player steak
  158. give player steak
  159.  
  160.  
  161. command /godkit:
  162. trigger:
  163. set {godDelay} to difference between {god.%player%} and now
  164. if {godDelay} is less than 1 minute:
  165. send "&bThis kit is on cooldown. You may use it again in &f%difference between {godDelay} and 1 minute%&b."
  166. stop
  167. set {god.%player%} to now
  168. wait 1 tick
  169. equip player with diamond helmet
  170. equip player with chain chestplate
  171. equip player with chain leggings
  172. equip player with diamond boots
  173. give player wood sword
  174. give player golden apple
  175. give player golden apple
  176. give player golden apple
  177. give player golden apple
  178. give player steak
  179. give player steak
  180. give player steak
  181. give player steak
  182. give player steak
  183. give player steak
  184. give player steak
  185. give player steak
  186.  
  187. command /nursekit:
  188. trigger:
  189. set {nurseDelay} to difference between {nurse.%player%} and now
  190. if {nurseDelay} is less than 1 minute:
  191. send "&bThis kit is on cooldown. You may use it again in &f%difference between {nurseDelay} and 1 minute%&b."
  192. stop
  193. set {nurse.%player%} to now
  194. wait 1 tick
  195. equip player with gold helmet
  196. equip player with chain chestplate
  197. equip player with chain leggings
  198. equip player with gold boots
  199. give player iron sword
  200. give player regen potion
  201. give player golden apple
  202. give player golden apple
  203. give player golden apple
  204. give player golden apple
  205. give player steak
  206. give player steak
  207. give player steak
  208. give player steak
  209. give player steak
  210. give player steak
  211. give player steak
  212. give player steak
  213.  
  214. #Specials for kits are here
  215.  
  216. on leftclick holding stone:
  217. apply speed to player for 9999 days
  218. while player is holding stone:
  219. wait 1 tick
  220. remove speed from player
  221.  
  222.  
  223. on leftclick holding glass:
  224. apply jump boost 2 to player for 9999 days
  225. while player is holding glass:
  226. wait 1 tick
  227. remove jump boost from player
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement