What is player-idle-timeout in server.properties?

Discussion in 'Bukkit Help' started by UltraMC, Dec 1, 2013.

Thread Status:
Not open for further replies.
  1. Offline

    UltraMC

    What is player-idle-timeout in server.properties and what values it takes?
     
  2. Offline

    UltraMC

  3. Offline

    andrewpo

    Found this by googling 'player-idle-timeout' - I don't get why you didn't do the same!

    Here you go:


    If non-zero, players are kicked from the server if they are idle for more than that many minutes.
    Note: Idle time is reset when the server receives one of the following packets:
    • 102 (0x66) WindowClick
    • 108 (0x6c) ButtonClick
    • 130 (0x82) UpdateSign
    • 14 (0xe) BlockDig
    • 15 (0xf) Place
    • 16 (0x10) BlockItemSwitch
    • 18 (0x12) ArmAnimation
    • 19 (0x13) EntityAction
    • 205 (0xcd) ClientCommand
    • 3 (0x3) Chat
    • 7 (0x7) UseEntity

    So a player will be kicked if they are idle (AFK) how however many minutes you put after the equals sign. Zero means that they will not be kicked for being idle (AFK)
     
  4. Offline

    UltraMC

    I googled before posting question and back than google results was empty about it.
     
Thread Status:
Not open for further replies.

Share This Page