Hello and welcome to a new DiscordConsole update.
This update was focused mostly on bug fixes and improvements.
**Bug fixes and improvements**
- Fixed issue where if multiple plugins had the same libraries as DiscordConsole the server would encounter an error.
- Switched from kotlin coroutines to bukkit task schedulers (which made the total plugin size way smaller than before)
- Updated the libraries used to new versions
- Updated .gitignore (In order to avoid uploading certain files on github)
- Stopped using Date.parse and switched to Instant.parse
- Ability to not display the discord status entirely (which means that the plugin won't set the bot's status to anything)
- As in the last few updates, implemented a method to automatically update the configuration with the new values
- Fixed issues with bukkit scheduling (I made an oopsie)
- Fixed the issue where the plugin would stop working if the bot got disconnected and was unable to resume
- Updated wiki with new recommended settings (enabling the message content intent)
- Added bstats (
https://bstats.org/plugin/bukkit/DeltaRays-DiscordConsole/12819) so that I can better find out which features to update.
- Added timezone support. Now instead of using UTC the plugin will use the system timezone to display dates.