diff options
author | Daniel Matthies <mageluingil@gmail.com> | 2021-06-06 11:03:56 -0600 |
---|---|---|
committer | Daniel Matthies <mageluingil@gmail.com> | 2021-06-06 11:03:56 -0600 |
commit | 60ea4b40e716fd5bb7130bb0c4c0a3bad22074c7 (patch) | |
tree | cb651c5b81f373adfbc091fda8153331aea42141 | |
parent | Add config deprecation notice (diff) | |
download | shulker-60ea4b40e716fd5bb7130bb0c4c0a3bad22074c7.tar.gz shulker-60ea4b40e716fd5bb7130bb0c4c0a3bad22074c7.zip |
Missed an old 1.12 death message in the regex
Diffstat (limited to '')
-rw-r--r-- | config.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.json b/config.json index 07e1850..095ec5b 100644 --- a/config.json +++ b/config.json @@ -29,7 +29,7 @@ "WEBHOOK": "/minecraft/hook", "REGEX_SERVER_PREFIX": "\\[Server thread/INFO\\]:", "REGEX_MATCH_CHAT_MC": "^<([^>]*)> (.*)", - "REGEX_DEATH_MESSAGE": "^[\\w_]+ (died|drowned|blew up|fell|burned|froze|starved|suffocated|withered|walked into a cactus|experienced kinetic energy|discovered the floor was lava|tried to swim in lava|hit the ground|didn't want to live|went (up in flames|off with a bang)|walked into (fire|danger)|was (killed|shot|slain|pummeled|pricked|blown up|impaled|squashed|squished|skewered|poked|roasted|burnt|frozen|struck by lightning|fireballed|stung|doomed))", + "REGEX_DEATH_MESSAGE": "^[\\w_]+ (died|drowned|blew up|fell|burned|froze|starved|suffocated|withered|walked into a cactus|experienced kinetic energy|discovered (the )?floor was lava|tried to swim in lava|hit the ground|didn't want to live|went (up in flames|off with a bang)|walked into (fire|danger)|was (killed|shot|slain|pummeled|pricked|blown up|impaled|squashed|squished|skewered|poked|roasted|burnt|frozen|struck by lightning|fireballed|stung|doomed))", "REGEX_IGNORED_CHAT": "packets too frequently", "DEBUG": false, |