Jails+ has been updated with the following features:
- New config options-
Code (Text):
count-offline: true
If this config option is set to
true, jail duration doesn't pause when prisoner is offline. If it is set to
false, jail duration pauses when prisoner is offline.
Code (Text):
afk-prevention:
detection-time: 600
gui-timeout: 300
countdown-start: 60
This is meant to prevent prisoners to be AFK when serving jail time. A GUI will open up when the prisoner is AFK for "X" time according to
detection-time. The prisoner will have to click the green button in the GUI in "X" time according to
gui-timeout , otherwise will get kicked out of the server for being AFK.
This feature only works when
count-offline is set to
false.