Skip to main content

Player Commands

In-game commands available to all players by default. Each command lists its syntax, aliases, required permission, and behavior.

Command Summary

CommandDescriptionPermission
/verifyLink your Discord accountxdiscord.verify
/unlinkUnlink your Discord accountxdiscord.unlink
/supportOpen a support ticketxdiscord.support
/reportReport a playerxdiscord.report
/statsView player statisticsxdiscord.support
/helpOpen the help GUI
/discordGet the Discord invite link
/languageChange your language preferencexdiscord.language
/whitelistRequest whitelist accessxdiscord.whitelist
/ipView the server addressxdiscord.ip

Verification

/verify

Link your Discord account using a verification code.
/verify <code>
Aliases: link, discord Permission: xdiscord.verify (default: true) Behavior:
  • Submits the code issued by the Discord side of the verification flow
  • On success, links your Minecraft account to your Discord identity
  • Required to access gated features when the verification module is enabled
Example:
/verify 8f3a92
Unlink your Discord account from your Minecraft identity.
/unlink
Permission: xdiscord.unlink (default: true) Behavior:
  • Removes the active Discord link
  • Added in v1.2.0
  • Re-verification is required to restore the link
Example:
/unlink

Support & Reports

/support

Open a support ticket with a message.
/support <message>
Aliases: ticket Permission: xdiscord.support (default: true) Behavior:
  • Creates a ticket routed to the configured support channel
  • The message is forwarded to staff for review
Example:
/support I'm stuck in the spawn void

/report

Report a player for rule violations.
/report <player> <reason>
Aliases: reportplayer Permission: xdiscord.report (default: true) Behavior:
  • Flags the named player to staff with your stated reason
  • Supports offline targets by username
Example:
/report Notch cheating in PvP

Statistics & Help

/stats

View player statistics.
/stats [player]
Aliases: playerstats, pstats Behavior:
  • Omit the player argument to view your own stats
  • Specify a player to look up another player
Example:
/stats Notch

/help

Open the in-game help GUI.
/help [category]
Aliases: xhelp, xdhelp Behavior:
  • Opens a clickable GUI of categories and topics
  • Pass a category to jump directly to that section
Example:
/help verification

Server & Discord

/discord

Get the configured Discord invite link.
/discord
Aliases: disc, invite Behavior:
  • Posts the invite URL from the plugin configuration
Example:
/discord

/language

Change your language preference.
/language [locale]
Aliases: lang, locale Permission: xdiscord.language (default: true) Behavior:
  • Sets the locale used for your messages and GUI text
  • Omit the argument to reset to the server default
/language accepts standard locale codes such as en_US, es_ES, and de_DE. The plugin ships with 20 supported locales.
Example:
/language es_ES

/whitelist

Request whitelist access.
/whitelist <username>
Permission: xdiscord.whitelist (default: true) Behavior:
  • Submits a whitelist request for the given username
  • Request is routed to staff for approval when whitelist requests are enabled
Example:
/whitelist Steve

/ip

View the server address.
/ip [set <address>]
Permission: xdiscord.ip (view, default: true); xdiscord.ip.admin (set, default: op) Behavior:
  • With no arguments, displays the configured server address
  • set <address> updates the address and requires xdiscord.ip.admin
Example:
/ip

Next Steps

Admin Commands

Administrative commands for managing the plugin.

Permissions Reference

Complete permission nodes and defaults.