-
Notifications
You must be signed in to change notification settings - Fork 24
Home
Ryan edited this page Mar 15, 2018
·
6 revisions
This expansion allows you to obtain a player's minecraft statistic values.
These placeholders provide the original value representing a players statistic. These placeholders allow arguments so you can specify the material or entity type for statistics which are a block, item, or entity based stat.
Statistic names can be found here: Statistics
Material names can be found here: Materials
EntityType names can be found here: Entity Types
%statistic_<Statistic>%
%statistic_<Statistic>:<Material/Entity>%
%statistic_<Statistic>:<Material/Entity>,<Material/Entity>,...%
These placeholders modify the original value representing a players statistic. A good example is the "time_played" placeholder as minecraft only gives you the amount of ticks played.
%statistic_mine_block%
%statistic_use_item%
%statistic_break_item%
%statistic_craft_item%
%statistic_seconds_played%
%statistic_minutes_played%
%statistic_hours_played%
%statistic_days_played%
%statistic_time_played%
%statistic_days_played_remaining%
%statistic_hours_played_remaining%
%statistic_minutes_played_remaining%
%statistic_seconds_played_remaining%
%statistic_time_since_death%
%statistic_seconds_since_death%
%statistic_minutes_since_death%
%statistic_hours_since_death%
%statistic_days_since_death%