M BUZZ CRAZE NEWS
// updates

How do I turn the weather cycle off all the time? [duplicate]

By David Jones

What is the command to completely disable the weather in minecraft? I currently use /weather cycle 1000000 but it only works for a couple minutes. After that it resumes raining. I need the command to ensure it is permanently disabled for this world until I use a different command to make it resume. Thank you!

1

2 Answers

Use the command:

/weather clear 1000000

It sets the weather to clear for 1 Million seconds, which is 277.77 Hours. Not a permanent solution, but I think it's as close as you can get without adding mods. The command will accept any number between 1 and 1 Million if you wanted to turn it off for less than 11 days of continuous play.

2

Try to set up a command block with the command /weather clear and hook it up to a redstone clock. Like this:enter image description here

1