Advertisement
Guest User

Untitled

a guest
Sep 20th, 2019
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.29 KB | None | 0 0
  1. else:
  2. if arg-1 is "VIP+":
  3. if {kit.%Player's uuid%} is false:
  4. if player has permission "VIP+":
  5. set player's helmet to chain helmet
  6. set player's chestplate to iron chestplate of protection 1
  7. set player's leggings to chain leggings
  8. set player's boots to chain boots
  9. give player a stone sword sharp 1
  10. give player bow of power 1 and punch 1 and infinity 1
  11. give player 1 arrow
  12. give player 16 golden apple
  13. give player 32 mushroom stew
  14. send "&7Kit VIP+ Recived!"
  15. set {kit.%player's uuid%} to true
  16. else:
  17. send "&cYou must be a vip+!"
  18.  
  19. else:
  20. if arg-1 is “MVP”:
  21. if {kit.%Player's uuid%} is false:
  22. if player has permission “MVP”:
  23. set player's helmet to chain helmet
  24. set player's chestplate to iron chestplate of protection 1
  25. set player's leggings to chain leggings
  26. set player's boots to chain boots
  27. give player a iron sword
  28. give player bow of power 1 and punch 1 and infinity 1
  29. give player 1 arrow
  30. give player 16 golden apple
  31. give player 32 mushroom stew
  32. send "&7Kit MVP Recived!"
  33. set {kit.%player's uuid%} to true
  34. else:
  35. send "&cYou must be a mvp!”
  36.  
  37. else:
  38. if arg-1 is “MVP+”:
  39. if {kit.%Player's uuid%} is false:
  40. if player has permission “MVP+”:
  41. set player's helmet to chain helmet
  42. set player's chestplate to iron chestplate of protection 1
  43. set player's leggings to chain leggings
  44. set player's boots to chain boots
  45. give player a iron sword sharp 1
  46. give player bow of power 1 and punch 2 and infinity 1
  47. give player 1 arrow
  48. give player 16 golden apple
  49. give player 32 mushroom stew
  50. send "&7Kit MVP+ Recived!"
  51. set {kit.%player's uuid%} to true
  52. else:
  53. send "&cYou must be a mvp+!”
  54.  
  55. else:
  56. if arg-1 is “MVP++”:
  57. if {kit.%Player's uuid%} is false:
  58. if player has permission “MVP++”:
  59. set player's helmet to chain helmet
  60. set player's chestplate to iron chestplate of protection 1
  61. set player's leggings to chain leggings
  62. set player's boots to chain boots
  63. give player a diamond sword
  64. give player bow of power 1 and punch 2 and infinity 1
  65. give player 1 arrow
  66. give player 16 golden apple
  67. give player 32 mushroom stew
  68. send "&7Kit MVP++ Recived!"
  69. set {kit.%player's uuid%} to true
  70. else:
  71. send "&cYou must be a mvp++!”
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement