Skip to content

Commit

Permalink
Update Ascension placeholder documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Vankka committed Dec 31, 2024
1 parent 5419325 commit 4050675
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions docs/ascension/placeholders.md
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,12 @@ Example usages: `%player_skin_texture_id%`, `%player_skin_model%`
#### `%player_avatar_url%`
The avatar url of the Minecraft player (the API used for this can be changed in the config (`avatar-provider.avatar-url-template`))

### `%player_prefix%`
Equivalent of `%player_meta_prefix|player_permission_prefix%`

### `%player_suffix%`
Equivalent of `%player_meta_suffix|player_permission_suffix%`

#### `%player_meta_prefix%`
The meta prefix of the Minecraft player (set using the [LuckPerms meta] key `discordsrv_prefix`)
Example value: `Mod `
Expand All @@ -209,11 +215,11 @@ Example value: `Mod `
The meta suffix of the Minecraft player (set using the [LuckPerms meta] key `discordsrv_suffix`)
Example value: ` Staff Member`

#### `%player_prefix%`
#### `%player_permission_prefix%`
The prefix of the Minecraft player
Example value: `[Mod] `

#### `%player_suffix%`
#### `%player_permission_suffix%`
The suffix of the Minecraft player
Example value: ` (Staff Member)`

Expand Down

0 comments on commit 4050675

Please sign in to comment.