What is SimpleTeams?
SimpleTeams is a ground-up team management system for Minecraft servers. It ships with 20+ commands, a rank hierarchy, invite management, team chat, and fully configurable YAML storage.
Every feature is designed for clarity: team data lives in a single readable teams.yml,
chat formatting uses native MiniMessage components, and the plugin targets modern
Paper 1.17+ APIs without legacy baggage.
/team reload.
Requirements
- Java 17 or newer
- Paper 1.17+, Purpur 1.17+, or Spigot 1.17+
- No hard dependencies — MiniMessage and Adventure are bundled on Paper
- Optional integrations: bStats, FastStats
Installation
Download
Grab the latest jar from Modrinth or GitHub Releases.
Drop into /plugins
Move SimpleTeams-<version>.jar into your server's plugins/ folder. No extra libraries needed.
Start the server
Launch Paper / Purpur / Spigot. Config files and teams.yml are generated automatically on first run.
Configure
Edit plugins/SimpleTeams/config.yml and messages.yml, then run /team reload.
Quick Start
Once installed, players can immediately start using teams:
/team create Warriors
/team invite Notch
/team accept
/team chat
/team info
Admins can moderate across all teams:
/team adminkick <player>
/team setleader <team> <player>
/team reload