BetterAFK

⭐ — (9 endorsements) 📥 2,537 downloads 📌 vb2.3 📅 1/11/2025
🟠 Updated over a year ago

By hassanbwo · bukkit

⬇ Download Mod Source: Modrinth ↗ 📅 Updated: 3/5/2025 📅 Created: 1/11/2025

🔍 Analysis

  • 👍 0.4% endorsement rate
  • 🏆 #848 of 1560 bukkit mods in this game by downloads

📋 About This Mod

✅ PlaceholderAPI Support
✅ Support for vanished players
✅ Optional permission to go AFK
✅ Built on the principle of not stealing performance
✅ With /afk a player can put himself in afk mode
✅ AFK player positions are locked

# BetterAFK !(https://img.shields.io/bstats/servers/24410?color=d55555 ) !(https://img.shields.io/bstats/players/24410?color=d55555 ) !(https://img.shields.io/modrinth/game-versions/OQORWMBK?color=d55555 ) <details> <summary>PlaceholderAPI Support</summary> This is useful if servers use other plugins that change the tab or the scoreboard. This means that the AFK data and values can also be used in other plugins. The following placeholders are available: `%betterafk_afk_status%` (returns AFK, if a player is AFK) `%betterafk_invulnerability_status%` (returns invulnerable, if a player is invulnerable) `%betterafk_afk_query%` (returns true or false, true if a player is AFK) `%betterafk_afk_minutes%` (returns the minutes a player is AFK, nothing if the player is not AFK) Please note that you must also download the PlaceholderAPI plugin here to use this feature: https://www.spigotmc.org/resources/placeholderapi.6245/ </details> A simple stylistic AFK plugin with holograms which is fully customisable. Check the gallery. ### Preview !(https://s20.directupload.net/images/250117/omrmpxks.gif) ### Features **Always check the changelog to find out about the latest features and how they work** - PlaceholderAPI Support - Support for vanished players - Optional permission to go AFK - Built on the principle of not stealing performance - With /afk a player can put himself in afk mode - AFK player positions are locked - kick-feature: The player is kicked from the server after a certain time - immortality-feature: AFK players are invulnerable and cannot take damage - Holograms integrated to make the afk display more modern and clearer - Possibility to start the holograms higher so that they do not overlap - Leave a value for a hologram empty with "" to simply deactivate it - Completely customisable - Built-In reload command (`/betterafk reload`) - Each message and time values can be changed in the config ### Permissons - `betterafk.use` which allows players to go AFK (must first be activated in the config) - `betterafk.reload` which allows players to reload the config.yml. (OP Players can reload the config.yml by deafult) ### Bug report & support If you need help or have a bug please contact our Team via (https://discord.gg/Sww7JtMjga). We will guarantee quick help - Thanks for supporting :) ### config.yml Simple config. Change the messages and time values according to your wishes. Minecraft color codes (use &) fully integrated! ``` # ========================================== # BetterAFK – config.yml # ========================================== # Here you can customise all messages and times according to your wishes. # Minecraft color codes are possible with a "&" # Times are measured in seconds (e.g. 5 minutes = 300 seconds) # Check the plugin page for more information: # https://modrinth.com/plugin/betterafk # ========================================== # If you need help or have a bug please contact our team via discord (https://dsc.gg/betterplugins). # We will guarantee quick help - Thanks for supporting :) # ========================================== # Here you can change the time for when a player is automatically set afk (and if they should) # Also if players should need a permission ("betterafk.use") to go AFK and the error message afk: auto_timeout_enabled: true timeout: 180 require_permission: false no_permission_message: "&7You have no permission to go &cAFK&7." # Here you can deactivate the tab prefix tab_prefix: enabled: true value: " &c&lAFK" # Here you can deactivate the symbol (the barrier) over the holograms if you don't like it or skip one hologram space # if skip_one_hologram is set to true, the holograms start one hologram place higher (If displaying ranks or hearts above the name this is useful) holograms: barrier: true skip_one_hologram: false # Here you can select if a player should be kicked after a certain time and the message if so kick: enabled: true time: 600 message: "&7You were &ckicked &7for being AFK too long!" # Here you can select whether you want to block the position of AFK players and the message for that. # This prevents them from being pushed away (by players, entities or water for example). lock_position: enabled: true message: "&7You can no longer move because you have been marked as &c&lAFK&7. Type &c/afk &7to move again." action_bar_message: "&7You cannot move &c&lwhile AFK&7!" # Here you can choose if a player should be invulnerable and immortal after a certain time in afk mode and the message if so # Note: a value of over 3 seconds is recommended to prevent players from exploiting this feature immortality: enabled: true delay: 10 status: "&ainvulnerable" hologram: true message: "&7You are now

# BetterAFK !(https://img.shields.io/bstats/servers/24410?color=d55555 ) !(https://img.shields.io/bstats/players/24410?color=d55555 ) !(https://img.shields.io/modrinth/game-versions/OQORWMBK?color=d55555 )

PlaceholderAPI Support This is useful if servers use other plugins that change the tab or the scoreboard.

This means that the AFK data and values can also be used in other plugins.

The following placeholders are available:

`%betterafk_afk_status%` (returns AFK, if a player is AFK)

`%betterafk_invulnerability_status%` (returns invulnerable, if a player is invulnerable)

`%betterafk_afk_query%` (returns true or false, true if a player is AFK)

`%betterafk_afk_minutes%` (returns the minutes a player is AFK, nothing if the player is not AFK)

Please note that you must also download the PlaceholderAPI plugin here to use this feature: https://www.spigotmc.org/resources/placeholderapi. 6245/

A simple stylistic AFK plugin with holograms which is fully customisable. Check the gallery. ### Preview !(https://s20.directupload.net/images/250117/omrmpxks.gif)

### Features

Always check the changelog to find out about the latest features and how they work

  • PlaceholderAPI Support
  • Support for vanished players
  • Optional permission to go AFK
  • Built on the principle of not stealing performance
  • With /afk a player can put himself in afk mode
  • AFK player positions are locked
  • kick-feature: The player is kicked from the server after a certain time
  • immortality-feature: AFK players are invulnerable and cannot take damage
  • Holograms integrated to make the afk display more modern and clearer
  • Possibility to start the holograms higher so that they do not overlap
  • Leave a value for a hologram empty with "" to simply deactivate it
  • Completely customisable
  • Built-In reload command (`/betterafk reload`)
  • Each message and time values can be changed in the config

### Permissons - `betterafk.use` which allows players to go AFK (must first be activated in the config) - `betterafk.reload` which allows players to reload the config.yml. (OP Players can reload the config.yml by deafult)

### Bug report & support If you need help or have a bug please contact our Team via (https://discord.gg/Sww7JtMjga). We will guarantee quick help - Thanks for supporting :)

### config.yml Simple config. Change the messages and time values according to your wishes. Minecraft color codes (use &) fully integrated!

``` # ========================================== # BetterAFK – config.yml # ========================================== # Here you can customise all messages and times according to your wishes. # Minecraft color codes are possible with a "&" # Times are measured in seconds (e.g. 5 minutes = 300 seconds) # Check the plugin page for more information: # https://modrinth.com/plugin/betterafk # ========================================== # If you need help or have a bug please contact our team via discord (https://dsc.gg/betterplugins). # We will guarantee quick help - Thanks for supporting :) # ==========================================

# Here you can change the time for when a player is automatically set afk (and if they should) # Also if players should need a permission ("betterafk.use") to go AFK and the error message

afk: auto_timeout_enabled: true timeout: 180 require_permission: false no_permission_message: "&7You have no permission to go &cAFK&7."

# Here you can deactivate the tab prefix

tab_prefix: enabled: true value: " &c&lAFK"

# Here you can deactivate the symbol (the barrier) over the holograms if you don't like it or skip one hologram space # if skip_one_hologram is set to true, the holograms start one hologram place higher (If displaying ranks or hearts above the name this is useful)

holograms: barrier: true skip_one_hologram: false

# Here you can select if a player should be kicked after a certain time and the message if so

kick: enabled: true time: 600 message: "&7You were &ckicked &7for being AFK too long!"

# Here you can select whether you want to block the position of AFK players and the message for that. # This prevents them from being pushed away (by players, entities or water for example).

lock_position: enabled: true message: "&7You can no longer move because you have been marked as &c&lAFK&7. Type &c/afk &7to move again." action_bar_message: "&7You cannot move &c&lwhile AFK&7!"

# Here you can choose if a player should be invulnerable and immortal after a certain time in afk mode and the message if so # Note: a value of over 3 seconds is recommended to prevent players from exploiting this feature

immortality: enabled: true delay: 10 status: "&ainvulnerable" hologram: true message: "&7You are now

🤖 AI-enhanced — based on mod data

📊 Mod Details

Game
Minecraft Plugins
Author
hassanbwo
Version
b2.3
Downloads
2,537
Endorsements
9
Category
bukkit
Created
1/11/2025
Updated
3/5/2025
Game Versions
1.21, 1.21.1, 1.21.2, 1.21.3, 1.21.4
Tags
decoration, management, utility

🔧 How to Install Minecraft Plugins Mods

Download from Modrinth. Use Prism Launcher or drop into your mods folder.

📖 Full step-by-step install guide for Minecraft Plugins →

Visit the official mod page for specific installation instructions for this mod.

🎮 Need cheat codes or console commands? Check ur gaming wiki for Minecraft Plugins commands, item IDs, and more.

❓ Frequently Asked Questions

Which Minecraft Plugins versions does BetterAFK support?

The author lists 1.21, 1.21.1, 1.21.2, 1.21.3, 1.21.4, 1.21.10. Other versions may work but are untested by the author.

What is the latest version of BetterAFK?

Version b2.3, published 2025-03-05 with 2,537 downloads recorded at the source.

Keep browsing — more Minecraft Plugins mods await

📋 All Minecraft Plugins Mods 🏆 Top 25 📂 More bukkit 👤 More by hassanbwo 🔎 Similar Mods 🌐 Best bukkit (All Games) 🔀 Check Compatibility ⚖️ Compare Mods 🆕 New Mods