/
A Fabric mod for Minecraft 1.21.1 that adds extra statistics for Cobblemon trainers!
Track your progress with new custom stats such as Pokémon caught, shinies encountered, trades completed, and more.
/scoreboard system to display and track these stats.The mod listens to Cobblemon events (catching, battling, trading, fishing, etc.) and increments corresponding custom Minecraft stats.
These stats can be accessed through:
/scoreboard objectivesCurrent stats :
For example:
/scoreboard objectives add shinyCaught minecraft.custom:scoremons.shiny_pokemon_caught
/scoreboard objectives setdisplay sidebar shinyCaught
This will show all players’ shiny catches in the sidebar.
mods folder.The mod creates a configuration file at ".minecraft/config/scoremons_config.json" :
{
"broadcastShinyCaught": true,
"broadcastLegendaryCaught": true,
"broadcastShinyFossilRevived": true
}
broadcastShinyCaught : Broadcast a message when a shiny is caught.broadcastLegendaryCaught : Broadcast a message when a legendary is caught.broadcastShinyFossilRevived : Broadcast a message when a shiny fossil is revived.Track your Cobblemon journey like never before! ⚡

A Cobblemon Addon that adds Player Statistics for scoreboard tracking