âī¸Configuration
The configuration is found at .../plugins/PlaceholderAPI/config.yml under the customfont section
âī¸ Settings
return_text_if_font_invalid: true
The example above assumes the font "asd" doesn't exist
â Add your own font
fonts:
template:
uppercase: ''
lowercase: ''
numbers: ''
special: ''
The name of the font (in this case template) must not have any underscore characters (_), otherwise you might not be able to use it.
Last updated