Skip to content

Make teamChatManager public for optional integrations - #14

Merged
bba5696 merged 1 commit into
bba5696:masterfrom
woterr:feature/public-teamchat-manager
Aug 5, 2026
Merged

Make teamChatManager public for optional integrations#14
bba5696 merged 1 commit into
bba5696:masterfrom
woterr:feature/public-teamchat-manager

Conversation

@woterr

@woterr woterr commented Jul 15, 2026

Copy link
Copy Markdown

Modloader: Fabric
Minecraft version: 26.1.2

Summary

Changes teamChatManager from package-private to public.

This allows external mods to optionally query whether a player has Allied team chat enabled without modifying Allied's behavior.

A companion SDLink PR uses this to prevent Allied team chat messages from being relayed to Discord while keeping Allied as an optional dependency.

Changes

  • Make teamChatManager public.
  • No functional or behavioral changes.
  • No changes to the team chat implementation or state management.

Compatibility

This change is backwards compatible. It only changes the visibility of the class so other mods can access its existing public API.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants