- Unlink users on leave
- Update Dependencies
- Show better error message if FAQ is too long
- Limit the autocomplete suggestion return value length to fix no options showing up
- Added the
/listfaq
command
Fix tps command using wrong numbers for calculation
-
Introduce webhook chat sync, allowing for user imitation
IMPORTANT INFO: If you don't want to manually set the webhook URL, the bot needs to have the MANAGE_WEBHOOKS permission
- Port to 1.20.4 and NeoForge
- Removed Forge as a supported Platform for Minecraft > 1.20.1
- JiJ SQLite and Commonmark dependencies, allowing better compatibility and removing the SQLite JDBC dependency
- Handle messages sent by commands too (i.e.
say hello
)
- Message Embeds to better represent Minecraft messages on Discord
- Fix
/link
Minecraft command not being registered on Forge - Implement Markdown parsing for Discord to Minecraft message sync
- Implement automatically converting URLs to clickable links in Minecraft chat
- Replace blocked URLs before sending Minecraft chat to Discord
Allow providing token via config
- Unlink other Discord users with permissions
- Customizable text for basically anything
/headpat
command- More graceful shutdown
/link
as a Minecraft command for people who want to be linked but are already whitelisted by another way- Exception handling for commands server side, resulting in less commands that don't get a response
- Management Commands:
/tps
/usage
/stop
/uptime
- Stop Minecraft usernames being formatted as Markdown on Discord
- Rework enabled commands config
- Solve Compatibility issue with GML on Forge
- Fix empty whitelist Database handling
- Config option to disable
/unlink
- Async bot startup
- Make
/reload
command remove no longer registered commands - Update dependencies
- Make SQLite driver an external dependency, allowing compatibility with Ledger
Initial Release