Aust1n46 / VentureChat

GNU General Public License v3.0
37 stars 46 forks source link

[Feature Request] Regex Filter overhaul #73

Open JpegIsMe opened 1 year ago

JpegIsMe commented 1 year ago

Most of us most likely have this regex filter to add emojis, or maybe filter out swears or profanities on our servers.. What if we could separate these filters into different sections, and give them different properties! For example, having a regex for "basic" swears would replace them with " **** ", but players would have an extra option to opt out of seeing this filter. This behavior is similar to how Hypixel does their chat filtering. It would also be nice to group up chat replacement filters so we don't have to write a replacement for each and every regex we write down.

What if we want custom emoji replacements using the regex filter? We'd have no way to tell what the player typed to get that certain emoji. What if we typed :thumbs_up:, and it showed both the emoji, and if you hover over it in chat, tells everyone what you typed to get that emoji.

These features would greatly improve the versatility of VentureChat, please consider adding them!