Broadcasts the coordinates of players when they go AFK. Requires use of the Purpur Minecraft server.
Go to file
TheTechRobo c6ea6b823e Update 'README.md' 2022-08-27 14:13:57 -04:00
.settings Init 2022-08-26 15:28:09 -04:00
images Upload files to 'images' 2022-08-27 14:12:00 -04:00
src/main/java/troll_the_afks Init 2022-08-26 15:28:09 -04:00
.classpath Init 2022-08-26 15:28:09 -04:00
.gitignore Init 2022-08-26 15:28:09 -04:00
.project Init 2022-08-26 15:28:09 -04:00
README.md Update 'README.md' 2022-08-27 14:13:57 -04:00
plugin.yml Init 2022-08-26 15:28:09 -04:00
pom.xml Init 2022-08-26 15:28:09 -04:00

README.md

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.