Where can I use Variables?
In custom command reply messages.
<\> - All Variables
{cname}
- Currency name.
Useable in: Everywhere.
{pcname}
- Plural currency name.
Useable in: Everywhere.
{cemoji}
- Currency emoji.
Useable in: Everywhere.
{user}
- Mention of the user.
Useable in: ccr.
{reward}
- Reward gained/lost from command.
Useable in: ccr.
{absreward}
- Absolute reward value (no negative numbers). Recommended when using "{affect}".
Useable in: ccr.
{affect}
- Is "gained" when reward is 0 or above, is "lost" when reward is less than 0.
Useable in: ccr.
To bypass a variable, just double the curly brackets. Examples:
Bypassed Variable: "{{var}}"
Normal Variable: "{var}"