Skip to content
This repository has been archived by the owner on Jun 13, 2024. It is now read-only.

Discord profiles

Norbert Śleziak edited this page Apr 8, 2023 · 6 revisions

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

Clone this wiki locally