Advertisement
haverex

ulepszenia

Oct 1st, 2017
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. command /sprawdz:
  2. trigger:
  3. set {_obrazenia} to 1
  4. loop 60 times:
  5. add 1 to {_obrazenia}
  6. send "%{_obrazenia}%" to player
  7. set {obrazenia.%player%} to {_obrazenia}
  8. if lore of player's tool contains "&7Obrazenia: %{_obrazenia}%":
  9. send "&c%{_obrazenia}%" to player
  10. set {_obrazenia} to {_obrazenia} + 1
  11. send "&a&l%{_obrazenia}%" to player
  12. execute console command "setdmg %player%"
  13.  
  14.  
  15. command /setdmg [<player>]:
  16. permission: console
  17. trigger:
  18. send "&6&l%{obrazenia.%player-arg%}%" to player-arg
  19. set line 2 of lore of player-arg's tool to "&7Obrazenia:"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement