Bacon Weather Control is a plugin to control the weather on your server.
Tips:
- a low value on thunderness or raininess increases the chace of rain and/or thunder
- set raininess to 0 to make it rain always and to 100 to disable rain. same for thunderness
When do I need it?
- when there is to much rain
- when there is to less rain
- when there is to much thunderstorm
- when there is to less thunderstorm
Current features:
- configure raininess of the weather
- configure thunderness of the weather
- configure the interval of weather updates (like change all 5 seconds or every 8 hours)
- uses permissions for commands
- prevents weather changes from outside the plugin
Commands:
- bwc-info:
description: set how rainy it must be to rain.
usage: /bwc-info
permission: BaconWeatherControl.Info - bwc-raininess:
description: set how rainy it must be to rain.
usage: /bwc-raininess <0-100>
permission: BaconWeatherControl.SetRaininess - bwc-thunderness:
description: sgewitteret how thundery it must be to thunder.
usage: /bwc-thunderness <0-100>
permission: BaconWeatherControl.SetThunderness - bwc-updateinterval:
description: set how often the weather should update
usage: /bwc-updateinterval <seconds>
permission: BaconWeatherControl.SetUpdateInterval
Permissions:
- BaconWeatherControl.Info:
description: Allows you to show the current settings
default: true - BaconWeatherControl.SetRaininess:
description: Allows you to change the raininess
default: op - BaconWeatherControl.SetThunderness:
description: Allows you to change the thunderness
default: op - BaconWeatherControl.SetUpdateInterval:
description: Allows you to change the update interval
default: op
Configuration:
- ThundernessRequired:
description: probability required for a thunderstorm (in %)
default: 80
can be set by /bwc-thunderness command - RaininessRequired:
description: probability required for rain (in %)
default: 70
can be set by /bwc-raininess command - UpdateInterval:
description: interval for updating the weather (in seconds)
default: 600 (10 minutes)
can be set by /bwc-updateinterval command