AFK Dim Names
Dim player names when they go AFK. Shows above their heads and in the server list.
Quick challenge
How far can you run before the mobs catch you?
Minecraft check
Confirm your run
Complete the quick check to get your code.
AFK Dim Names
AFK Dim Names
An add-on for Detect AFK Players.
Dims player names when they go AFK. This works by adding them to a team called `afk`. If players are on a team already when they go AFK, they will not be added to the AFK team.
The `afk` team can be modified. An example is to add the "AFK" prefix or suffix to player names:
``` /team modify afk prefix "AFK " ```
By default, only the name color is changed. This is to give you the freedom to decide what you do and don't need!

To disable collision with AFK players: ``` /team modify afk collisionRule never ```
This datapack is stupidly simple and is a good place to start if you want to see a reference for how to integrate with Detect AFK Players. The code is MIT licensed and open source, so feel free to modify it as you want.