ChatPatcher
ChatPatcher is a Velocity plugin that removes the signed chat messages feature introduced in Minecraft 1.19+
ChatPatcher
ChatPatcher
yep, it's paint. ---
ChatPatcher is a Velocity plugin that removes the signed chat messages feature introduced in Minecraft 1.19+ If you’ve encountered errors such as:
- “A plugin tried to cancel a signed chat message” - “A proxy plugin caused an illegal protocol state”
*you're likely to require this one!*
for reference ---
Why Use ChatPatcher?
With the release of Minecraft 1.19.1, Mojang introduced mandatory signed chat messages to enhance security and message integrity. While this change aims to reduce abuse and ensure authenticity, it has inadvertently caused compatibility issues for networks relying on Velocity's chat manipulation features. ChatPatcher removes these restrictions, restoring the classic chat handling that many servers have long depended on.
Learn more about signed chat messages and their implications
---
Usage
ChatPatcher requires no setup and no dependencies.
Beware! ChatPatcher DOES NOT replace Paper side plugins such as NoPopup, NoChatReports, ...
Actually, we don't do any packet modification, we're just tweaking Velocity using reflections (ik, i also hate that, but better than having to maintain a fork).
Contributing
To contribute:
1. Create a pull request 2. Create a pull request for your feature or bugfix: ```bash git checkout -b feature-name ``` 3. Create a pull request and commit them with clear, descriptive messages: ```bash git commit -m "Add new feature" ``` 4. Create a pull request to your fork: ```bash git push origin feature-name ``` 5. Create a pull request with a detailed description of your changes.
---