RainMan
This plugin hooks into weather events to let you configure the probability of rain or snow actually happening and scaling how long it lasts for, to cut down on excessive rain streaks (or make it rain for a long time, if that's what you prefer).
Commands
| Command | Description | Permission |
|---|---|---|
| /rainman reload | Reloads config | rainman.admin |
Configuration
# Whether it should rain/snow at all weather-enabled: true # Whenever the game would normally make it start raining/snowing, the chance it actually does (Between 0 and 1) rain-chance: 1 # Factor to multiply the rain/snow duration when it starts, e.g. 0.5 for half of the normal length rain-length-scale: 1
Comments