▶️ ЗАБЕРИ СВОИ 8 ПОДАРКОВ 🎁 ПРИ СОЗДАНИИ СВОЕГО МАЙНКРАФТ СЕРВЕРА
Моды/Teams API
Teams API

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 a NoClassDefFoundError for com.skyblockexp.teamsapi.api.TeamsAPI. The JAR-locate step now correctly excludes original-*.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 a NoClassDefFoundError for com.skyblockexp.teamsapi.api.TeamsAPI. The JAR-locate step now correctly excludes original-*.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 a NoClassDefFoundError for com.skyblockexp.teamsapi.api.TeamsAPI. The JAR-locate step now correctly excludes original-*.jar (prefix) rather than *-original.jar (suffix).

Teams API 1.4.0

release10 мая 2026 г.

Added

  • TeamClaim model interface: read-only representation of a claimed chunk (teamId, worldName, chunkX, chunkZ, claimedAt).
  • TeamsClaimService interface: optional extension service for chunk-claim management. Methods: claimChunk, unclaimChunk, unclaimAll, getClaimAt, getTeamClaims, getClaimCount, isClaimed, isClaimedBy, getTeamMaxClaims (-1 means unlimited).
  • TeamsPowerService interface: 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.
  • TeamsAPI facade methods: registerClaimProvider, unregisterClaimProvider, getClaimService, isClaimAvailable, registerPowerProvider, unregisterPowerProvider, getPowerService, isPowerAvailable.
  • TeamsAPI.API_VERSION bumped to 1.4.0.

Documentation · Modrinth

Teams API 1.3.0

release10 мая 2026 г.

Plugin

  • Expanded platform support: Spigot, Purpur, and Folia 1.16+ declared alongside Paper.
  • plugin.yml api-version: '1.16' and folia-supported: true.
  • Multi-Release JAR: base classes compiled at Java 17; versioned classes at Java 25.
  • TeamsAPI.API_VERSION bumped to 1.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-velocity module: Velocity proxy bridge. Proxy-side plugins can query team data asynchronously via VelocityTeamsAPI, VelocityTeamsService, VelocityTeam, VelocityTeamMember, and VelocityTeamRole.
  • Redis multi-proxy support: optional Redis Pub/Sub bridge (redis.enabled: true in config.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.yml generated 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-bungeecord module: BungeeCord / Waterfall proxy bridge. Mirrors the Velocity bridge via BungeeTeamsAPI, BungeeTeamsService, BungeeTeam, BungeeTeamMember, and BungeeTeamRole.
  • Redis multi-proxy support: optional Redis Pub/Sub bridge (redis.enabled: true in config.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.yml generated 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).

Documentation · Modrinth

Совместимость

Minecraft: Java Edition

26.1.x1.21.x1.20.x1.19.x1.18.x1.17.x1.16.x

Поддерживаемые окружения

Сервер

Создатели

Детали

Лицензия:MIT
Опубликован:3 недели назад
Обновлён:11 часов назад
Главная