Advertisement
Guest User

Untitled

a guest
Sep 20th, 2019
159
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.60 KB | None | 0 0
  1. command /kits:
  2. trigger:
  3. send "&cK&6i&et&as&7: &7&o(They are clickable click them to redeem a kit!)"
  4. wait 1 tick
  5. send "&a1- &a&lKnight Kit<tooltip:&a1- &a&lKnight Kit><command:/kit knight>"
  6. wait 1 tick
  7. send "&62- &6&lArcher Kit<tooltip:&62- &6&lArcher Kit><command:/kit archer>"
  8. wait 1 tick
  9. send "&c3- &c&lAssassin Kit<tooltip:&c3- &c&lAssassin Kit><command:/kit assassin>"
  10. wait 1 tick
  11. send "&b4- &b&lBerserker Kit<tooltip:&b4- &b&lBerserker Kit><command:/kit berserker>"
  12. wait 1 tick
  13. send "&85- &8&lNinja Kit<tooltip:&85- &8&lNinja Kit><command:/kit ninja>"
  14. command /kit [<text>]:
  15. trigger:
  16. if arg-1 is not set:
  17. send "&cInvalid syntax! Please do /kit (Knight,Archer,Assassin,Berserker, or Ninja)"
  18. else:
  19. if arg-1 is "knight":
  20. clear player's inventory
  21. give player 1 unbreakable diamond sword of sharpness 1 named "&a&lKnight's Sword"
  22. equip player with unbreakable chainmail helmet of protection 2 named "&a&lKnight's Helmet"
  23. equip player with unbreakable chainmail chestplate of protection 2 named "&a&lKnight's Chestplate"
  24. equip player with unbreakable chainmail leggings of protection 2 named "&a&lKnight's Leggings"
  25. equip player with unbreakable chainmail boots of protection 2 named "&a&lKnight's Boots"
  26. if arg-1 is "archer":
  27. clear player's inventory
  28. give player 1 unbreakable stone sword of sharpness 1 named "&6&lArcher's Sword"
  29. give player 1 unbreakable bow of power 2 and punch 3 and infinity named "&6&lArcher's Bow"
  30. give player 32 arrows named "&6&lArcher's Arrows"
  31. equip player with unbreakable blue leather helmet of protection 2 named "&6&lArcher's Helmet"
  32. equip player with unbreakable blue leather chestplate of protection 2 named "&6&lArcher's Chestplate"
  33. equip player with unbreakable blue leather leggings of protection 2 named "&6&lArcher's Leggings"
  34. equip player with unbreakable blue leather boots of protection 2 named "&6&lArcher's Boots"
  35. if arg-1 is "assassin":
  36. clear player's inventory
  37. give player 1 unbreakable iron sword of sharpness 2 named "&c&lAssassin's Sword"
  38. equip player with unbreakable red leather helmet of protection 2 named "&c&lAssassin's Helmet"
  39. equip player with unbreakable red leather chestplate of protection 2 named "&c&lAssassin's Chestplate"
  40. equip player with unbreakable red leather leggings of protection 2 named "&c&lAssassin's Leggings"
  41. equip player with unbreakable red leather boots of protection 2 named "&c&lAssassin's Boots"
  42. if arg-1 is "berserker":
  43. clear player's inventory
  44. give player 1 unbreakable diamond axe named "&b&lBerserker's Axe"
  45. equip player with unbreakable iron helmet named "&b&lBerserker's Helmet"
  46. equip player with unbreakable iron chestplate named "&b&lBerserker's Chestplate"
  47. equip player with unbreakable iron leggings named "&b&lBerserker's Leggings"
  48. equip player with unbreakable iron boots named "&b&lBerserker's Boots"
  49. if arg-1 is "ninja":
  50. give player 1 unbreakable stone sword of sharpness 3 and knockback 2 named "&8&lNinja's Sword"
  51. give player 1 unbreakable bow of power 1 and infinity named "&8&lNinja's Bow"
  52. equip player with gray leather helmet of protection 3 named "&8&lNinja's Helmet"
  53. equip player with gray leather chestplate of protection 3 named "&8&lNinja's Chestplate"
  54. equip player with gray leather leggings of protection 3 named "&8&lNinja's Leggings"
  55. equip player with gray leather boots of protection 3 named "&8&lNinja's Boots"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement