/
TeamsChestService interface for team chest access:
getChestIds(teamId), getContents(...), setContents(...), addItem(...), and removeItem(...).TeamsAPI chest facade methods:
getChestService(), isChestAvailable(),
registerChestProvider(plugin, service),
registerChestProvider(plugin, service, priority),
and unregisterChestProvider(service).TeamsAPIChestTest for chest provider registration, null-safety,
priority registration, and service independence from core TeamsService.provider-chests (provider implementation/registration guidance) and
consumer-chests (consumer usage patterns and fallback guards).2.2.0 to 2.3.0 (non-breaking minor release).TeamsAPI.API_VERSION bumped to 2.3.0.2.3.0 dependency examples.
TeamsAPI is a passive, server-side bridge plugin for Minecraft servers, inspired by Vault