Ability to send sleepers to jailSuggestion

Need to add to the configuration. Is it possible to send players to jail when they are sleeping or disconnected.

Some violators harm others and leave. And to track their next login to the server is complicated.

+1

This is the only feature I see missing that would make this plugin more convenient. Please consider adding to the next version.

+1 Was just about to make a thread on this. Would be great to jail send steamid when they're offline

Solution:

A quick solution cooked up for anyone still wanting this feature. Search for occurrences of this line:

if (iPlayer != null && iPlayer.IsConnected)

 

Then replace anything found with this instead:

if (iPlayer != null)

 

So far I have not found any obvious negative consequence of making this change and it has the desired effect as a temporary solution, until a future version includes the option. Players are still released from jail after the specified time as well. @k1lly0u - please consider adding a configuration variable for the next version. =]