2.0.0: New Minecraft <-> Discord syncing
This release has 1 big feature with lots of internal code refactoring/bug fixes for a more stable experience :)
🐛 Reported bugs in Issues (preferred) or on Discord
⭐ New syncing options for Minecraft <-> Event Alerts Discord!
Both of these settings require either your (new) Player Key or Server Key to be set in the config.
You can generate/view your keys here: https://eventalerts.gg/keys (do NOT share these keys!)
Discord -> Minecraft
Configure your Minecraft server to receive event thread messages straight from the Event Alerts Discord (message configurable)
Minecraft -> Discord
Send player connect/disconnect messages to your Discord event thread from Minecraft
Other changes
- Updated event links to go to their appropriate event page on eventalerts.gg
- Now using Event Alerts Java SDK
- Better reliability when interacting with Event Alerts API (such as websockets)
- Easier maintenance
- Better error responses/messages
- New config manager
- Old configs will be automatically migrated
- Comments are gauranteed to stay when config is edited
- Better validation and (de)serialization of objects
- Added
advanced.debugconfig option - Added FastStats for metrics collection
- Added unit tests to catch bugs early