is it possible to (again) have to the output to chat when a player is kicked with the reason as well as console.
{
"Console": "Kicking {0}... ({1})",
Output to chat as well as consoleSuggestion
To chat is possible sure, would probably use the permission system for that.
What do you exactly mean with console? Server/Client? Currenlty it ouputs the message via the Logs function, which should be visible in the Server Console.
it used to show in chat so that everyone could see why they were kicked . it was something you could joke about when some fool who didnt read the server description would repeatedly get kicked for having a *private profile etc.
I see, didnt understand it to 100%.
I quickly implemented it, but couldnt test it yet. You can try that version here: https://github.com/Sapd/SteamChecksReborn/blob/master/SteamChecks.cs
Make sure to delete your config or add "BroadcastKick": true, (e.g. after the apikey). Then just use the "Console" lang key to modify the message.
If it works, I can push it then here.
Thanks for the update , but like all "check" plugins i wont know until someone with a private profile etc tries to join the game, i hope you will release the update anyway just to ensure that i installed the github version correctly