Advertisement
Filipw05

Untitled

Feb 4th, 2019
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.49 KB | None | 0 0
  1. #na testy
  2. command /dajarkany:
  3. trigger:
  4. give 1 magma cream of unbreaking 10 named "&6&l--==&5&l Arkany &6&l==--" with lore "&b----------||&dArkany to wspomagacze, ktorch||&dmozesz uzyc podczas walki!||&b----------||&cKliknij prawym, aby||&cwyswietlic dostepne Arkany!||&b----------" to player
  5. command /dominacja0:
  6. command /arkan [<text>]:
  7. trigger:
  8. if arg 1 is "dominacja":
  9. give 351:9 of unbreaking 10 named "&6-= &aDominacja &6=-" with lore "wymysl" to player
  10. if arg 1 is "furia":
  11. give 351:10 named "&6-= &4Furia &6=-" with lore "wymysl" to player
  12. if arg 1 is "przenikliwosc":
  13. give light blue dye of unbreaking 10 named "&6-= &bPrzenikliwosc &6=-" with lore "wymysl" to player
  14. if arg 1 is "szarza":
  15. give gray dye of unbreaking 10 named "&6-= &cSzarza &6=-" with lore "wymysl" to player
  16. #dzialanie
  17. on rightclick:
  18. if player's tool is magma cream of unbreaking 10 named "&6&l--==&5&l Arkany &6&l==--" with lore "&b----------||&dArkany to wspomagacze, ktorch||&dmozesz uzyc podczas walki!||&b----------||&cKliknij prawym, aby||&cwyswietlic dostepne Arkany!||&b----------":
  19. play raw sound "random.levelup" at player with pitch 1 volume 5
  20. open chest with 3 rows named "&cTwoje Arkany!"
  21. format slot 1 of player to 351:9 of unbreaking 10 named "&6-= &aDominacja &6=-" with lore "wymysl||||&6Status: &aOdblokowano" to close then run [dominacja2(player)]
  22. format slot 3 of player to gray dye of unbreaking 10 named "&6-= &cSzarza &6=-" with lore "wymysl||||&bStatus: &aOdblokowano" to close then run [szarza2(player)]
  23. format slot 5 of player to 351:10 of onbreaking 10 named "&6-= &4Furia &6=-" with lore "wymysl||||&6Status: &aOdblokowano" to close then run [furia2(player)]
  24. format slot 7 of player to light blue dye of unbreaking 10 named "&6-= &bPrzenikliwosc &6=-" with lore "wymysl||&6Status &aOdblokowano" to close then run [przenikliwosc2(player)]
  25.  
  26. function dominacja2(P: player):
  27. give 351:9 of unbreaking 10 named "&6-= &aDominacja &6=-" with lore "wymysl" to {_P}
  28. send "&dOtrzymales dominacje!" to {_P}
  29. function szarza2(P: player):
  30. give gray dye of unbreaking 10 named "&6-= &cSzarza &6=-" with lore "wymysl" to {_P}
  31. send "&dOtrzymales dominacje!" to {_P}
  32.  
  33. function przenikliwosc2(P: player):
  34. give blue dye of unbreaking 10 named "&6-= &bPrzenikliwosc &6=-" with lore "wymysl" to {_P}
  35. send "&dOtrzymales przenikliwosc!" to {_P}
  36.  
  37. function furia2(P: player):
  38. give 351:10 of onbreaking 10 named "&6-= &4Furia &6=-" with lore "wymysl" to {_P}
  39. send "&dOtrzymales furie!" to {_P}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement