⚙ī¸Configuration

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

⚙ī¸ Settings

reset-formatting-afterwards: true

true -> Converted text gets "&r" appended to it at the end to remove formatting

➕ Add your own preset

presets:
  template:
    colors: ''
    style: ''

The name of the preset (in this case template) must not have any underscore characters (_), otherwise you might not be able to use it

The colors value (hex codes) must be separated with a comma (,), for example:

colors: '#FFFFFF,#808080' 

and follow the same hex color code pattern (no mix and match), for example:

colors: '&#FFFFFF,#808080' # This doesn't work and will cause errors

This field cannot be left empty.

The style value (formatting/modifiers) must be separated with a comma (,), for example:

style: 'l,o,n'

This field can be left empty (no formatting will be used)

Last updated