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

VIP Plugins RealisticSeasons | 1.16.3-1.21 | Seasons in your minecraft world | With temperature and calendar!

Version: 11.10.3
- Added BlueMap integration
- Map rendering will pause in winter. This will stop extensive load on the renderer and also crashes
- Added a new config option, sync calendar of newly created worlds with existing worlds:
Code (Text):
on-new-world-creation:
sync-with-other-world: true
Every new world that's created on the server will automatically be added to the "synced-worlds" list in the calendar.yml. Every world in this list will share the same date and season. Don't forget to manually add existing worlds to this list.
- Minecraft update 1.20.4 requires no plugin update. RealisticSeasons versions that support 1.20.3 automatically support 1.20.4 too
- Added a system that warns the user if they're not using the developer build of ProtocolLib
- Fixed right-clicking on spring cherry leaves causing issues
- Minecraft version 1.20.3 is now supported

- Reduced performance impact of chunk queues​

- The plugin will now generate warnings when certain issues with packet processing occur.
- Fixed multiple bugs reported throughout the summer.
- Added a new toggle in the temperature.yml called "ip-location-temp-type". The temperature system would already detect if a player was located in the US and would switch their temperature bar to Fahrenheit, but now you can turn that feature off.
- RealisticSeasons now processes packets async on mc version 1.19.4. This was already implemented on version 1.20
- Fixed error on version 1.20
- Another fix for async packet processing in 1.20
- Fixed rain/snow sometimes not showing
- Potential fix for error caused by the new async-packet processing system on version 1.20.
SeasonsAPI:
- added public String getDayOfWeek(World w)
- added public String getCurrentMonthName(World w)
Fixed temperature system glitching out if modify biome on client was disabled
Fixed another worldguard error