Skip to content

Discord Link

Nyxon edited this page Mar 24, 2026 · 1 revision

Discord Linking

The PotatoDiscordLink module allows players to verify their identity through Discord.

Setup Process

  1. Bot Token: Create a bot on the Discord Developer Portal and paste the token into PotatoDiscordLink/config.yml.
  2. Linking Role: Set the linkedRole ID in the config to automatically grant a role to verified users.
  3. Joining: If linkRequiredToJoin is true, players will be kicked with a code until they link via Discord.

Commands

Minecraft

  • /link: Generates a 4-digit code.
  • /unlink: Removes the current link.
  • /linked: Shows a list of verified players.

Discord

  • /link <code>: Verifies the account using the code from in-game.
  • /unlink: Removes verification.

Clone this wiki locally