dominik-korsa / discord-integration

Spigot plugin that allows to sync messages in a Discord server and Minecraft chat
https://www.spigotmc.org/resources/discord-integration.91088/
MIT License
18 stars 3 forks source link

[Bug] Status Showing as Idle #12

Closed FlyGuyGo closed 2 years ago

FlyGuyGo commented 2 years ago

Sometimes the status of my bot, using this plugin, shows as Idle. It didn't used to do this in the previous version. This a minor bug but nonetheless I wanted to bring it to your attention.

aszancer commented 2 years ago

This is a specially implemented feature, not a bug. When there are zero players online the bot status automatically changes to Idle. When someone later joins the server the status will change back to Online.

dominik-korsa commented 2 years ago

It's not a bug, it's a feature 😄 You can always disable it by setting the activity.idle-when-no-players-online to false (keep in mind you might have to add this line to the config)

dominik-korsa commented 2 years ago

https://github.com/dominik-korsa/discord-integration/blob/main/src/main/resources/config.yml#L51

FlyGuyGo commented 2 years ago

Thank you for pointing out the extra config option!