Fixed: "DamageTaken" now only tracks damage from entities (players and mobs). Previously, all damage (e.g., `/kill`) was being counted, causing inflated stats.
Known Issues: The "config.yml" still has unresolved handling flaws. We are working on a better system.
Commands: Added the /simplemultistats command and its shortcut /sms.
Available arguments: /sms reload — reloads the plugin configuration.
/sms help — displays the help menu.
Placeholders: %sms_killentity_<world>% — mob kills (non‑player entities).
%sms_blockplace_<world>% — blocks placed.
%sms_blockbroken_<world>% — blocks broken.
%sms_playtime_<world>% — playtime in format HH:MM:SS.
%sms_rawplaytime_<world>% — playtime in seconds.
%sms_damagedeal_<world>% — total damage dealt.
%sms_damagetake_<world>% — total damage received.
Fixes and Improvements: Fixed a bug with disabling playtime tracking.
Updated the config.yml structure: removed the option to disable playtime tracking separately.
Fixed a bug with multi‑world support (improved world linking).
Default world links: world → world
world_nether → nether
world_the_end → end
Custom links (aliases) for worlds can be defined in config.yml.
Other changes: Removed unnecessary files to keep the plugin clean and lightweight.
Commands: Added the /simplemultistats command and its shortcut /sms.
Available arguments: /sms reload — reloads the plugin configuration.
/sms help — displays the help menu.
Changes: Fixed a bug related to disabling playtime tracking.
Updated the config.yml structure: removed the option to disable playtime tracking separately.
Added: %sms_killentity_<world>% — mob kills (non‑player entities).
%sms_blockplace_<world>% — number of blocks placed.
%sms_blockbroken_<world>% — number of blocks broken.
%sms_playtime_<world>% — time in format HH:MM:SS.
%sms_rawplaytime_<world>% — time in seconds.
Fixed: The kills placeholder now tracks only PvP kills.
The known bug with world_nether and other worlds is being addressed.