/
TeamsAPI now ships official extensions for three popular team plugins. Drop the
extension JAR in your plugins/ folder alongside the team plugin and TeamsAPI
will automatically pick it up as a provider. No code changes needed.
TeamsAPI 2.2.0 introduces three ready-to-use provider extensions. Each is
bundled inside the main teams-api-plugin JAR and provisioned automatically to
plugins/TeamsAPI/extensions/ on first startup.
BetterTeams
extension (teams-api-extension-betterteams)
invitePlayer and declineInvite work for offline players;
acceptInvite requires the invitee to be online at the time of the call.ALLY and NEUTRAL; BetterTeams does not model
enemies or truces.MEMBER, ALLY, and NEUTRAL relation constants are supported.Towny Advanced extension
(teams-api-extension-towny)
MEMBER, ALLY, ENEMY, and NEUTRAL relation constants are supported;
TRUCE is normalized to NEUTRAL.KingdomsX extension
(teams-api-extension-kingdomsx)
false (require a live
KingdomPlayer context not available through TeamsAPI).getPlayerMaxPower and getTeamMaxPower always return
0.0 (KingdomsX does not expose a per-player power ceiling in its public
API).MEMBER, ALLY, TRUCE, ENEMY, and NEUTRAL relation constants are
supported; relations are applied symmetrically.| Command | Permission | Description |
|---|---|---|
/teamsapi install <extension> | teamsapi.install (op) | Copies a bundled extension JAR to plugins/TeamsAPI/extensions/. Valid names: betterteams, towny, kingdomsx. |
/teamsapi load <file>.jar | teamsapi.load (op) | Loads and enables an extension from plugins/TeamsAPI/extensions/ without a server restart. |
plugins/TeamsAPI/extensions/ on startup automatically. Nothing to
download for first-time setup./teamsapi install betterteams (or towny / kingdomsx) to stage the
extension for the next restart, or run /teamsapi load teams-api-extension-betterteams-2.2.0.jar to activate it immediately
without a restart.Full details and a feature matrix are in the Provider Catalog.

TeamsAPI is a passive, server-side bridge plugin for Minecraft servers, inspired by Vault