Teams API icon

Teams API -----

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



Teams API 2.5.0 - Role Prefix Override
Non-breaking additions. No changes required for existing providers or consumers.

Added
Convenience methods
  • TeamsService.getTeamIds() - returns all team UUIDs for iteration without loading full team objects.
  • Team.getOwner() - default method returning the owner's TeamMember record.
  • VelocityTeam.getMemberUUIDs() - returns UUIDs of all members.
  • VelocityTeam.getOwner() - default method returning the owner's record.
Role prefix reset
New resetPrefixOverride() method on both TeamRole and TeamRoleDefinition clears any active prefix override, restoring the built-in default:

Code (YAML):

TeamRole.OWNER.setPrefixOverride ( "[Lord]" );
TeamRole.OWNER.resetPrefixOverride ( ); // back to "Owner"
 
Equivalent to calling setPrefixOverride(null).

  • TeamsAPI.API_VERSION updated to 2.5.0.
Changed
  • docs/api.md Team lookup section now correctly lists getTeam, getTeamByName, and getPlayerTeam alongside getAllTeams, getTeamCount, and getTeamIds.
  • docs/velocity.md updated to document getMemberUUIDs() and getOwner() on VelocityTeam.
Migration
No behavioural changes for existing providers or consumers.
----------, Jun 5, 2026
Resource Information
Author:
----------
Total Downloads: 134
First Release: May 3, 2026
Last Update: Jun 5, 2026
Category: ---------------
All-Time Rating:
0 ratings
Find more info at ez-plugins.github.io...
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings