🔤Usage

You can use this expansion anywhere that supports PlaceholderAPI placeholders

🔲 Placeholders

%gradient2_preset:<id>_<text>% %gradient2_style:<style>_<hex1>,<hex2>,..._<text>% %gradient2_<hex1>,<hex2>,..._<text>%

You can find the preset <id> in the config.yml file at .../plugins/PlaceholderAPI/ This is the name of the preset, for example monochrome or rainbow

Valid <style> arguments:

  • k (aliases: &k, obfuscated)

  • l (aliases: &l, bold)

  • m (aliases: &m, strikethrough)

  • n (aliases: &n, underline)

  • o (aliases: &o, italic)

The values are separated by a comma (,) e.g.: %gradient2_style:l,o,n_&#ACE1AF,&#00CC99_This will work beautifully!%

Valid <hex> arguments:

  • &#RRGGBB (e.g. &#ACE1AF)

  • #RRGGBB (e.g. #ACE1AF)

The hex codes have to be consistent in a single placeholder, no mixing allowed

e.g.: %gradient2_&#ACE1AF,#00CC99_This won't work :(%

    • Like this text style? Find more about the CustomFont expansion here

You need the Utils expansion for multiple inner placeholders Expansion download command: /papi ecloud download Utils

Last updated