Skip to content

Configuration

MrNickax edited this page Oct 3, 2021 · 14 revisions

Commands:

<> = 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.

Permissions:

  • statisticsrewards.stat.set : Gives access to the /statisticsrewards set command.
  • statisticsrewards.stat.add : Gives access to the /statisticsrewards add command.
  • statisticsrewards.stat.get : Gives access to the /statisticsrewards get command.
  • statisticsrewards.set.collected : Gives access to the /statisticsrewards set collected command.
  • statisticsrewards.set.uncollected : Gives access to the /statisticsrewards set uncollected command.
  • statisticsrewards.reload : Gives access to the /statisticsrewards reload command.

Javadocs:

Statistics Javadocs:

Latets - 1.16 - 1.15 - 1.14 - 1.13 - 1.12 - 1.11 - 1.10 - 1.9 - 1.8

Sounds Javadocs:

Latets - 1.16 - 1.15 - 1.14 - 1.13 - 1.12 - 1.11 - 1.10 - 1.9 - 1.8

Materials Javadocs:

Latets - 1.16 - 1.15 - 1.14 - 1.13 - 1.12 - 1.11 - 1.10 - 1.9 - 1.8


Placeholders:

<> = 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%.