Page cover image

Custom

Create your own placeholders by adding configuration to the placeholder folder.

example: "Hi there!"

This will create a placeholder with name {example} which will be replaced with Hi there!

Copy and Paste Examples

Diff color when vanished
vanish_colour:
  condition: "MATCH:<vanished>"
  options:
    "true": "&#c0fce6"
    "false": "&#ffffee"
Server name with color
server_formatted:
  condition: "MATCH:<server>"
  options:
    Default: "&f&l<server>"
    "TestingServer": "&e&lTest Server"

Last updated