AfkDisplay
Show which players are AFK in the player list. Fully configurable and with Placeholder API support.
3K загрузок35 подписчиковMITfabric
Обновлён 2 мая 2023 г. · опубликован 17 июня 2022 г.
AfkDisplay
Show which players are AFK in the player list. Fully configurable and with Placeholder API support.

Configuration
The configuration is located in afkdisplay.toml inside your servers config folder.
# Allows you to disable the /afk command to mark yourself or other players (only for operators) as AFK
enableAfkCommand = true
# This will be the value of the placeholder %player:afk% if a player is AFK
afkPlaceholder = "[AFK]"
[packetOptions]
# The time without actions after which a player is considered AFK. Set to -1 to disable automatic AFK detection.
timeoutSeconds = 180
# Consider players that moved no longer AFK (enables easy bypass methods like AFK pools)
resetOnMovement = false
# Consider players which looked around no longer AFK
resetOnLook = false
[playerListOptions]
# Change the playerlist name for players who are AFK
enableListDisplay = true
# The color for AFK players in the playerlist
afkColor = "gray"
# The name that is shown in the playerlist if a player is AFK
afkPlayerName = "[AFK] %player:displayname%"
[messageOptions]
# Enabled chat messages when a player goes AFk or returns.
enableChatMessages = true
# The color of those chat messages
messageColor = "yellow"
# The message content
wentAfk = "%player:displayname% is now AFK"
returned = "%player:displayname% is no longer AFK"
Версии
| Версия | Канал | Игра | Загрузчики | Дата | Скачать |
|---|---|---|---|---|---|
| 1.1.0 | Релиз | 1.19.1, 1.19.2, 1.19.3, 1.19.4 | fabric | 2 мая 2023 г. | Скачать (203 КБ) |
| 1.0.2+1.19.3 | Релиз | 1.19.3, 1.19.4 | fabric | 1 мая 2023 г. | Скачать (80 КБ) |
| 1.0.1+1.19 | Релиз | 1.19, 1.19.1, 1.19.2 | fabric | 17 июня 2022 г. | Скачать (80 КБ) |
| 1.0.0+1.18.2 | Релиз | 1.18.2 | fabric | 17 июня 2022 г. | Скачать (80 КБ) |
Ченджлог
1.1.0Релиз1.19.2, 1.19.3, 1.19.4 · 2 мая 2023 г.
- Use Placeholder API for texts
- Add configurable
player:afkplaceholder
- Add configurable
- Add
/afkcommand to mark yourself as AFK- Operators can mark other players as AFK using
/afk player
- Operators can mark other players as AFK using
- More configuration options!
1.0.2+1.19.3Релиз1.19.3, 1.19.4 · 1 мая 2023 г.
Update to Minecraft 1.19.3. Thanks to @haykam821!
1.0.1+1.19Релиз1.19, 1.19.1, 1.19.2 · 17 июня 2022 г.
Update to Minecraft 1.19
1.0.0+1.18.2Релиз1.18.2 · 17 июня 2022 г.
A Minecraft mod to show which players are afk in the player list
Комментарии
Загружаем…