Admin Commands
/team adminkick <player>
admin
/team disband <team>
admin
/team setleader <team> <player>
admin
/team reload
admin
Bypass Permissions
The simpleteams.admin.bypass permission allows staff to:
- Join closed teams without an invite
- Ignore team membership limits where applicable
This is useful for event staff or moderators who need to inspect or join any team.
Storage & Backups
All team data is stored in plugins/SimpleTeams/teams.yml. To back up:
- Run
/team reloadto ensure all data is flushed to disk - Copy
teams.ymlto your backup location
The file is human-readable and can be edited manually while the server is stopped. Invalid entries are skipped with a console warning on load.
Update Checking
SimpleTeams checks Modrinth for updates on startup. This can be disabled in config:
update-checker:
enabled: false
When an update is found, a message is sent to the console and to online players with simpleteams.admin.reload.