This is an old revision of the document!
Table of Contents
NoChatReports
NoChatReports | |
---|---|
Type | Other Feature |
Category | none |
In-game description | “Disables the cryptographic signatures that since 1.19 are attached to your chat messages. WARNING: If you send chat messages with signatures, your Minecraft account can get reported and globally banned from multiplayer! Even if you only say harmless things in chat, your signed messages can be abused to create a fake chat report that gets your account banned unfairly. If you have to re-enable chat signatures to join a server, consider not using their chat at all. Or play on an alt account that you don't mind losing.” |
Default keybind | none |
Source code | net/wurstclient/other_features/NoChatReportsOtf.java |
net/wurstclient/mixin/ChatHudMixin.java | |
net/wurstclient/mixin/ClientPlayerEntityMixin.java#L150-L171 | |
net/wurstclient/mixin/ClientPlayNetworkHandlerMixin.java | |
net/wurstclient/mixin/MessageHandlerMixin.java | |
net/wurstclient/mixin/ProfileKeysMixin.java |
NoChatReports is a Wurst feature that removes the cryptographic signatures from the user's chat messages and also hides the user's public key from the server, in an effort to protect the user against chat reports.
NoChatReports is based on the No Chat Reports mod by Aizistral, released under the WTFPL license.
Settings
Disable signatures
Disable signatures | |
---|---|
Type | Checkbox |
In-game description | (none) |
Default value | checked |
This checkbox turns NoChatReports on and off. Since NoChatReports is not a regular hack, it needs this setting to store its on/off state.
How Chat Reports Work
Simple
The “Fabulously Optimized” modpack has created a chat reporting FAQ that answers in simple terms how chat reporting works, why it's so broken, and why it will always be broken. https://fabulously-optimized.gitbook.io/modpack/readme/chat-reporting-faq
Advanced
Aizistral has created a series of videos on YouTube that explain in great detail how chat reports work on a technical level, including many of the exploits that make it possible to fabricate reports.
Changes
Version | Changes |
---|---|
Wurst 7.27 | Added NoChatReports. |
Wurst 7.27.1 | Fixed the cryptic error message when trying to join Realms while NoChatReports is enabled. (MC 1.19+) |
Wurst 7.27.2 | Fixed the multiplayer button still being grayed out if your Microsoft account is parental-control'd or banned from online play. |
Update: Minehut has now fixed the issue on their end. They will no longer kick you at all when using NoChatReports. |