A fully-customisable server-side calender mod for NeoForge, spicing up your servers with realism - players can see the date on the top of their screen when they sleep or right click on a bed; you can even add your own months and limit the amount of months for a lore server; go wild!
Example
Configuration
When the mod first loads, a mogrulcalender-common.toml file containing customisations will be loaded in your servers config directory - you can change almost every aspect of the calender from here.
[Display]
#In seconds, how long should the text display after waking up.
# Default: 5
# Range: > 0
wakeDisplayTimeoutSeconds = 5
[Calender]
#Year the server starts at.
# Default: 2025
# Range: > 1
startingYear = 2025
#Months the server starts at.
# Default: 1
# Range: > 1
startingMonths = 1
#Days the server starts at.
# Default: 1
# Range: > 1
startingDays = 1
#List of month followed by days in months for the calender display.
calenderMonths = [
"January=31", "February=28", "March=31",
"April=30", "May=31", "June=30",
"July=31", "August=31", "September=30",
"October=31", "November=30", "December=31"
]