Advertisement
Guest User

Untitled

a guest
Nov 22nd, 2017
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.23 KB | None | 0 0
  1. command /kitguerrierffarush:
  2. trigger:
  3. equip player with leather helmet of protection 2 and blast protection 100
  4. equip player with diamond chestplate of protection 2 and blast protection 100
  5. equip player with leather pants of protection 2 and blast protection 100
  6. equip player with leather boots of protection 2 and feather falling 100
  7. set slot 0 of player to 64 sandstone
  8. set slot 1 of player to iron sword of sharpness 2
  9. set slot 2 of player to 64 golden apple
  10. set slot 3 of player to 20 tnt
  11. set slot 4 of player to flint and steel
  12. set slot 5 of player to 64 sandstone
  13. set slot 6 of player to 64 sandstone
  14. set slot 7 of player to 64 sandstone
  15. set slot 8 of player to iron pickaxe of efficiency 2
  16.  
  17. command /kitterroristeffarush:
  18. trigger:
  19. equip player with leather helmet of protection 2 and blast protection 100
  20. equip player with diamond chestplate of protection 1 and blast protection 100
  21. equip player with leather pants of protection 1 and blast protection 100
  22. equip player with leather boots of protection 2 and feather falling 100
  23. set slot 0 of player to 64 sandstone
  24. set slot 1 of player to iron sword of sharpness 1
  25. set slot 2 of player to 64 golden apple
  26. set slot 3 of player to 32 tnt
  27. set slot 4 of player to flint and steel
  28. set slot 5 of player to 64 sandstone
  29. set slot 6 of player to 64 sandstone
  30. set slot 7 of player to 64 sandstone
  31. set slot 8 of player to iron pickaxe of efficiency 2
  32.  
  33. command /kitmagicienffarush:
  34. trigger:
  35. effect player speed 1 to 999999 seconds
  36. equip player with leather helmet of protection 1 and blast protection 100
  37. equip player with diamond chestplate of protection 2 and blast protection 100
  38. equip player with leather pants of protection 1 and blast protection 100
  39. equip player with leather boots of protection 1 and feather falling 100
  40. set slot 7 of player to 64 sandstone
  41. set slot 0 of player to stick of knockback 1
  42. set slot 1 of player to iron sword of sharpness 1
  43. set slot 2 of player to 64 golden apple
  44. set slot 3 of player to 20 tnt
  45. set slot 4 of player to flint and steel
  46. set slot 5 of player to 64 sandstone
  47. set slot 6 of player to 64 sandstone
  48. set slot 7 of player to 64 sandstone
  49. set slot 8 of player to iron pickaxe of efficiency 4
  50.  
  51. command /statsperso:
  52. trigger:
  53. message "Les stats seront disponible prochainement."
  54.  
  55. command /shopffarush:
  56. trigger:
  57. message "Le shop sera disponible prochainement"
  58.  
  59. command /kitsffarush:
  60. trigger:
  61. open chest with 1 rows named "&l&cKITS"
  62. format slot 4 of player with diamond sword named "&l&9GUERRIER" to run [make player execute command "/kitguerrierffarush"]
  63. format slot 3 of player with tnt named "&l&cTERRORISTE" to run [make player execute command "/kitterroristeffarush"
  64. format slot 3 of player with tnt named "&l&aMAGICIEN" to run [make player execute command "/kitmagicienffarush"
  65.  
  66. command /ffarush:
  67. trigger:
  68. open chest with 3 rows named "&8FFA&7RUSH"
  69. format slot 13 of player with tnt named "&cKits" to close then run [make player execute command "/kitsffarush"]
  70. format slot 11 of player with nether star named "&6Stats&8(Prochainement)" to close then run [make player execute command "/statsperso"]
  71. format slot 15 of player with emerald named "&aShop&8(Prochainement)" to close then run [make player execute command "/shopffarush"]
  72. format slot 0 of player with black stained glass named "&0---" to be unstealable
  73. format slot 1 of player with black stained glass named "&0---" to be unstealable
  74. format slot 2 of player with black stained glass named "&0---" to be unstealable
  75. format slot 3 of player with black stained glass named "&0---" to be unstealable
  76. format slot 4 of player with black stained glass named "&0---" to be unstealable
  77. format slot 5 of player with black stained glass named "&0---" to be unstealable
  78. format slot 6 of player with black stained glass named "&0---" to be unstealable
  79. format slot 7 of player with black stained glass named "&0---" to be unstealable
  80. format slot 8 of player with black stained glass named "&0---" to be unstealable
  81. format slot 9 of player with black stained glass named "&0---" to be unstealable
  82. format slot 17 of player with black stained glass named "&0---" to be unstealable
  83. format slot 18 of player with black stained glass named "&0---" to be unstealable
  84. format slot 19 of player with black stained glass named "&0---" to be unstealable
  85. format slot 20 of player with black stained glass named "&0---" to be unstealable
  86. format slot 21 of player with black stained glass named "&0---" to be unstealable
  87. format slot 22 of player with black stained glass named "&0---" to be unstealable
  88. format slot 23 of player with black stained glass named "&0---" to be unstealable
  89. format slot 24 of player with black stained glass named "&0---" to be unstealable
  90. format slot 25 of player with black stained glass named "&0---" to be unstealable
  91. format slot 26 of player with black stained glass named "&0---" to be unstealable
  92.  
  93. on right click with a diamond sword:
  94. if name of player's tool is "&8FFA&7RUSH"
  95. make player execute command "/ffarush"
  96.  
  97. command /openffarush:
  98. trigger:
  99. teleport player to 119 115 -895
  100. set slot 5 of player diamond sword named "&8FFA&7RUSH"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement