Skip to main content
Version: 0.0.54

VotingWeatherPlugin

Plugin to let players vote for a server weather at a specified interval.

note

For smooth weather transitions and rain you need to set EnableWeatherFx to true in extra_cfg.yml.

Configuration

Enable the plugin in extra_cfg.yml

EnablePlugins:
- VotingWeatherPlugin

Example configuration (add to bottom of extra_cfg.yml)
For a list of weather types that can be used with BlacklistedWeathers see WeatherFX Types

---
!VotingWeatherConfiguration
# Number of choices players can choose from at each voting interval
NumChoices: 3
# How long the vote stays open
VotingDurationSeconds: 30
# How often a vote takes place
VotingIntervalMinutes: 10
# Weather types that can't be voted on
BlacklistedWeathers:
- Cold
- Hot
- Windy