troll-the-afks/README.md

928 B

Broadcasts the coordinates of players when they go AFK.

Screenshot

Requirements

  • Purpur 1.19.2+ (you might be able to compile for older versions)
  • A player-idle-timeout set in server.properties (0 means no timeout; measured in minutes) (For example, if you want to broadcast AFK players' coordinates in the chat when they're AFK for 15 minutes, set it to 15)
  • player.idle-timeout.kick-if-idle set to false (otherwise the players will be kicked when AFK!)

Setup

To set up, first build the JAR file with Maven. (Don't want to? Here's a precompiled one.)

Then, set up the configuration values as shown in Requirements.

You're done! You might want to test it with a low player-idle-timeout (like 1), just to make sure it's working.