70CentsApple / ChatTools

Chat Tools 一个 Minecraft Fabric 辅助模组 | A Fabric client-side Minecraft Mod
GNU General Public License v3.0
13 stars 4 forks source link

Message Replacer #32

Open AlphaLeoli opened 2 months ago

AlphaLeoli commented 2 months ago

Motivation

message replacer would allow you to do many a thing, listed below:

  1. since servers have different messaging systems, you can set it up on each server so that if you do "/msg asldkfjasdlkfalsdfjasldf" it will replace to "/f msg" or "/whisper" or something like that
  2. if you like using emojis, you can set it up to where it will replace :skull: to 💀 or :sob: to 😭
  3. many other things also i know there is formatter, but that puts things on the ends of your messages which is still neat but this would allow you to actually replace things in your message

Description

New tab called the message replacer. The message replacer would allow you to specify regex and a server you want it on as well as what you want it to replace to. This would be like a duplicate of the responder except that instead of responding to other people's messages it edits your own before sending (also works with commands).

Other information

No response