Plugin files: plugin.yml – General configuration and command registration
WeatherEngine.java – Main class that activates the plugin
WeatherCommand.java – Handler for /weather command
How to use: Place the WeatherEngine-1.0.0.jar file in your server’s /plugins folder.
Restart the server or run /reload.
Use the commands to change the weather:
/weather clear – ☀️ Sunny
/weather rain – ️ Rain
/weather storm – ⛈️ Storm
⏱️ Weather duration: All weather changes last 30 minutes by default (you can adjust it in the code).