Advertisement
Guest User

Untitled

a guest
Jul 16th, 2019
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.01 KB | None | 0 0
  1. command /kit [<text>]:
  2. permission: cloud.kits
  3. permission message: &8[&4&l!&8] &4&lDazu hast du leider keine Rechte!
  4. trigger:
  5. if arg-1 is not set:
  6. open chest with 1 rows named "&8➥ &e&lKits" to player
  7. wait a tick
  8. format slot 2 of player with 1 of stone sword named "&eAnfaenger" to close then run [execute player command "/kit anfaenger"]
  9. format slot 6 of player with 1 of iron sword named "&ePro" to close then run [execute player command "/kit pro"]
  10. if arg-1 is "anfaenger":
  11. give player stone sword
  12. give player stone pickaxe
  13. give player stone axe
  14. give player stone shovel
  15. if arg-1 is "pro":
  16. give player iron sword
  17. give player iron pickaxe
  18. give player iron axeww
  19. give player iron shovel
  20. give player iron helmet
  21. give player iron chestplate
  22. give player iron leggings
  23. give player iron boots
  24.  
  25.  
  26.  
  27. on right click with chest:
  28. execute player command "/kit"
  29.  
  30.  
  31. on join:
  32. set slot 6 of player to chest named "&6&lKits &8• &7(Rechtsklick)"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement