
Teams API
TeamsAPI is a passive, server-side bridge plugin for Paper servers, inspired by Vault
20
0
TeamsAPI 1.4.1 (BungeeCord) [Experimental]
beta10 мая 2026 г.Fixed
- Publish workflow was uploading
original-teams-api-plugin-*.jar(the pre-shade backup) to Modrinth instead of the shaded fat JAR. Servers loading this artifact received aNoClassDefFoundErrorforcom.skyblockexp.teamsapi.api.TeamsAPI. The JAR-locate step now correctly excludesoriginal-*.jar(prefix) rather than*-original.jar(suffix).
TeamsAPI 1.4.1 (Velocity) [Experimental]
beta10 мая 2026 г.Fixed
- Publish workflow was uploading
original-teams-api-plugin-*.jar(the pre-shade backup) to Modrinth instead of the shaded fat JAR. Servers loading this artifact received aNoClassDefFoundErrorforcom.skyblockexp.teamsapi.api.TeamsAPI. The JAR-locate step now correctly excludesoriginal-*.jar(prefix) rather than*-original.jar(suffix).
TeamsAPI 1.4.1
release10 мая 2026 г.Fixed
- Publish workflow was uploading
original-teams-api-plugin-*.jar(the pre-shade backup) to Modrinth instead of the shaded fat JAR. Servers loading this artifact received aNoClassDefFoundErrorforcom.skyblockexp.teamsapi.api.TeamsAPI. The JAR-locate step now correctly excludesoriginal-*.jar(prefix) rather than*-original.jar(suffix).
Teams API 1.4.0
release10 мая 2026 г.Added
TeamClaimmodel interface: read-only representation of a claimed chunk (teamId,worldName,chunkX,chunkZ,claimedAt).TeamsClaimServiceinterface: optional extension service for chunk-claim management. Methods:claimChunk,unclaimChunk,unclaimAll,getClaimAt,getTeamClaims,getClaimCount,isClaimed,isClaimedBy,getTeamMaxClaims(-1 means unlimited).TeamsPowerServiceinterface: optional extension service for player and team power. Methods:getPlayerPower,getPlayerMaxPower,setPlayerPower,getTeamPower,getTeamMaxPower.TeamClaimEvent(cancellable): fired before a chunk is claimed.TeamUnclaimEvent(cancellable): fired before a chunk is unclaimed.TeamsAPIfacade methods:registerClaimProvider,unregisterClaimProvider,getClaimService,isClaimAvailable,registerPowerProvider,unregisterPowerProvider,getPowerService,isPowerAvailable.TeamsAPI.API_VERSIONbumped to1.4.0.
Teams API 1.3.0
release10 мая 2026 г.Plugin
- Expanded platform support: Spigot, Purpur, and Folia 1.16+ declared alongside Paper.
plugin.ymlapi-version: '1.16'andfolia-supported: true.- Multi-Release JAR: base classes compiled at Java 17; versioned classes at Java 25.
TeamsAPI.API_VERSIONbumped to1.3.0.- Publish workflow builds all JARs, deploys API artifact to GitHub Packages, creates a GitHub Release, and uploads to Modrinth.
Velocity Bridge
- New
teams-api-velocitymodule: Velocity proxy bridge. Proxy-side plugins can query team data asynchronously viaVelocityTeamsAPI,VelocityTeamsService,VelocityTeam,VelocityTeamMember, andVelocityTeamRole. - Redis multi-proxy support: optional Redis Pub/Sub bridge (
redis.enabled: trueinconfig.yml). Queries that cannot be fulfilled locally are forwarded to another proxy in the network, enabling cross-proxy team queries across multiple Velocity instances behind a shared Redis server. config.ymlgenerated on first startup. Configurable: Redis host, port, password, database, key prefix, connection pool sizes, socket timeout, and query timeout.- Query timeout configurable via
query.timeout-seconds(default 5 s).
BungeeCord Bridge
- New
teams-api-bungeecordmodule: BungeeCord / Waterfall proxy bridge. Mirrors the Velocity bridge viaBungeeTeamsAPI,BungeeTeamsService,BungeeTeam,BungeeTeamMember, andBungeeTeamRole. - Redis multi-proxy support: optional Redis Pub/Sub bridge (
redis.enabled: trueinconfig.yml). Queries that cannot be fulfilled locally are forwarded to another proxy in the network, enabling cross-proxy team queries across multiple BungeeCord instances behind a shared Redis server. config.ymlgenerated on first startup. Configurable: Redis host, port, password, database, key prefix, connection pool sizes, socket timeout, and query timeout.- Query timeout configurable via
query.timeout-seconds(default 5 s).
Совместимость
Создатели
Детали
Лицензия:MIT
Опубликован:3 недели назад
Обновлён:11 часов назад
