RealisticSeasons | 1.16.3-1.20.4 | Seasons in your minecraft world | With temperature and calendar!

MC Plugin RealisticSeasons | 1.16.3-1.20.4 | Seasons in your minecraft world | With temperature and calendar! 10.7.8
Add realistic looking season to your worlds. The perfect addition to any server!

- Async chunk loading system runs a little bit smoother
- Temperature block scanner now automatically disables itself if TPS drops below 19.5. Could cause issues on servers with 100+ players
- The plugin now utilizes PaperMC's async chunk loading methods. Massive performance boost for paper users!
- Fixed sync-with-real-time being off by 1 month
Added block effects to the temperature system
- Any block type within 16 blocks of the player can now have its own temperature effect. It can be negative or positive.
- Standing near hot blocks like fire and lava is now actually dangerous
- Player must be able to see the specified block.
- Lava, fire, torches, lanterns and campfires heat you up by default (with lava and fire being the most), their soul variants will cool you down. Can be changed of course.
- Server owners can configure the range of any block type and its temperature modifier.
- Block scanning algorithm runs 90% async, meaning no performance impact.


- Block light no longer influences temperature, it is no longer necessary.
- Few bugs were fixed
- Fixed NPE happening sometimes on a fresh install
- RealisticSeasons finally has a reload command: /rs reload. It will reload all files except the biome files.
- MythicMobs 5.0.1 or higher is now required. Please install an older version of RealisticSeasons if you're still using an older version of MythicMobs.
- In-game help menu has been improved
- Update has been reuploaded because of a bug
- Weather effects can now be configured per season. New section in the config.yml:

YAML:
weather:
winter:
daily-extra-downfall-chance: 33.3%
has-natural-downfall: true
spring:
daily-extra-downfall-chance: 0.0%
has-natural-downfall: true
summer:
daily-extra-downfall-chance: 0.0%
has-natural-downfall: false
fall:
daily-extra-downfall-chance: 33.3%
has-natural-downfall: true

daily-extra-downfall-chance adds on top of the vanilla chance of downfall. Set it to 0.0% if you just want vanilla behaviour. Downfall in winter is snow.
Setting has-natural-downfall to false will completely disable rain in that season.
- Using the world-sync feature added in v7.23 would stop users from changing the season with /rs set <season>. This has now been fixed.
Top Bottom