| Name | Statistic |
| Syntax | statistic [<statistic>] [add/take/set] (<#>) (qualifier:<material>/<entity>) |
| Short Description | Changes the specified statistic value for a player. |
| Full Description | Changes the specified statistic for the player.
For more info on statistics, see https://minecraft.wiki/w/Statistics For statistic names, see https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Statistic.html You can add, take, or set a numeric value to the statistic for the linked player. Works with offline players. Some statistics are unique per a material or entity - for those, use the "qualifier" argument. |
| Related Tags | <PlayerTag.statistic[<statistic>]> Returns the player's current value for the specified statistic. (...)
<PlayerTag.statistic[<statistic>].qualifier[<material>/<entity>]> Returns the player's current value for the specified statistic, with the (...)
|
| Usage Example | |
| Usage Example | |
| Usage Example | |
| Group | player |
| Source | https://github.com/DenizenScript/Denizen/blob/dev/plugin/src/main/java/com/denizenscript/denizen/scripts/commands/player/StatisticCommand.java#L27 |