
A plugin that adds weather mechanics like in vanilla.
A lightweight plugin that brings vanilla-like weather mechanics (clear, rain, thunder) with configurable behavior per world, lightning control and snow layer creation.
/weather <clear|rain|thunder> [duration]
duration is in seconds.0 or a negative number to prevent automatic weather changes in that world./weather rain 120 — rain for 2 minutes/weather clear — make the weather clearvanillaweather.weather.command — Allows use of the /weather command.Settings are stored per world in plugin_data/VanillaWeather/config.yml. The default section provides fallback
values.
Example config.yml:
---
default:
weatherChange: true # Allow automatic weather changes
createLightning: true # Allow lightning to spawn
lightningFire: false # Lightning can set blocks on fire
damageFromLightning: false # Lightning deals damage to players
createSnowLayers: true # Create snow layers during snow
world_nether:
weatherChange: false
Contributions are welcome — fork the repo, make your changes and open a pull request. For bug reports and feature requests please use the repository Issues
If you need help or want to report a bug, open an Issue on the repository or join our Discord
Version: 1.2.2
Downloads: 28
Updated: 1/20/2026
Supported API versions: 5.0.0 to 5.36.0
Categories: Vanilla Mechanics, Mechanics, General
License: GPL-3.0