Vaxu

Untitled

Aug 11th, 2017
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 KB | None | 0 0
  1. options:
  2. choroba: 30 #Czas co ile gracz będzie dostawał chorobę
  3.  
  4. every {@choroba} seconds: #Jak chcesz sekundy to zmień sobie minutes:: na seconds:
  5. loop all players:
  6. if loop-player don't have permission "*":
  7. apply poison 1 to loop-player for 3600 seconds
  8. wait 3 seconds
  9. apply confusion 1 to loop-player for 3600 seconds
  10. wait 3 seconds
  11. apply slowness 1 to loop-player for 3600 seconds
  12. wait 1 minutes
  13. send "&4Jestes chory! Udaj sie do szpitala aby sie wyleczyc!" to loop-player
  14. exit loop
  15.  
  16. command /h:
  17. #chcesz to wyjebutaj chcesz to permisje dodaj xDDD
  18. trigger:
  19. remove confusion and slowness and poison from player
  20. send "&3&lZostales uleczony!"
Advertisement
Add Comment
Please, Sign In to add comment