70CentsApple / ChatTools

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

Two Variables Don't Work #30

Closed AlphaLeoli closed 2 months ago

AlphaLeoli commented 2 months ago

Bug description

When you put in two regex variable thingies it doesn't let you put two in the response. The second one never does it (?<a>e4c4) left and joined (?<f>NAVersus29) is the regex and {a} {f} is the response. image

Steps to reproduce

  1. navigate to the responder tab
  2. add a new rule with any regex you want, as long as it has two groups
  3. in the response, put those two groups
  4. do whatever to trigger the responder

Expected behavior

No response

Actual behavior

No response

Relevant logs

No response

Minecraft version

1.20.4

Mod version

2.2.1

Other information

No response

Check list