Skip to content

Blackjack200/VanillaWeather

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VanillaWeather by WeaVerseStudio

Description:

A plugin that adds weather mechanics like in vanilla.

image not found image not found image not found

Authors:

PrograMistV1 - made major contributions to the writing of the plugin.

Commands:

/weather <clear|rain|thunder> [duration: int] - Players who have permission can change the current weather if they wish, by entering one of the following commands: /weather rain [duration] or /weather thunder [duration], and /weather clear [duration] to clear the inclement weather. The time parameter is the duration of the weather in seconds. If you want to prevent weather changes in the world, then set the time value to 0 or less.

Permission: vanillaweather.weather.command

For developers:

Track events using these events: PrograMistV1\Weather\events\SnowLayerCreateEvent PrograMistV1\Weather\events\ThunderBoltSpawnEvent PrograMistV1\Weather\events\WeatherChangeEvent

You can change the weather using: PrograMistV1\Weather\Weather::changeWeather(World $world, int $weather, int $time = 6000) : void;

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%