CusT

Untitled

Aug 13th, 2014
202
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.02 KB | None | 0 0
  1. #======================================#
  2. # #
  3. # Skrypt stworzony #
  4. # Przez #
  5. # ::.Mayard.:: #
  6. #======================================#
  7.  
  8. options:
  9. CoIleMinutUsuwanieLagow: 1
  10.  
  11. every {@CoIleMinutUsuwanieLagow} minutes:
  12. broadcast "&7[&eExtraClearLagg&7] &8Za 10 sekund zostanie uruchomiony clear lagg !"
  13. wait 10 second
  14. loop all entities:
  15. loop-entity is not a player:
  16. delete loop-entity
  17. add 1 to {Moby}
  18. loop all dropped items:
  19. clear dropped items
  20. add 1 to {Itemy}
  21. loop all worlds:
  22. add loop-worlds to {_Swiaty}
  23. add 1 to {Worlds}
  24. broadcast "&e========ClearLagg==========="
  25. broadcast "&7Zabito mobow: &2%{Moby}%"
  26. broadcast "&7Podniesiono itemow: &2%{Itemy}%"
  27. broadcast "&7Swiaty na serwerze: &2%{Worlds}%"
  28. broadcast "&7Aktualne TPS Serwera: &2%tps%"
  29. broadcast "&e========ClearLagg==========="
  30. clear {Itemy}
  31. clear {Worlds}
  32. clear {Moby}
Advertisement
Add Comment
Please, Sign In to add comment