New Update missing checkFixed
Hey.  Just noticed my bot spamming chat with disconnect messages. 

Dont know if its intended, or if you forgot to add to the leave message check something. 

would be nice if you add the check for config option if the connect messages are enabled : 

if (_config.LeavingMessage.Count <= 0 || !_config.JoiningMessageEnabled) return;

thy 
Hey!
Thank you for your message. I will fix it in the next update, I forgot a check in OnPlayerDisconnected.

Merged post

Fixed.
Locked automatically