Advertisement
CARAB4O

Untitled

Jan 14th, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.03 KB | None | 0 0
  1. command /kit [<offline player>]:
  2. aliases: /kits
  3. permission: kit.vip
  4. permission message: &cNo Permission.
  5. trigger:
  6. if arg-1 is not set:
  7. open chest with 6 rows named "&4&lKITS" to player
  8. wait 1 tick
  9.  
  10. format slot 10 of player with Blue Stained Glass Pane named "&b&l&nDiamond Kit" to run [make player execute command "kits give %player% diamond"]
  11. format slot 12 of player with Yellow Stained Glass Pane named "&e&l&nBard Kit" to run [make player execute command "kits give %player% bard"]
  12. format slot 14 of player with Green Stained Glass Pane named "&5&l&nArcher Kit" to run [make player execute command "kits give %player% archer"]
  13. format slot 16 of player with White Stained Glass Pane named "&f&l&nMiner Kit" to run [make player execute command "kits give %player% builder"]
  14. format slot 28 of player with Red Stained Glass Pane named "&c&l&nRogue Kit" to run [make player execute command "kits give %player% rogue"]
  15. format slot 34 of player with Orange Stained Glass Pane named "&6&l&nStarter Kit" to run [make player execute command "kits give %player% starter"]
  16. else:
  17. open chest with 6 rows named "&4&lKITS" to player
  18. wait 1 tick
  19.  
  20. format slot 10 of player with Blue Stained Glass Pane named "&b&l&nDiamond Kit" to run [make player execute command "kits give %arg-1% diamond"]
  21. format slot 12 of player with Yellow Stained Glass Pane named "&e&l&nBard Kit" to run [make player execute command "kits give %arg-1% bard"]
  22. format slot 14 of player with Green Stained Glass Pane named "&5&l&nArcher Kit" to run [make player execute command "kits give %arg-1% archer"]
  23. format slot 16 of player with White Stained Glass Pane named "&f&l&nMiner Kit" to run [make player execute command "k give %arg-1% builder"]
  24. format slot 28 of player with Red Stained Glass Pane named "&c&l&nRogue Kit" to run [make player execute command "kits give %arg-1% rogue"]
  25. format slot 34 of player with Orange Stained Glass Pane named "&6&l&nStarter Kit" to run [make player execute command "kits give %arg-1% starter"]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement