destruc7i0n / shulker

A Discord to Vanilla Minecraft Chat Gateway
ISC License
135 stars 47 forks source link

Death message false positives #70

Closed MageLuingil closed 2 years ago

MageLuingil commented 3 years ago

The current keyword method of detecting death messages allows for false positives, such as this one:

villager-death

A more robust solution would use an actual regex to detect expected death messages at the beginning of the log line. I have a solution that's been running on my server for two weeks now with no apparent issues. (Pull request incoming)

destruc7i0n commented 2 years ago

closed in #71