Guest User

ClearLag_D

a guest
Jul 26th, 2016
311
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.26 KB | None | 0 0
  1. #PL:
  2. #NAZWA SKRIPTU: CLEARLAG_D
  3. #SKRIPT PRZEZ DALTONE
  4. #WERSJA: 1.0
  5. #PRACA NAD NOWA WERSJA: NIE
  6.  
  7. #LICENCE WLACZONA
  8. # - NIE MOZESZ HANDLOWAC SKRIPTEM
  9. # - NIE MOZESZ USUWAC PODPISU DALTONE
  10. # - ZAKAZ PRZYWLASZCZANIA SOBIE SKRIPTU
  11.  
  12.  
  13.  
  14. # - OPCJE SKRIPTU
  15. options:
  16. czas: 10
  17. tag: &8[&a&lC&3&lL&8]
  18.  
  19.  
  20.  
  21. # - KOD SKRIPTU
  22. every {@czas} minutes:
  23. broadcast "{@tag} &7Wszystkie itemy lezace na ziemi zostana usuniete za &B1 minute&7!"
  24. wait 50 seconds
  25. broadcast "{@tag} &7Wszystkie itemy lezace na ziemi zostana usuniete za &B10 sekund&7!"
  26. wait 7 seconds
  27. broadcast " &b3.."
  28. wait 1 second
  29. broadcast " &b2.."
  30. wait 1 second
  31. broadcast " &b1.."
  32. wait 1 second
  33. execute console command "remove item 99999999"
  34. broadcast "{@tag} &7Wszystki itemy zostaly usuniete!"
  35. stop
  36.  
  37. command /clearlag:
  38. trigger:
  39. if player has permission "clear.lag":
  40. broadcast "{@tag} &7Wszystkie itemy lezace na ziemi zostana usuniete za &B10 sekund&7!"
  41. wait 7 seconds
  42. broadcast " &b3.."
  43. wait 1 second
  44. broadcast " &b2.."
  45. wait 1 second
  46. broadcast " &b1.."
  47. wait 1 second
  48. execute console command "remove item 99999999"
  49. broadcast "{@tag} &7Wszystki itemy zostaly usuniete!"
  50. stop
  51. else:
  52. send "{@tag} &cNie masz permissi &8(&7clear.lag&8)" to player
  53.  
  54. on skript start:
  55. send "&8--------------------------------------------------------------" to the console
  56. send "&8| |" to the console
  57. send "&8| &7Enable &3ClearLag_D &8|" to the console
  58. send "&8| |" to the console
  59. send "&8--------------------------------------------------------------" to the console
  60. send "" to the console
  61. send "&7Teraz twoj serwer jest chroniony przed lagami" to the console
  62. send "&bNAZWA SKRIPTU: &7CLEARLAG_D" to the console
  63. send "&bSKRIPT PRZEZ DALTONE" to the console
  64. send "&bWERSJA: &71.0" to the console
  65. send "&bPRACA NAD NOWA WERSJA: &7NIE" to the console
  66. send "" to the console
Advertisement
Add Comment
Please, Sign In to add comment