SimpleMultiStats is a plugin designed for precise tracking and storage of individual player statistics on your Minecraft server.
It records parameters such as the number of kills, deaths, blocks placed and broken, playtime, mob kills, damage dealt, and damage taken.
All of this data is stored separately for each world.
For example, a player’s statistics in the overworld are never mixed with their statistics in the Nether or the End — each environment is isolated.
The plugin works in real time: every event (player kill, death, block placement, etc.) is immediately recorded in memory and periodically saved to the hotspot.yml file at set intervals, ensuring data preservation even in the event of unexpected server restarts.
Integration with PlaceholderAPI is supported: you can display player statistics (for example, the number of deaths in a specific world) on signs, scoreboards, chat, or any other PlaceholderAPI‑compatible plugins.
Key Features
Separate statistics for each world (including your own custom worlds).
Tracking:
• Player kills
• Deaths
• Mob kills
• Blocks placed and broken
• Time spent in a world (both formatted and raw seconds)
• Damage dealt and taken
Automatic periodic saving of data to hotspot.yml.
Full PlaceholderAPI support for flexible statistics display.
Simple and human‑readable data structure — you can always review or process it manually.
Perfect for servers with competitive game modes, mini‑games, or simply for those who want to give players a convenient way to track their achievements.
Placeholders (examples)
For the overworld (world):
%sms_kills_world% — number of player kills
%sms_deaths_world% — number of deaths
%sms_killentity_world% — number of mob kills
%sms_blockplace_world% — number of blocks placed
%sms_blockbroken_world% — number of blocks broken
%sms_playtime_world% — time in HH:MM:SS format
%sms_rawplaytime_world% — raw time in seconds
%sms_damagedeal_world% — damage dealt
%sms_damagetake_world% — damage taken
For other worlds, simply replace the word world with the world’s name or the alias specified in the plugin configuration.
For example:
%sms_killentity_nether% or %sms_damagedeal_the_end%.
The project is developed with the participation of C7R and ChatDev as part of the Forgotten Private Coalition.
The plugin is completely free to use, including for commercial purposes.