Rewards
Guide to configure rewards for your collection levels
There are 4 built-in reward types currently. Money, Permission (requires LuckPerms), Command, and AuraSkills stat.
Command reward
This is probably the most basic reward, and it probably also has the highest flexibility. Only use this reward type if you can't do what you want with a more specialized one.
Syntax:
You can use multiple commands here at once like this:
Command prefixes
Money reward
Syntax:
Placeholders
For display, you can use the calculated number with the {value}
placeholder. You can use {value_int}
for a non-decimal number or {value_formatted}
(this is preferred over the others since it will format the number defined in the base Aurora plugin config file).
Permission reward
This reward is only usable if LuckPerms plugin is installed. You can give permissions as rewards. If you change your config, later on, new permissions will be automatically given to players who already reached the required levels. Collection placeholders can be used in the permission
field.
Syntax:
You can use multiple permissions here at once like this:
Item reward
AuroraLevels XP reward
You can give XP for AuroraLevels.
Placeholders
For display, you can use the calculated number with the {value}
placeholder. You can use {value_int}
for a non-decimal number or {value_formatted}
(this is preferred over the others since it will format the number defined in the base Aurora plugin config file).
AuraSkills Stat reward
This reward is only usable if AuraSkills plugin is installed. You can give stats as rewards. These stats will be auto-corrected for every player if you change your config later on.
Syntax:
Placeholders
For display, you can use the calculated number with the {value}
placeholder. You can use {value_int}
for a non-decimal number or {value_formatted}
(this is preferred over the others since it will format the number defined in the base Aurora plugin config file).
AuraSkills skill XP reward
This reward is only usable if the AuraSkills plugin is installed. You can give skill XP as a reward. You can use the skill level as a placeholder in the formula.
Syntax:
Placeholders
For display, you can use the calculated number with the {value}
placeholder. You can use {value_int}
for a non-decimal number or {value_formatted}
(this is preferred over the others since it will format the number defined in the base Aurora plugin config file).
MMOLib/MMOItems Stat reward (MythicLib)
This reward is only usable if MythicLib (formerly MMOLib) plugin is installed. You can give stats as rewards. If you change your config later, these stats will be auto-corrected for every player. These are global player stats, that are always active once received.
Syntax:
Formula placeholders
You can use every formula placeholder you defined in the main configuration inside the formula option. For display, you can use the calculated number with the {value}
placeholder. You can use {value_int}
for a non-decimal number or {value_formatted}
(this is preferred over the others since it will format the number defined in the base Aurora plugin config file).
MythicMobs Stat reward
This reward is only usable if MythicMobs plugin is installed. You can give stats as rewards. If you change your config later, these stats will be auto-corrected for every player. These are global player stats, that are always active once received. As far as I know, no other plugin besides the early alpha MythicRPG can do this.
Syntax:
Formula placeholders
You can use every formula placeholder you defined in the main configuration inside the formula option. For display, you can use the calculated number with the {value}
placeholder. You can use {value_int}
for a non-decimal number or {value_formatted}
(this is preferred over the others since it will format the number defined in the base Aurora plugin config file).
Last updated