diff --git a/README.md b/README.md index aa7bd50..3aab559 100644 --- a/README.md +++ b/README.md @@ -92,6 +92,9 @@ Some metrics depend on server implementations (TPS/MSPT, player ping, tile entit | spigot_plugin_enable_total | counter | none | Total plugin enable events | | spigot_plugin_disable_total | counter | none | Total plugin disable events | | spigot_blocks_broken_total | counter | material | Blocks broken by material | +| spigot_blocks_placed_total | counter | material | Blocks placed by material | +| spigot_items_crafted_total | counter | material | Items crafted by material | +| spigot_entities_killed_total | counter | entity,killer | Entities killed by player | | spigot_player_deaths_total | counter | cause | Player deaths by cause | | spigot_player_logins_failed_total | counter | reason | Failed player logins by reason | | spigot_commands_blocked_total | counter | command | Blocked commands by name |