Holographic Displays

Holographic Displays

3M Downloads

Custom placeholders

SlimeDog opened this issue ยท 2 comments

commented

Confirmation

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

commented

There was a bug. Fixed in the latest dev build, thanks for reporting.

commented

Confirmed fixed in HolographicDisplays-3.0.0-b193. Thanks.