🔤Usage

You can use this expansion anywhere that supports PlaceholderAPI placeholders

🔲 Placeholders

%gradient2_random_<amount>_<format>_<text>%
%gradient2_randomstyle:<style>_<amount>_<format>_<text>%
%gradient2_autoformat_<hex1>,<hex2>_..._<format>_<text>%
%gradient2_autoformatstyle:<style>_<hex1>,<hex2>_..._<format>_<text>%
%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)

  • <#RRGGBB> (e.g. <#ACE1AF>)

  • &x&R&R&G&G&B&B (e.g. &x&A&C&E&1&A&F)

  • 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 :(%

Valid <format> arguments:

  • DEFAULT (&#RRGGBB)

  • DEFAULT2 (#RRGGBB)

  • COMPONENT (<#RRGGBB>)

  • LEGACY (&x&R&R&G&G&B&B)

  • RAW (RRGGBB)

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

Last updated