prismarine-proxy
prismarine-proxy copied to clipboard
Chat filters
I've been looking for a way to manage chat filtering, and a proxy seems like a reasonable approach. I'd like to be able to intercept chat messages in order to perform operations such as sanitization or suppression, or create command macros. All other traffic should be passed on parsed for optimum performance.
I also looked at basic-minecraft-proxy which implements the approach by effectively creating a client on the target server and replaying packets. I don't know if the performance would be good with this approach.