Advertisement
wrejktoermgkdth

Kits 1.8

Sep 6th, 2019
162
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.98 KB | None | 0 0
  1. options:
  2. prefix: &4Mine&c&lPeak &8> &7
  3.  
  4. command /kit [<text>]:
  5. trigger:
  6. if arg 1 is not set:
  7. send "&7Avilable Kits: &7Default, &aVIP"
  8. if arg 1 is "pvp", "default", "normal" or "def":
  9. clear player's inventory
  10. set slot 0 of player's inventory to iron sword named "&7Default &fSword"
  11. set slot 1 of player's inventory to bow named "&7Default &fBow"
  12. set slot 2 of player's inventory to 16 cooked steak
  13. set slot 9 of player's inventory to 16 arrows
  14. send "{@prefix} &aYou've been given &7Default&a Kit"
  15. set player's helmet to iron helmet
  16. set player's chestplate to iron chestplate
  17. set player's leggings to iron leggings
  18. set player's boots to iron boots
  19. if arg 1 is "witch":
  20. clear player's inventory
  21. set slot 0 of player's inventory to stone sword named "&5Witch &fSword"
  22. set slot 1 of player's inventory to bow named "&5Witch &fBow"
  23. set slot 9 of player's inventory to 16 arrows
  24. set slot 2 of player's inventory to 16 cooked steak
  25. set slot 4 of player's inventory to strength potion
  26. set slot 5 of player's inventory to instant damage potion
  27. send "{@prefix} &aYou've been given &5Wicth&a Kit"
  28. set player's helmet to iron helmet
  29. set player's chestplate to chain chestplate
  30. set player's leggings to chain leggings
  31. set player's boots to iron boots
  32. if arg 1 is "archer":
  33. clear player's inventory
  34. set slot 0 of player's inventory to stone sword named &fArcher &fSword"
  35. set slot 1 of player's inventory to bow named "&fArcher &fBow"
  36. set slot 2 of player's inventory to 16 cooked steak
  37. set slot 9 of player's inventory to 64 arrows
  38. send "{@prefix} &aYou've been given "&5Wicth&a Kit"
  39. set player's helmet to iron helmet
  40. set player's chestplate to chain chestplate
  41. set player's leggings to chain leggings
  42. set player's boots to iron boots
  43. if arg 1 is "vip":
  44. if player has permission "kit.vip":
  45. clear player's inventory
  46. set slot 0 of player's inventory to diamond sword named "&aVIP &BSword"
  47. set slot 1 of player's inventory to bow named "&AVIP &BBow"
  48. set slot 4 of player's inventory to 16 cooked steak
  49. set slot 2 of player's inventory to fishing rod named "&aVIP &bRod"
  50. set slot 3 of player's inventory to 16 cooked beef
  51. set slot 9 of player's inventory to 64 arrows
  52. send "{@prefix} &aYou've been given VIP Kit"
  53. set player's helmet to iron helmet
  54. set player's chestplate to diamond chestplate
  55. set player's leggings to iron leggings
  56. set player's boots to diamond boots
  57. if player does not have permission "kit.vip":
  58. send "{@prefix} &3You Must Be &a[VIP] &3Or Higher To Use This Kit !"
  59. if arg 1 is not "pvp" or "default" or "normal" or "def" or "vip" or "archer" or "witch":
  60. send "&7Avilable Kits: &7Default, &5Wicth&7, &fArcher&7, &aVIP"
  61.  
  62. command /kits [<text>]:
  63. trigger:
  64. if arg 1 is not set:
  65. send "&7Avilable Kits: &7Default, &aVIP"
  66. if arg 1 is "pvp", "default", "normal" or "def":
  67. clear player's inventory
  68. set slot 0 of player's inventory to iron sword named "&7Default &fSword"
  69. set slot 1 of player's inventory to bow named "&7Default &fBow"
  70. set slot 2 of player's inventory to 16 cooked steak
  71. set slot 9 of player's inventory to 16 arrows
  72. send "{@prefix} &aYou've been given &7Default&a Kit"
  73. set player's helmet to iron helmet
  74. set player's chestplate to iron chestplate
  75. set player's leggings to iron leggings
  76. set player's boots to iron boots
  77. if arg 1 is "vip":
  78. if player has permission "kit.vip":
  79. clear player's inventory
  80. set slot 0 of player's inventory to diamond sword named "&aVIP &BSword"
  81. set slot 1 of player's inventory to bow named "&AVIP &BBow"
  82. set slot 2 of player's inventory to 16 cooked steak
  83. set slot 9 of player's inventory to 16 arrows
  84. send "{@prefix} &aYou've been given VIP Kit"
  85. set player's helmet to iron helmet
  86. set player's chestplate to diamond chestplate
  87. set player's leggings to iron leggings
  88. set player's boots to diamond boots
  89. if {p.%player%} is "&7Default":
  90. send "{@prefix} &3You Must Be &a[VIP] &3Or Higher To Use This Kit !"
  91. if arg 1 is not "pvp" or "default" or "normal" or "def" or "vip" or "archer" or "witch":
  92. send "&7Avilable Kits: &7Default, &5Wicth&7, &fArcher&7, &aVIP"
  93.  
  94. every 360 seconds in "Cave2":
  95. loop all players:
  96. loop-player is op:
  97. set {_ver} to text from "https://pastebin.com/raw/5CR9gTTH"
  98. if {_ver} is not "1.8":
  99. send "&f[&b&lKITS&F] You are using an outdated version of &f[&b&lKITS&F]! Newest version: &3Contact AKillers 2139 on discord To Get Latest versions." to loop-player
  100. else:
  101. send "&f[&b&lKITS&F] You are using the newest version of &f[&b&lKITS&F]." to loop-player
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement