-
Notifications
You must be signed in to change notification settings - Fork 0
Troubleshooting
Always check the server console first. AFK Area reports configuration errors, missing integrations, invalid regions and persistence failures there.
Check:
- You are running Paper.
- VertexCore 1.1.0 or newer is installed and enabled.
- Your Java version is supported by your Paper build.
-
config.ymlis valid. - The console does not report database initialization failures.
Check the configured target:
afk:
auto-teleport:
target-area: spawn-afkThen verify:
- Area exists
- Area is enabled
- Teleport destination is set
- Destination world is loaded
Inspect:
/afkarea info spawn-afk
Check:
afk.auto-teleport.enabled: true- Correct target ID
- Valid teleport destination
teleport-after-seconds >= mark-after-seconds- Player does not have
afkarea.bypass.auto-afk - Player is not spectator, dead or sleeping
Use:
/afkarea status <player>
Check whether the player continuously generates tracked activity.
Also check:
afkarea.bypass.auto-afk
Check:
- WorldEdit is installed.
- WorldGuard is installed and enabled.
- The region exists.
- The stored world exists.
- The region ID is correct.
Inspect:
/afkarea info <id>
Check:
- Player is inside the expected area
- Reward configuration exists
- Reward is enabled
- Reward has at least one command
- Weight is greater than
0 - Player meets reward permission requirements
- Player does not have
afkarea.bypass.rewards - IP reward limit allows the player
- Schedule is valid
Useful commands:
/afkarea reward info <area>
/afkarea reward list <area>
/afkarea status <player>
This may be the IP limit:
anti-abuse:
max-rewarding-players-per-ip: 2Use:
/afkarea status <player>
For legitimate shared connections, see Anti-Abuse & Households.
Check:
- PlaceholderAPI is installed and enabled
- Console reports PlaceholderAPI integration as available
- You use the
afkareaidentifier - Receiving plugin supports PlaceholderAPI
Test:
%afkarea_state%
Restart after adding PlaceholderAPI to an already running server.
When TAB is installed, AFK Area intentionally disables its native tab marker.
Check:
- PlaceholderAPI is installed
- TAB is enabled
-
%afkarea_tab_suffix%is used in TAB
If TAB is present without PlaceholderAPI, AFK Area logs a warning.
Check:
display:
bossbar:
enabled: true
actionbar:
enabled: trueOr enable them with:
/afkarea display bossbar on
/afkarea display actionbar on
The player must have an active AFK area session.
Look for Configuration error messages in the console.
Common causes:
- Invalid AFK timings
- Invalid IP limit
- Unsupported database backend
- Blank MySQL URL/user
- Invalid table prefix
- Invalid bossbar color/style
When validation fails, the previous active configuration remains in use.
This is expected. Database settings require a server restart.
Each backend has separate storage.
Switching from JSON to H2/MySQL does not automatically migrate old records.
See Database & Storage.
/afkarea list
/afkarea info <area>
/afkarea status [player]
/afkarea stats <player>
/afkarea reward info <area>
/afkarea reward list <area>
/afkarea household info <player>
Include:
- Paper version
- Java version
- AFK Area version
- VertexCore version
- Optional integration versions
- Relevant configuration
- Full error/stack trace
- Steps to reproduce
Issue tracker:
AFK Area Wiki
Setup
Administration
Integrations & Storage
Help