prismarine-proxy icon indicating copy to clipboard operation
prismarine-proxy copied to clipboard

Chat filters

Open end-user opened this issue 5 years ago • 0 comments

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.

end-user avatar Dec 03 '20 04:12 end-user