Using Placeholders SimpleMultiStats provides a flexible system of placeholders for retrieving player statistics
per world. Placeholders are compatible with
Multiverse Core — simply use your custom world name in the <world_name> section.
Examples My kills in the overworld: %sms_kills_world%
My kills in the Nether: %sms_kills_nether%
My kills in another world: %sms_kills_<world_name>%
Supported Placeholders (per world) Replace _world with your actual world key (e.g., nether, customworld).
PlaceholderDescription %sms_kills_world% Number of player kills
%sms_deaths_world% Number of deaths
%sms_killentity_world% Number of mob/entity kills
%sms_blockplace_world% Blocks placed
%sms_blockbroken_world% Blocks broken
%sms_playtime_world% Playtime in HH:MM:SS format
%sms_rawplaytime_world% Raw playtime in seconds
%sms_damagedeal_world% Total damage dealt
%sms_damagetake_world% Total damage taken
Configuration You can enable or disable plugin features and individual placeholders in the configuration file:
plugins/SimpleMultiStats/config.yml
Enabled: true
World Linking (for placeholders) When using %sms_<stat>_<world_name>%,
use the link key defined below — not the actual world folder name!