Skip to main content

Summary screen

Player statistics collected since the last sleep are displayed on the summary screen. The summary screen has four different themes that can be easily switched between.


Themes

Vanilla The Vanilla theme is designed in a Minecraft style to blend in with the overall vanilla theme. It's compatible with QOL modpacks.


Switching themes

In the upper right corner of the summary screen, there's a gear-shaped button. Clicking it changes the theme. Each player can choose a custom theme, and it will only be displayed for them.

The default theme on the server is determined by the config parameter:

"theme": "classic"

Available options: classic, vanilla, tech, magic.

If a player changes their theme, that theme will be displayed regardless of the server's default theme.


Config

ParameterDefaultDescription
theme"classic"Default theme for all players on the server
hideThemeSwitchButtonfalseSet to true to disable players' ability to change themes
enableDailySummaryScreentrueSet to false to completely disable the summary screen
tip

Setting hideThemeSwitchButton: true removes the gear button from the summary screen, preventing players from changing their personal theme.

note

An invalid theme name in the config is not an error — it resets to classic and the correction is written to the server log. The same applies to a player's personal choice.


Who sees it

The summary is shown to players who actually slept that night.

If a player got out of bed on their own before morning and never went back, they do not get a summary — the night was skipped by others, not by them. A player who tried to sleep and was refused because of low comfort also does not count as having gone back to bed.

tip

This ties into the vanilla playerSleepingPercentage gamerule. Details on the for servers page.