View difference between Paste ID: F0waqS5P and 3vw9kbsR
SHOW: | | - or go back to the newest paste.
1
while true do
2
if os.time() >= 6.20 then
3
commands.exec("/time set 0")
4
sleep(1)
5
commands.exec("/weather clear")
6
sleep(5)
7
else
8
sleep(5)
9
end
10
end