βš™οΈConfiguration

The configuration is found at .../plugins/PlaceholderAPI/config.yml under the customfont section

βš™οΈ Settings

return_text_if_font_invalid: true
circle-info

true Input: %customfont_asd_Hello!% Output: Hello! false Input: %customfont_asd_Hello!% Output: Font invalid

circle-exclamation

βž•arrow-up-right Add your own font

fonts:
  template:
    uppercase: ''
    lowercase: ''
    numbers: ''
    special: ''
circle-exclamation
circle-info

The uppercase and lowercase values must have 26 characters The numbers value must have 10 characters The special value must have 14 characters

circle-info

If any field is left empty, the original input character will be used instead

Last updated