XziomekX

TNT 24-6 6-24 by XziomekX

Feb 1st, 2014
316
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.77 KB | None | 0 0
  1. #=======================# Informacje o autorze #=======================#
  2. #
  3. # Autor: XziomekX
  4. # WWW: http://ziomeks.cba.pl/
  5. #
  6. #=======================================================================#
  7.  
  8. #=======================# kod skryptu #=======================#
  9.  
  10. options:
  11. tag: TwojSerwer
  12. czas: 360 # w minutach
  13. time: 360 # w minutach
  14. tntoff: &e&lWybila godzina &4&l24.00 &e&lTNT zostalo wylaczone do godziny &4&l6.00&f
  15. tnton: &e&lWybila &4&l6.00 &e&lod teraz tnt jest wlaczone az do godziny &4&l24.00&f
  16.  
  17. every {@czas} real minutes:
  18. broadcast "{@tnton}"
  19. execute console command "region flag __global__ tnt -w world allow"
  20. wait {@time} real minutes
  21. broadcast "{@tntoff}"
  22. execute console command "region flag __global__ tnt -w world deny"
Advertisement
Add Comment
Please, Sign In to add comment