Discord profiles - Norbit4/DiscordMc GitHub Wiki

How works profiles?

note: Profiles only work for synced users! Sync accounts

command: /profile [mention]

image

when user is online in minecraft server:

image

when user is offline in minecraft server:

image

Configuration

You can change the information displayed in config:

embed-profile-title: 'Profile'

embed-profile-online:
  # 'TITLE//DESC'
  - 'nick:// %player_name%'
  - 'status:// Online'
  - 'world:// %player_world%'
  - 'loc:// X: %player_x% Y: %player_y% Z: %player_z%'

embed-profile-offline:
  # 'TITLE//DESC'
  - 'nick:// %player_name%'
  - 'status:// Offline'

note: use "//" to separate lines -> line title//line description

To use placeholders you need install PlaceholderAPI

PlaceholderAPI support