About Seasonal Changes
This is a plugin that includes seasons in the game such as Winter-Spring-Summer-Autumn.
Each season is individually customisable, and for each season you can change the appearance of clouds,
the probability of rain and how heavy it will be, the growth rate of plants, cloud cover, fog,
the frequency of weather changes and the frequency of season change, Interface that displays the current season (can be disabled),
The function continues the current season after a server restart or wipe by saving the remaining time and correctly resuming the season
with the remaining duration.
So you are able to add dynamic seasonal changes to the game, affecting the environment and gameplay
Features
- Customisable weather
- Customisable plant growth rate for each season
- Customisable cloud views
- Customisable rain and its intensity
- Сhat messages
- Customisable fog
- Customisable time interval between seasonal weather changes
- Mention of the season and the time during which the season is already running
-
Displaying the interface with the current season
• It is possible to edit the position of the plate
• Change the background colour
• Change the size of the text
• Possibility to disable the display of the plate
An example of a Config file view
{
"Autumn": {
"Clouds": 0.4,
"GrowthMultiplier": 1.0,
"MaxFog": 0.3,
"MaxRain": 0.2,
"MinFog": 0.2,
"MinRain": 0.15,
"WeatherChangeInterval": 600.0
},
"SeasonDurationAutumn": 1800.0,
"SeasonDurationSpring": 1800.0,
"SeasonDurationSummer": 1800.0,
"SeasonDurationWinter": 1800.0,
"Spring": {
"Clouds": 0.3,
"GrowthMultiplier": 2.0,
"MaxFog": 0.2,
"MaxRain": 0.1,
"MinFog": 0.1,
"MinRain": 0.05,
"WeatherChangeInterval": 600.0
},
"Summer": {
"Clouds": 0.1,
"GrowthMultiplier": 5.0,
"MaxFog": 0.0,
"MaxRain": 0.0,
"MinFog": 0.0,
"MinRain": 0.0,
"WeatherChangeInterval": 600.0
},
"UISettings": {
"AnchorMax": "0.95 0.97",
"AnchorMin": "0.88 0.92",
"BackgroundColor": "0.1 0.1 0.1 0.7",
"DisplayUI": true,
"FontSize": 20
},
"Winter": {
"Clouds": 0.7,
"GrowthMultiplier": 0.5,
"MaxFog": 0.5,
"MaxRain": 0.5,
"MinFog": 0.4,
"MinRain": 0.4,
"WeatherChangeInterval": 600.0
}
}
If you have any questions or need any help, feel free to send me a private message on Discord
My Discord: callofglory_anytime
You can see the above described plugin in the video(The speed of changing seasons is variable, the seasons change quickly in the video for clarity of work)