-
Notifications
You must be signed in to change notification settings - Fork 0
Installation
This page covers the installation and first startup of AFK Area.
For configuration options after installation, continue with Configuration.
AFK Area requires:
- Paper 1.21.4 or newer
- VertexCore 1.1.0 or newer
- A Java version supported by your Paper version
AFK Area itself targets Java 21 bytecode.
AFK Area is designed for Paper servers and does not currently support Spigot.
VertexCore 1.1.0 or newer is required.
AFK Area uses VertexCore for command registration, configuration handling and database/persistence support.
AFK Area will not start without a compatible VertexCore version.
Install WorldGuard and WorldEdit if you want to use existing WorldGuard regions as AFK areas.
Native cuboid AFK areas do not require WorldGuard.
See WorldGuard Integration for setup details.
PlaceholderAPI enables AFK Area placeholders for other plugins.
See PlaceholderAPI & TAB.
TAB can be used for external player-list formatting.
When TAB is installed together with PlaceholderAPI, AFK Area can provide its tab suffix through %afkarea_tab_suffix%.
See PlaceholderAPI & TAB.
- Stop the server.
- Install VertexCore 1.1.0 or newer in the server's
pluginsdirectory. - Place the AFK Area JAR in the same
pluginsdirectory. - Install any optional integrations you want to use.
- Start the server.
Basic installation:
plugins/
├── AFKArea.jar
└── VertexCore.jar
With optional integrations:
plugins/
├── AFKArea.jar
├── VertexCore.jar
├── WorldEdit.jar
├── WorldGuard.jar
├── PlaceholderAPI.jar
└── TAB.jar
Only VertexCore is required.
During startup, AFK Area detects integrations, validates configuration, initializes persistence, loads stored data and starts its AFK/reward/display services.
The first startup creates:
plugins/AFKArea/
├── config.yml
└── messages.yml
JSON persistence is used by default, so no external database is required.
Check the console for:
AFKArea has been enabled
You can also test:
/afk
/afkarea
If AFK Area does not start, see Troubleshooting.
For WorldGuard regions, see WorldGuard Integration.
AFK Area Wiki
Setup
Administration
Integrations & Storage
Help