-
Notifications
You must be signed in to change notification settings - Fork 1
Installation
j-gaertig-co-dev edited this page Aug 13, 2026
·
1 revision
- Server software: Paper, Purpur or Folia
- Minecraft version: 1.21.6 up to the latest supported version (currently 26.2)
- Java: 25 or newer (whatever your server platform requires)
- Spigot/Bukkit (without Paper) is not supported — PlainBase relies on Paper-only APIs (Brigadier command registration, region schedulers, etc.).
- Download the
PlainBase-<version>.jarfrom the latest release, Modrinth or Hangar. - Drop the jar into your server's
plugins/folder. - Start (or restart) the server. This generates:
-
plugins/PlainBase/config.yml— the master file, only used to enable/disable modules. -
plugins/PlainBase/modules/*.yml— one file per module, only created for modules once they're referenced.
-
- Open
config.ymland set the modules you want totrue. - Run
/plainbase reload(or restart the server) to apply the change. - Edit the corresponding
modules/<name>.ymlfile to configure that module, then/plainbase reloadagain.
-
PlaceholderAPI — if installed, PlainBase automatically registers its
%plainbase_*%placeholder expansion. Not required; everything else works without it. See PlaceholderAPI.
- Replace the old jar in
plugins/with the new one and restart the server. - Check the console/OP join warnings for outdated config files — PlainBase does not silently rewrite your configs. See Configuration & Versioning for exactly how this works and what to do about it.
- Read the release notes on the Releases page for anything module-specific.