mirror of
https://github.com/System-End/Discord-MC-Chat.git
synced 2026-04-19 22:05:11 +00:00
Introduces a new server-side component that manages persistent storage of Discord-to-Minecraft account links in linked_accounts.json. Supports 1:N Discord-to-Minecraft linking with N:1 uniqueness enforcement. Uses a reverse index (UUID->Discord ID) for O(1) lookups and ConcurrentHashMap with synchronized methods for thread safety. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> |
||
|---|---|---|
| .. | ||
| src/main | ||
| build.gradle | ||