Commands/weather
< Commands
weather
Restrictions | |
---|---|
First introduced |
Java Edition 1.4.2 (Java Edition 12w32a) |
Sets the weather.
- Syntax
- Java Edition
weather <clear|rain|thunder> [duration]
- Bedrock Edition
weather <clear|rain|thunder> [duration: int]
weather query
- Arguments
- clear|rain|thunder
clear
– Set the weather to clear.rain
– Set the weather to rain (or snow in cold biomes).thunder
– Set the weather to a thunderstorm (or thunder snow in cold biomes).
- duration (BE: duration: int) (optional)
- Specifies the time in seconds for the specified weather to last. Must be between 1 and 1,000,000 (inclusive, without the commas). If duration is omitted, the duration will default to 5 minutes.
- Result
- Fails if the arguments are not specified correctly.
- On success, changes the weather for the specified duration (in seconds).
- Examples
- To get clear weather for one Minecraft day:
weather clear 1200
- To make it rain, but let it end at its own pace:
weather rain
History[edit]
Java Edition | |||||
---|---|---|---|---|---|
1.4.2 | 12w32a | Added /weather . | |||
Pocket Edition Alpha | |||||
0.16.0 | build 1 | Added /weather . |