This repository has been archived by the owner on Nov 20, 2023. It is now read-only.
Releases: Giggitybyte/ServerChatHistory
Releases · Giggitybyte/ServerChatHistory
v1.5.0 for Minecraft 1.19.3, 1.19.4
- Updated to Minecraft 1.19.3
- Works on 1.19.4
- Player chat messages are now sent as system messages to avoid client validation errors.
1.4.0 - Minecraft 1.19.2
Updated to 1.19.2, courtesy of solonovamax
1.3.0 - Minecraft 1.19
Updated to Minecraft 1.19
1.2.1 - Overdue 1.18 Update
- Migrated codebase to MC 1.18.1
- Original message type will now actually be sent with cached messages
1.2.0 - Mod Compatibility
Instead of several precise mixins caching messages at each message source, I've switched to a single mixin which handles multiple sources (with no hardcoded assumptions) for improved compatibility with other chat mods.
1.1.0 - Caching Overhaul
Version 1.0.0
would cache messages from any source; this lead to undesirable output such as console commands to be cached and displayed to the user on login. This version replaces that caching method with a more precise caching method which will only cache player messages, advancements, and death messages.
1.0.0 - First Release
Major refactor and general clean-up. - Removed Cloth Config dependency. - Removed Fabric API dependency.