mirror of
https://github.com/YouHaveTrouble/NotJustNameplates.git
synced 2026-05-12 06:26:58 +00:00
Created Placeholders (markdown)
+17
@@ -0,0 +1,17 @@
|
|||||||
|
Placeholders are supported in `text` entries of the config.
|
||||||
|
|
||||||
|
## Internal placeholders
|
||||||
|
|
||||||
|
`<placeholder:displayname>` - displays player's display name.
|
||||||
|
|
||||||
|
`<placeholder:name>` - displays player's actual name.
|
||||||
|
|
||||||
|
## PlaceholderAPI placeholders
|
||||||
|
|
||||||
|
Plugin configuration supports all PAPI placeholders in `<placeholder:papi_placeholder_without_%>`.
|
||||||
|
|
||||||
|
Example:
|
||||||
|
|
||||||
|
```yaml
|
||||||
|
text: "<placeholder:player_displayname>"
|
||||||
|
```
|
||||||
Reference in New Issue
Block a user