
Mogrul Calender
A server-side mod for NeoForge that adds a fully customizable calendar to the game. This mod brings an element of realism to your server - players see the current date at the top of the screen when they sleep or interact with a bed using right-click. You can create custom months and limit their number for servers with unique lore.
Example
Configuration
When the mod is first loaded, a mogrulcalender-common.toml file is created in the server's configuration directory, containing all customization parameters. You can modify almost any aspect of the calendar system.
[Display]
#Text display duration after waking up (in seconds)
# Default: 5
# Range: > 0
wakeDisplayTimeoutSeconds = 5
[Calender]
#Server start year
# Default: 2025
# Range: > 1
startingYear = 2025
#Server start month
# Default: 1
# Range: > 1
startingMonths = 1
#Server start day
# Default: 1
# Range: > 1
startingDays = 1
#List of months with day counts 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"]