Minecraft Linking

Account linking is staged for the server plugin.

This page is a placeholder for account-management actions after a player has permanently linked a Minecraft UUID during registration.

1. Website

Website generates /link <code> during registration.

2. Code issued

Player runs the command in-game within 10 minutes.

3. Website

The plugin verifies the code and account creation unlocks.

Prepared database shape

Collection: linked_minecraft_accounts

{
  userId: string,
  minecraftUuid: string,
  minecraftUsername: string,
  linkedAt: Date,
  createdAt: Date,
  updatedAt: Date
}

Minecraft usernames are display-only. The UUID is the permanent identity and cannot be changed through the website UI.