Skip to content

Commit

Permalink
autogg changes (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
MicrocontrollersDev authored Jun 22, 2024
1 parent d30b434 commit 6e8e552
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion regex.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,15 @@
"^ +Zombies - \\d*:?\\d+:\\d+ \\(Round \\d+\\)$",
"^ +. YOUR STATISTICS .$",
"^ {36}Winner(s?)$",
"^ {21}Bridge CTF [a-zA-Z]+ - \\d\\d:\\d\\d$"
"^ {21}Bridge CTF [a-zA-Z]+ - \\d\\d:\\d\\d$",
"^ {35}GAME OVER!$",
"^ {32}Party Games$"
],
"en": {
"autoQueuePrefixGlobal": "^(?:You died! .+|YOU DIED! .+|You have been eliminated!|You have permanently died! .+|You won! .+|YOU WON! .+)$",
"autoFriendPattern": "Friend request from (?<name>.+)\\[ACCEPT] - \\[DENY] - \\[IGNORE].*",
"autoAfkReplyPattern": "^From (\\[.+?] )?(.+?): .+$",
"chatCleanerKarmaMessages": "^\\+(?<karma>\\d)+ Karma!$",
"chatCleanerJoin": "(?:sled into|slid into|joined|spooked into) the lobby",
"chatCleanerTicketAnnouncer": "^(?<player>(?!You )\\w{1,16} )has found an? .+$",
"chatCleanerSoulWellFind": "^.+ has found .+ in the Soul Well!$",
Expand Down Expand Up @@ -76,6 +79,8 @@
"cannotShoutBeforeGame": "You can't use /shout before the game has started.",
"cannotShoutAfterGame": "You can't use /shout after the game has finished.",
"hypixelLevelUp": "You are now Hypixel Level (?<level>\\d+)!",
"casualGameEnd": "^(?:MINOR EVENT! .+ in .+ ended|DRAGON EGG OVER! Earned [\\d,]+XP [\\d,]g clicking the egg \\d+ times|GIANT CAKE! Event ended! Cake's gone!|PIT EVENT ENDED: .+ \\[INFO\\])$",
"cancelGgMessages": "^(?:.* )?(?:\\[.+] )?\\w{1,16}(?: .+)?: (?:❤|gg|GG|gf|Good Game|Good Fight|Good Round! :D|Have a good day!|<3|AutoGG By Sk1er!|AutoGG By Hytils Reborn!|gf|Good Fight|Good Round|:D|Well Played!|wp)$",
"cancelGlMessages": "(?!.+: )( gl(?!\\w)|glhf|good luck|have a good game|autogl by sk1er)",
"autoChatReportConfirm": "Please type /report confirm to log your report for staff review.",
"autoPartyWarpConfirm": "Some players are still in-game, run the command again to confirm warp!",
Expand Down

0 comments on commit 6e8e552

Please sign in to comment.