Advertisement
Guest User

Untitled

a guest
Mar 21st, 2019
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.39 KB | None | 0 0
  1. command /kit:
  2. trigger:
  3. open virtual chest inventory with size 35 named "&c&lKits" to player
  4. format gui slot 0 of player with cyan_wool named ""
  5. format gui slot 9 of player with cyan_wool named ""
  6. format gui slot 18 of player with cyan_wool named ""
  7. format gui slot 8 of player with cyan_wool named ""
  8. format gui slot 17 of player with cyan_wool named ""
  9. format gui slot 26 of player with cyan_wool named ""
  10. format gui slot 27 of player with cyan_wool named ""
  11. format gui slot 35 of player with cyan_wool named ""
  12. format gui slot 36 of player with cyan_wool named ""
  13. format gui slot 44 of player with cyan_wool named ""
  14. format gui slot 45 of player with cyan_wool named ""
  15. format gui slot 53 of player with cyan_wool named ""
  16. format gui slot 11 of player with coal named "&7Kit starter" to run:
  17. clear player's inventory
  18. give 1 iron_sword to player
  19. give 16 golden_apple to player
  20. set player's helmet to leather_helmet
  21. set player's chestplate to chainmail_chestplate
  22. set player's leggings to leather_leggings
  23. set player's boots to chainmail_boots
  24. format gui slot 13 of player with iron_ingot named "&6Kit Archer" to run:
  25. clear player's inventory
  26. give 1 bow to player
  27. give 64 arrows to player
  28. give 20 golden_apple to player
  29. set player's helmet to iron_helmet
  30. set player's chestplate to chainmail_chestplate
  31. set player's leggings to chainmail_leggings
  32. set player's boots to chainmail_boots
  33. format gui slot 15 of player with gold_ingot named "&3Kit Strafe" to run:
  34. clear player's inventory
  35. give 1 diamond_sword to player
  36. give 20 golden_apple to player
  37. apply potion of swiftness of tier 2 to the player for 999 days
  38. set player's boots to diamond_boots of protection 1
  39. format gui slot 29 of player with diamond named "&cKit Butcher" to run:
  40. clear player's inventory
  41. give 1 stone_axe to player
  42. give 1 super_golden_apple to player
  43. give 5 golden_apples to player
  44. set player's helmet to leather_helmet
  45. set player's chestplate to leather_chestplate
  46. set player's leggings to leather_leggings
  47. set player's boots to leather_boots
  48. format gui slot 31 of player with emerald named "&bKit Fisherman" to run:
  49. clear player's inventory
  50. give 1 fishing_rod to player
  51. give 1 wooden_sword to player
  52. give 10 golden_apples to player
  53. set player's helmet to gold_helmet
  54. set player's chestplate to gold_chestplate
  55. set player's leggings to gold_leggings
  56. set player's boots to gold_boots
  57. format gui slot 33 of player with nether_star named "&5Kit Puncher" to run:
  58. clear player's inventory
  59. give 1 stick of sharpness 3 and knockback 2 to player
  60. give 10 golden_apples to player
  61. set player's helmet to chainmail_helmet
  62. set player's chestplate to chainmail_chestplate
  63. set player's leggings to chainmail_leggings
  64. set player's boots to chainmail_boots
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement