Sk1erLLC / AutoGG

Automatically say a selected phrase after a game has ended on supported servers.
GNU General Public License v3.0
18 stars 15 forks source link

Does not work with duels update #24

Closed TheKodeToad closed 2 years ago

TheKodeToad commented 2 years ago

The AutoGG regex no longer works with The Bridge (it was recently changed to "Bridge Duel" from "The Bridge Duel"), boxing or parkour. I was able to fix it by manually changing the regex: +(((?:UHC|SkyWars|(The )?Bridge|Sumo|Classic|OP|MegaWalls|Bow|NoDebuff|Blitz|Combo|Bow Spleef|Boxing) (?:Duel|Doubles|Teams|Deathmatch|2v2v2v2|3v3v3v3)?)|Hypixel Parkour) ?- \\d+:\\d+$

This is just an example. It may be better to create a new pattern for "Hypixel Parkour".

I cannot open a pull request as it is remotely hosted.

Sychic commented 2 years ago

Done