From 02b56396662abc22af020ef02e1c0405c16e6ca3 Mon Sep 17 00:00:00 2001 From: Dylan Garvis Date: Tue, 27 Jan 2026 23:23:41 -0500 Subject: [PATCH] docs: update metrics list --- README.md | 3 +++ 1 file changed, 3 insertions(+) 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 |