๐Ÿ“–
Aeon's Resource Docs
  • ๐Ÿ‘‹Overview
  • Configurations
    • Premium TAB
      • ๐Ÿ”—Dependencies
      • ๐Ÿ› ๏ธSetup
      • ๐Ÿ” CustomFont Expansion [LEGACY]
      • โ“Common Issues
    • EssentialsX Kit GUI
      • ๐Ÿ”—Dependencies
      • ๐Ÿ› ๏ธSetup
      • ๐Ÿ” CustomFont Expansion [LEGACY]
    • LibertyBans Messages
      • ๐Ÿ”—Dependencies
      • ๐Ÿ› ๏ธSetup
      • โ„น๏ธMore Info
    • LiteBans Messages
      • ๐Ÿ”—Dependencies
      • ๐Ÿ› ๏ธSetup
      • โ„น๏ธMore Info
    • EssentialsX Messages
      • ๐Ÿ”—Dependencies
      • ๐Ÿ› ๏ธSetup
      • โ„น๏ธMore Info
    • Quests
      • ๐Ÿ”—Dependencies
      • ๐Ÿ› ๏ธSetup
      • โ„น๏ธMore Info
    • HuskHomes Messages
      • ๐Ÿ”—Dependencies
      • ๐Ÿ› ๏ธSetup
      • โ„น๏ธMore Info
  • Expansions
    • CustomFont
      • ๐Ÿ”—Dependencies
      • ๐Ÿ› ๏ธSetup
      • ๐Ÿ”คUsage
      • โš™๏ธConfiguration
      • ๐Ÿ”„Convert from Legacy
    • Gradient2
      • ๐Ÿ”—Dependencies
      • ๐Ÿ› ๏ธSetup
      • ๐Ÿ”คUsage
      • โš™๏ธConfiguration
  • Plugins
    • โš ๏ธActivation | Read Me!
    • LeaderboardMenus
      • ๐Ÿ”—Dependencies
      • ๐Ÿ› ๏ธSetup
      • ๐ŸŽฏCommands & Permissions
      • โš™๏ธConfiguration
        • config.yml
        • boards.yml
        • menu.yml
      • ๐Ÿ”ขPlaceholders
    • CustomFont
      • ๐Ÿ”—Dependencies
      • ๐Ÿ› ๏ธSetup
      • ๐ŸŽฏCommands & Permissions
      • โš™๏ธConfiguration
      • ๐Ÿ”ขPlaceholders
      • โ“Common Issues
Powered by GitBook
On this page
  1. Expansions
  2. Gradient2

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)

  • SECTION (ยง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

PreviousSetupNextConfiguration

Last updated 4 months ago

Preset Example %gradient2_preset:pastel_Hello!%

Inner placeholder support %gradient2_preset:pastel_{player_name} is cool!%

Multiple inner placeholder support %utils_parse_gradient2_preset:pastel_{customfont_mini_{player_name} is double cool!}%

Like this text style? Find more about the CustomFont and

๐Ÿ”ค
expansion
plugin