http://www.meepcraft.com/threads/add-weather-player-toggleable.59877/
I am going to reopen the previous suggestion which was just denied for
We are going to have to deny this because it is not possible. Thank you for the suggestion though!
because it is possible, at least for toggling stormy/clear weather. The snow/rain depends on the biome that you are in.
Easy as:
[FONT=Tahoma]player.setPlayerWeather(WeatherType.CLEAR);
player.setPlayerWeather(WeatherType.DOWNFALL);[/FONT]
And the imports are
[FONT=Tahoma]org.bukkit.WeatherType [/FONT]and
[FONT=Tahoma]org.bukkit.entity.Player[/FONT]
Thank you and good day.