By continuing to use this site, you agree to the Terms of Service of this website, including usage of cookies.
OK, Don't show this again
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: falseContributions 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
Update to PocketMine-MP 5.43.1
You can leave one review per plugin release, and delete or update your review at any time