Guest User

Untitled

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