Placeholders

A guide on all available internal placeholders and styles.

Placeholder Styles

A case style can be applied to any placeholder to change the case formatting.

# Example:
#   For a player called little_monkey, here are different placeholder
#   styles and their results.

{player}      ->    little_monkey

{player_tc}   ->    Little Monkey

{player_ps}   ->    LittleMonkey 

Style Codes

lc: lowercase
uc: UPPERCASE
tc: Title Case
sc: Sentence case
spc: spaced case
spu: SPACED UPPERCASE
spl: spaced lowercase
cc: CONSTANT_CASE
sn: snake_case
kb: kebab-case
ps: PascalCase
cm: camelCase​

All placeholders

circle-info

For plugin specific placeholders check their corresponding placeholders section.

Last updated