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
- Classic
- Tech
- Magic
The Vanilla theme is designed in a Minecraft style to blend in with the overall vanilla theme. It's compatible with QOL modpacks.
The Classic theme is the default. It features a medieval style and is suitable for classic RPG modpacks.
The Tech theme is more specific. It's inspired by Final Fantasy 7 and is suitable for more technical-biological modpacks.
The Magic theme is inspired by Avatar: The Last Airbender. Suitable for magic-based 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
| Parameter | Default | Description |
|---|---|---|
theme | "classic" | Default theme for all players on the server |
hideThemeSwitchButton | false | Set to true to disable players' ability to change themes |
enableDailySummaryScreen | true | Set to false to completely disable the summary screen |
Setting hideThemeSwitchButton: true removes the gear button from the summary screen, preventing players from changing their personal theme.