Permanent Chat Logs - Chat History Preservation
A unique mod designed to prevent message loss when exiting the game. The mod saves all conversations to disk and remembers chat history regardless of the server or saved world.
Unlike standard log files stored in the logs folder, this mod fully preserves message formatting including colors, fonts, and even hover tooltips. Additional bonus - preservation of the exact time each message was received, which is not available in vanilla Minecraft.
Smart History Search
Easily find specific moments from past sessions and filter sessions using various criteria:
- By server or world associated with the session
- By date value (full date, month, or year). For example:
· 202403 (March 2024)
· 2024 (entire year 2024)
· 20240306 (March 6, 2024) - By conversation volume. The format follows Minecraft entity selector ranges:
· ..20 — 20 messages or less
· 20.. — 20 messages or more - By total session time
Configuration Control
Customize the saving process and journal appearance according to your preferences:
- Use the
visibleLineCountparameter to control how many chat messages are displayed simultaneously - Adjust auto-save frequency via
autoSaveIntervalInMs, in milliseconds
Intuitive support message:
// Seems like a simple infrastructure wrapper
Tooltip Usage
If text contains information activated by mouse clicking or hovering, it's available for viewing in special tooltips. Mouse movement shows hover events, while clicking reveals click event popups that may require additional activation (Alt for switching event access). As an alternative, tooltip text can be copied, typically with Ctrl+click.