SkyblockerMod / Skyblocker

Hypixel Skyblock fabric Mod for latest minecraft version
https://hysky.de
GNU Lesser General Public License v3.0
175 stars 86 forks source link

Send messages upon Chat Rule triggers #1007

Open x-yingcan-x opened 1 month ago

x-yingcan-x commented 1 month ago

Describe the new feature.

Used in those "!xxx" commands and auto message when someone died etc. It's messageS because of /answerqueue (Maybe there are other usages)

Being able to get matched things from RegEx and put them to output will make things easier, but thats another thing. I think I'm patient enough 😅

Images

No response

kevinthegreat1 commented 1 month ago

I'm not too sure about automatically sending messages tbh.

x-yingcan-x commented 1 month ago

I'm not too sure about automatically sending messages tbh.

I know what I'm doing! I use them at my own risk!

need some RegEx features for less work on code and more flexible, like variable, get matched string to be used in output, and rules group/sort or the ultimate solution, lua support(tbh, crazy)