βοΈConfiguration
βοΈ Settings
reset-formatting-afterwards: trueβ Add your own preset
presets:
template:
colors: ''
style: ''Last updated
The configuration is found at .../plugins/PlaceholderAPI/config.yml under the gradient2 section
reset-formatting-afterwards: truetrue -> Converted text gets the reset modifier (like "&r") appended to it at the end to remove formatting
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 errorsThis 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