Custom placeholders
SlimeDog opened this issue ยท 2 comments
Confirmation
- I have read the documentation.
- I have read the FAQ.
Description
I have been unsuccessful using custom placeholders. What am I doing wrong?
I would like to display
REQUIESCAT
IN PACE
custom-placeholders.yml
placeholders:
'{RIP_top}': ' &fREQUIESCAT '
'{RIP_bottom}': ' &fIN PACE '
'{custom_placeholder}': 'This is a custom placeholder.'
'{primary_color}': '&b'
'{secondary_color}': '&7'
'{separator}': '&8&m '
database.yml
playground-rip-1:
lines:
- '{RIP_top}'
- '{RIP_bottom}'
position:
world: world
x: 53.5
y: 66.0
z: -57.5
displays in-game
{RIP_top}
{RIP_bottom}
Holographic Displays version
HolographicDisplays version 3.0.0-SNAPSHOT-b191
Additional information
No response