đ¤Usage
You can use this expansion anywhere that supports PlaceholderAPI placeholders
đ˛ Placeholders
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,�CC99_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