Actually apply (and tweak) CrashReportMixin - fixes "server crashed" messages not being sent to Discord at all
Also fix mcmod.info
Allow blacklisting certain Discord applications / users from sending messages to Minecraft (via user ID; configurable)
Allow bridging webhook messages to Minecraft (configurable)
Actually apply (and tweak) CrashReportMixin - fixes "server crashed" messages not being sent to Discord at all
Also fix mcmod.info
Adjust CrashReportMixin injection point - fixes chat being spammed with "Server crashed :(" whenever a mod instantiates a CrashReport
Run the treadmill (port to 1.21.5)
Port to 1.21.2 thru 1.21.4 again!!
Migrate to Placeholder API's new API: QuickText is now supported! However, Simplified Text Format is still permitted, so no user-side changes (to the config) are required
Also, the default config was updated to make use of QuickText
CrashReport#writeToFile has a different signature on 1.21 and above apparently
Invert enable_everyone_and_here check - having it set to FALSE should now actually disable @everyone and @here instead of enabling it
Relocate shadow'd packages
Sync with 1.20.1 branch
Invert enable_everyone_and_here check - having it set to FALSE should now actually disable @everyone and @here instead of enabling it
Backport server crash detection from 1.21.4 (that I somehow lost the source code for...)
Don't send "server stop" message if server crashed
Port to 1.21.4
Allow sending a message to Discord when the server crashes
Allow sending a message to Discord when the server crashes
Add a missing instanceof - we don't want any turtles getting achievements, now do we?
Sync with 1.7.10 branch
Fix player chat messages including the username block and merge control code stripping from the 1.7.10 branch