showHeader default true
If the header image should be shown at the top of the new day screen.
showDayCount default true
If the current day number should be shown on the new day screen.
showStats default true
If a summary of the previous day should be shown. Each line can be toggled individually below.
playSound default true
If a sound plays when the new day screen appears.
newDayScreenDurationTicks default 200, min 1, max 1200
How many ticks the new day screen stays on screen in total. 20 ticks = 1 second.
newDayScreenFadeInTicks default 20, min 1, max 200
How many ticks the screen takes to fade in. 20 ticks = 1 second.
newDayScreenFadeOutTicks default 20, min 1, max 200
How many ticks the screen takes to fade out before disappearing. 20 ticks = 1 second.
guiScaleModifier default 1.0f, min 0.1, max 5.0
Scales the day number, stats text, and header image together, based on the player's GUI scale. 1.0 matches the configured sizes at GUI scale 4; higher makes everything bigger.
headerImageWidth default 64, min 0, max 2000
The width in pixels the header image is rendered at on screen.
headerImageHeight default 64, min 0, max 2000
The height in pixels the header image is rendered at on screen.
headerImageYOffset default 10, min 0, max 1000
How far down from the top of the screen the header image is drawn, in pixels. 0 is flush against the top.
dayFontScale default 3, min 1, max 8
How much bigger the day number text should be rendered. 1 is the normal font size.
dayTextRGB_R default 218, min 0, max 255
The red RGB value for the day number text.
dayTextRGB_G default 164, min 0, max 255
The green RGB value for the day number text.
dayTextRGB_B default 40, min 0, max 255
The blue RGB value for the day number text.
showMobsKilled default true
If the monsters slain line is shown in the day summary.
showBlocksBroken default true
If the blocks broken line is shown in the day summary.
showDistanceTraveled default true
If the distance traveled line is shown in the day summary.
showDeaths default true
If the deaths line is shown in the day summary.
showItemsCrafted default true
If the items crafted line is shown in the day summary.
statsKeyTextRGB_R default 216, min 0, max 255
The red RGB value for the stat labels (the key text).
statsKeyTextRGB_G default 196, min 0, max 255
The green RGB value for the stat labels (the key text).
statsKeyTextRGB_B default 180, min 0, max 255
The blue RGB value for the stat labels (the key text).
statsValueTextRGB_R default 255, min 0, max 255
The red RGB value for the stat values (the numbers).
statsValueTextRGB_G default 234, min 0, max 255
The green RGB value for the stat values (the numbers).
statsValueTextRGB_B default 210, min 0, max 255
The blue RGB value for the stat values (the numbers).