Advertisement
Guest User

kity

a guest
Oct 23rd, 2014
157
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.50 KB | None | 0 0
  1. command /kit [<text>]:
  2. trigger:
  3. if arg 1 is "svip":
  4. if player has permission "kit.svip":
  5. send "&aDostales zestaw dla rengi &3Super&6VIP"
  6. give 32 golden apple:1 named "&aZestaw: &3Super&6VIP | &aGracz: &6%player%" to player
  7. give 32 tnt named "&aZestaw: &3Super&6VIP | &aGracz: &6%player%" to player
  8. give diamond helmet of protection 4 and unbreaking 2 named "&aZestaw: &3Super&6VIP | &aGracz: &6%player%" to player
  9. give diamond chestplate of protection 4 and unbreaking 2 named "&aZestaw: &3Super&6VIP | &aGracz: &6%player%" to player
  10. give diamond leggings of protection 4 and unbreaking 2 named "&aZestaw: &3Super&6VIP | &aGracz: &6%player%" to player
  11. give diamond boots of protection 4 and unbreaking 2 named "&aZestaw: &3Super&6VIP | &aGracz: &6%player%" to player
  12. give diamond sword of sharpness 5 and fire aspect 2 named "&aZestaw: &3Super&6VIP | &aGracz: &6%player%" to player
  13. if arg 1 is "vip":
  14. if player has permission "kit.svip":
  15. send "&aDostales zestaw dla rengi &6VIP"
  16. give 20 golden apple:1 named "&aZestaw: &6VIP | &aGracz: &6%player%" to player
  17. give 20 tnt named "&aZestaw: &6VIP | &aGracz: &6%player%" to player
  18. give iron helmet of protection 4 and unbreaking 2 named "&aZestaw: &6VIP | &aGracz: &6%player%" to player
  19. give iron chestplate of protection 4 and unbreaking 2 named "&aZestaw: &6VIP | &aGracz: &6%player%" to player
  20. give iron leggings of protection 4 and unbreaking 2 named "&aZestaw: &6VIP | &aGracz: &6%player%" to player
  21. give iron boots of protection 4 and unbreaking 2 named "&aZestaw: &6VIP | &aGracz: &6%player%" to player
  22. give iron boots of protection 4 and unbreaking 2 named "&aZestaw: &6VIP | &aGracz: &6%player%" to player
  23. give diamond sword of sharpness 4 and fire aspect 2 named "&aZestaw: &6VIP | &aGracz: &6%player%" to player
  24. if arg 1 is "gracz":
  25. if player has permission "kit.gracz":
  26. send "&aDostales zestaw dla rengi &6GRACZ"
  27. give iron chestplate named "&aZestaw: &6GRACZ | &aGracz: &6%player%" to player
  28. give Iron Pickaxe of fortune 1 or unbreaking 3 named "&aZestaw: &6GRACZ | &aGracz: &6%player%" to player
  29. give 1 enchant golden apple named "&aZestaw: &6GRACZ | &aGracz: &6%player%" to player
  30. if arg 1 is not set:
  31. send "&c/kit <vip | gracz | svip>"
  32. on command:
  33. command is "spawn":
  34. if player has permission "essentials.spawn":
  35. stop
  36. else if player don't have permission "essentials.spawn":
  37. cancel event
  38. send "&3Koordynaty spawnu to: &6X: &a-32 &6Y: &a198"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement