70CentsApple / ChatTools

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

More Responder #41

Open AlphaLeoli opened 2 months ago

AlphaLeoli commented 2 months ago

Motivation

People always say "you are using a bot" or "you are using a macro" or "stop hotkeying" when i have autogg. Also, sometimes i want to say something and then run a command. Also, maybe you want to say something else if something happens.

Description

  1. allow you to set multiple responses. for example, when you win the game the responder will say gg and then /leave
  2. set delays, in ms or seconds or smt idk. this will be a delay for when it says the message. maybe a new delay between each new message sent. for example, maybe you want 50ms before saying gg, but then 1000ms after that before running /leave
  3. if statements for groups. for example, if group 1 in \s*(?<Team>(Red|Blue) Team) has won the game!\s* is "Red Team" then run /leave, but if it's "Blue Team" then say gg. Idk if u wanna add this since you can achieve the same thing by making two filters, but it would be very nice to set up responses. Another example is saying ez when u win and gg when u lose 💀
  4. Idk if this is possible with cloth config, since i never used that before, but it would be nice if these sorted based off their server address and then you can collapse/expand each group image
  5. Make it so you can add names to the responder things, instead of it by default saying the "regex -> response"
  6. respond to action bar + titles. For example, some servers don't have a chat message when something starts, but it has a title. idk

Other information

No response