Calendar
Calendar
Default calendar.yml file:
Months and days of the week
The name of the months can directly be changed in the "months:" list in the calendar.yml. There is no fixed amount of months: you could also configure it to only have 4 months (winter, spring, summer and fall) or anything you want. The same for days of the week, a week does not have to be 7 days. Make sure to also update the names of the months in the seasons start if you change their names.
Synchronizing with real time
Setting sync-time-with-real-world
to true will force the calendar system to use your computer's time instead of Minecraft time. This means that the season, date and time will match your actual time. Minecraft days will be 24 hours, it will be daytime when it is actually daytime and night when it is actually night. You can optionally only sync the date and season and not the world time by setting modify-daynight-length
in the config.yml to false.
If your server is hosted somewhere else and you want the plugin to use a different timezone, you can change time-sync-timezone
to the correct one. It accepted locations (like America/Los_Angeles) or offsets of GMT (GMT+5).
If you want to offset the synced world time slightly you can use time-sync-offset
. This option accepts Minecraft time (one day is 24000) and the value you enter gets added on top of the time RealisticSeasons calculated.
Synchronizing time of multiple worlds
If you aren't using sync-time-with-real-world
and your server has multiple overworlds with seasons enabled, using synced-worlds
is recommended. This makes sure all worlds have exactly the same date, time and season. Perfect for servers with for example a lobby world or a shop world. Simply add the names of the worlds that you want to be synchronized to synced-worlds
list.
American date format
The date will be displayed as mm/dd/yyyy instead of dd/mm/yyyy if you set american-date-format
to true.
Last updated