Advertisement
ShiZzeR1337

Untitled

Jun 24th, 2015
245
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.07 KB | None | 0 0
  1. command /efekty:
  2. trigger:
  3. open chest with 1 rows named "&6EFEKTY" to player
  4. format slot 0 of player with 1 of Gold Ingot of unbreaking 10 named "Silka I 3m" with lore "Silka I na 3 minuty. Koszt: 32 bloki emerladow" to close then run "efs %player%"
  5. format slot 1 of player with 1 of Gold Ingot of unbreaking 10 named "Silka I 8m" with lore "Silka I na 8 minut. Koszt: 64 bloki emeraldow " to close then run "efs1 %player%"
  6. format slot 2 of player with 1 of Gold Ingot of unbreaking 10 named "Kopanie 5m" with lore "Kopanie na 5min. Koszt: 32 bloki zlota " to close then run "efs2 %player%"
  7. format slot 3 of player with 1 of Gold Ingot of unbreaking 10 named "Kopanie 15m" with lore "Kopanie na 15min. Koszt: 64 bloki zlota " to close then run "efs3 %player%"
  8.  
  9. command /efs [<player>]:
  10. executable by: console
  11. trigger:
  12. if arg has 32 Emerald Block:
  13. remove 32 Emerald Block from arg
  14. send "&6Zakupiles Silke na 3min" to arg
  15. apply Strength 1 to the arg for 180 seconds
  16. else:
  17. send "&cTo kosztuje 32 bloki emeraldu"
  18.  
  19. command /efs1 [<player>]:
  20. executable by: console
  21. trigger:
  22. if arg has 64 Emerald Block:
  23. remove 64 Emerald Block from arg
  24. send "&6Zakupiles Silke na 8min" to arg
  25. apply Strength 1 to the arg for 480 seconds
  26. else:
  27. send "&cTo kosztuje 64 bloki emeraldu"
  28.  
  29. command /efs2 [<player>]:
  30. executable by: console
  31. trigger:
  32. if arg has 32 Gold Block:
  33. remove 32 Gold Block from arg
  34. send "&6Zakupiles Kopanie na 5min" to arg
  35. apply Haste 2 to the arg for 300 seconds
  36. else:
  37. send "&cTo kosztuje 32 bloki zlota"
  38.  
  39. command /efs3 [<player>]:
  40. executable by: console
  41. trigger:
  42. if arg has 64 Gold Block:
  43. remove 64 Gold Block from arg
  44. send "&6Zakupiles kopanie na 15min" to arg
  45. apply Haste 2 to the arg for 900 seconds
  46. else:
  47. send "&cTo kosztuje 64 bloki zlota"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement