deltreey / minecraft-singleplayersleep

Minecraft Functions to allow 1 player sleep on a server
MIT License
0 stars 0 forks source link

Weather isn't set to clear. #2

Open ignamiranda opened 6 years ago

ignamiranda commented 6 years ago

Not sure why but the sleep system works almost completely except it continues to rain after sleeping.

ignamiranda commented 6 years ago

Changing the command in sleeptest.mcfunction from execute @p[score_sleep_min=230] ~ ~ ~ /weather clear to execute @p[score_sleep_min=210] ~ ~ ~ /weather clear did the trick

deltreey commented 6 years ago

removing 20 ticks fixed it? What a strange solution.