← Назад к ресурсам

More Statistics

A simple mod to more statistics to Minecraft

Modrinth utility

Описание

A light-weight mod to add custom statistics to the game and more Install it on your fabric server and enjoy new statistics If you have also installed it on your client you can query the custom statistics in the statistics screen too See [github readme](https://github.com/Fallen-Breath/more-statistics) for more information of its funtionalities # Statistics List ## break_bedrock When a bedrock is deleted by a piston or a sticky piston, the player who placed a piston block at that position in the previous gametick increases this stat by 1 Criteria: `minecraft.custom:minecraft.break_bedrock` ## ender_pearl_one_cm When the player uses an ender pearl to teleport, the value of this statistic will increase the distance between the teleportation's origin position and destination position Criteria: `minecraft.custom:minecraft.ender_pearl_one_cm` ## firework_boost Increases when a player uses a firework rocket to speed up in elytra flight Criteria: `minecraft.custom:minecraft.firework_boost` ## mend_durability Increases when a player repair an item with mending enchantment Criteria: `minecraft.custom:minecraft.mend_durability` ## summon_phantom The total amount of phantom you have summoned Criteria: `minecraft.custom:minecraft.summon_phantom` # Scoreboard Criterion ## blockPlacedCount Triggers when a player places a block Technically the time it gets triggered is right after a player uses a `BlockItem` successfully Criteria: `blockPlacedCount`