doWeatherCycle

abstract var doWeatherCycle: Boolean

Controls whether weather changes naturally in the world.

Example:

world.edit {
doWeatherCycle = false // Prevent weather changes
}