

Mogrul Calendar
Add a realistic time tracking system to your Minecraft server with this fully customizable calendar mod for NeoForge. Players will be able to see the current date at the top of their screen after waking up from sleep or when interacting with a bed using the right mouse button.
Calendar Configuration
When the mod is first loaded, a mogrulcalender-common.toml file is created in the server's configuration folder, where you can personalize almost all aspects of the calendar system. This is an ideal solution for servers with their own lore history - you can create custom months and limit their quantity according to your ideas.
Configuration Parameters
[Display]
#Text display time after waking up (in seconds)
# Default: 5
# Range: > 0
wakeDisplayTimeoutSeconds = 5
[Calender]
#Server starting year
# Default: 2025
# Range: > 1
startingYear = 2025
#Server starting month
# Default: 1
# Range: > 1
startingMonths = 1
#Server starting day
# Default: 1
# Range: > 1
startingDays = 1
#List of months with day count for calendar 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"
]
Use your imagination and create a unique time system for your gaming world!