Skip to content

Player profiles

ZDiscord edited this page Jun 7, 2026 · 1 revision

Player profiles

The /profile command renders a rich embed showing a player's stats, avatar, and social links.

Usage

/profile [player]
  • /profile — shows your own profile
  • /profile DemonZ — shows another player's profile

What it shows

  • Minecraft avatar (via NameMC)
  • Link status (linked Discord account, or "Not linked")
  • First seen and last seen (Discord timestamps)
  • Session count and total playtime
  • Advancement count
  • Follower count
  • Online/offline indicator

Follow button

The profile embed includes a Follow button. Clicking it subscribes the viewer to DM notifications when that player joins the server.

Use /unfollow <player> or the Unfollow button on the profile to unsubscribe.

Configuration

profile:
  embed:
    color: "#9B59B6"
Key Default Description
profile.embed.color #9B59B6 Embed border colour

Related

Clone this wiki locally