Getting Started
Get SimpleTeams running on your Paper or Folia server in a few minutes.
Requirements
Before installing, make sure your server meets the minimum requirements. SimpleTeams targets modern Paper builds — legacy Spigot is also supported but Paper is recommended.
| Dependency | Version | Required |
|---|---|---|
| Paper / Folia | 1.21 or newer | Required |
| Java | 21 or newer | Required |
| PlaceholderAPI | 2.11.0 or newer | Optional |
Installation
Installation is a standard plugin drop-in. No build step required.
Download the jar
Grab the latest release from Modrinth or GitHub Releases. Always prefer the Modrinth release for stable builds.
Drop it into your plugins folder
Copy SimpleTeams-x.x.x.jar into your server's /plugins directory.
Start the server
Start or restart your server. SimpleTeams will generate its configuration files under /plugins/SimpleTeams/ on first run.
Verify it loaded
Run /plugins or check the console for the SimpleTeams startup banner confirming the plugin loaded correctly.
messages.yml and configure limits, chat formatting, and invites in config.yml.
Integrations
SimpleTeams detects supported plugins at startup and hooks into them automatically. No extra configuration is required to enable a hook — just have the plugin loaded before SimpleTeams starts.
PlaceholderAPI
Installing PlaceholderAPI automatically registers the SimpleTeams expansion, exposing placeholders for team name, rank, prefix, leader, member count, and more. Use %simpleteams_<placeholder>% in any PAPI-compatible plugin.
Paper API
On Paper servers, SimpleTeams uses AsyncChatEvent for chat formatting and rendering. All messages are sent through the Adventure API using MiniMessage format.
Folia
SimpleTeams detects Folia at runtime and uses region-aware scheduling for async and sync tasks. Folia support is built-in — no extra configuration required.