szutilpack/szutil_idlekick
Aaron Suen 079c21a58b Don't return player name on craft in idlekick
Apparently this causes games that use engine crafting to replace
the recipe output with an unknown item with the player's name.

Fixes https://gitlab.com/sztest/szutilpack/-/issues/4
2022-07-05 06:44:31 -04:00
..
README Mod to kick idle players 2021-08-18 08:08:25 -04:00
init.lua Don't return player name on craft in idlekick 2022-07-05 06:44:31 -04:00
mod.conf Mod to kick idle players 2021-08-18 08:08:25 -04:00

README

------------------------------------------------------------------------

This mod kicks players who have been idle (no evidence of any input for
a certain amount of time) automatically.  This can be used to prevent
players from idling on a server and using resources, or to automatically
disconnect connected devices so players can hop onto a different
device even if they left the original device unattended but running.

The timeout is controlled by the szutil_idlekick_timeout setting, in
seconds, defaulting to 600 (10 minutes).  The kick reason message can
be customized via szutil_idlekick_reason.

If the szutil_idlekick_invert setting is false, then all players are
subject to idle timeout kicks, except those with the szutil_idlekick
privilege.  If true, then only those with the szutil_idlekick priv are
automatically kicked.

------------------------------------------------------------------------