AFK Checkers

For play-time rewards

This mechanism is used to identify AFK (away from keyboard) players and ensure they do not receive playing time while inactive. It uses the system from Essentials or CMI and does not automatically grant play-time progress towards rewards for AFK players. This option can be toggled in config.yml:

enable-afk-checker: true

You can also configure (also in config.yml) whether the player can claim the reward immediately upon first connection or after a session waiting period. This helps prevent reward collection from multiple accounts.

first-time-join-required-play-time: 100
session-required-play-time: 10

You can also set certain worlds in config.yml where time will not be added for the player at all.

worlds-with-disabled-playtime-tracking:
  - 'afkworld'
  - 'someworld'
  - 'anotherworld'

Last updated