-
Notifications
You must be signed in to change notification settings - Fork 0
Configuration
MrNickax edited this page Oct 3, 2021
·
14 revisions
<> = Required Arguments : () = Optionals Arguments
- /statisticsrewards stat add <player> <statistic> (material/entity) <amount> : Add a statistic to a player.
- /statisticsrewards stat set <player> <statistic> (material/entity) <amount> : Set a statistic to a player.
- /statisticsrewards stat get <player> <statistic> (material/entity) : Shows a player statistic.
- /statisticsrewards set collected <player> <reward> : Set claimed a reward for a player.
- /statisticsrewards set uncollected <player> <reward> : Set unclaimed a reward for a player.
- /statisticsrewards reload : Reload the configuration files.
-
statisticsrewards.stat.set : Gives access to the
/statisticsrewards setcommand. -
statisticsrewards.stat.add : Gives access to the
/statisticsrewards addcommand. -
statisticsrewards.stat.get : Gives access to the
/statisticsrewards getcommand. -
statisticsrewards.set.collected : Gives access to the
/statisticsrewards set collectedcommand. -
statisticsrewards.set.uncollected : Gives access to the
/statisticsrewards set uncollectedcommand. -
statisticsrewards.reload : Gives access to the
/statisticsrewards reloadcommand.
Latets - 1.16 - 1.15 - 1.14 - 1.13 - 1.12 - 1.11 - 1.10 - 1.9 - 1.8
Latets - 1.16 - 1.15 - 1.14 - 1.13 - 1.12 - 1.11 - 1.10 - 1.9 - 1.8
Latets - 1.16 - 1.15 - 1.14 - 1.13 - 1.12 - 1.11 - 1.10 - 1.9 - 1.8
<> = Required Arguments : () = Optionals Arguments
- %statisticsrewards_is-collected_<reward>% : returns true if the player has received the reward and ## false if not.
- %statisticsrewards_goal_<reward>% : returns the reward goal.
- %statisticsrewards_progress-bar_<reward>:(symbol):(size)% : creates a progress bar with the reward completion progress.
- %statisticsrewards_get_<statistic>:(material/entity)% : returns a player statistic.
- %statisticsrewards_percent_<statistic>% : returns the percent of the completion progress of a reward, for example: 20%.