| Name | idle_timeout | 
| Object | server | 
| Input | DurationTag | 
| Related Tags | <server.idle_timeout>Returns the server's current idle timeout limit (how long a player can sit still before getting kicked). (...) | 
| Description | Sets the server's current idle timeout limit (how long a player can sit still before getting kicked). Will be rounded to the nearest number of minutes. Set to 0 to disable automatic timeout kick. | 
| Generated Example |  | 
| Source | https://github.com/DenizenScript/Denizen/blob/dev/plugin/src/main/java/com/denizenscript/denizen/tags/core/ServerTagBase.java#L1924 |