Create new display placeholder

Create a new display placeholder

Open config.yml file and you will find below contents:

display-placeholder:
  chat:
    start-symbol: '&f['
    split-symbol: '&f, '
    end-symbol: '&f]'
    black-prefixes: []
    # The max amount of the prefix will display, set to -1 means unlimited
    display-amount: 2
  # Second placeholder
  scoreboard:
    start-symbol: '&f['
    split-symbol: '&f, '
    end-symbol: '&f]'
    black-prefixes: []

This is an example for display placeholder, and chat is it's ID. You can create unlimited display placeholder by this format.

Last updated