Compatibility
Minecraft: Java Edition
1.21.1
Platforms
Supported environments
Creators
Details
Licensed ARR
Published 7 months ago
Updated 2 months ago
Cobblemon Scoremons
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.
⨠Features
- New Cobblemon Statistics:
- Shiny PokƩmon caught
- PokƩmon caught
- PokƩmon registered in PokƩdex
- Battles won (PVP)
- PokƩmon reel (fishing rod)
- Trades completed
- Scoreboard Integration: Use Minecraftās
/scoreboardsystem to display and track these stats. - Configurable: JSON-based configuration file to toggle which events broadcast to chat.
- Lightweight: No extra items or mechanics ā just pure stat tracking.
š® How it Works
The mod listens to Cobblemon events (catching, battling, trading, fishing, etc.) and increments corresponding custom Minecraft stats.
These stats can be accessed through:
- The Statistics menu (ESC ā Statistics)
- The Scoreboard system with
/scoreboard objectives
Current stats :
- Shiny PokƩmon caught -> minecraft.custom:scoremons.shiny_pokemon_caught
- PokƩmon caught -> minecraft.custom:scoremons.pokemon_caught
- PokƩmon registered in PokƩdex -> minecraft.custom:scoremons.pokemon_registered
- Battles won (PVP) -> minecraft.custom:scoremons.battle_won
- PokƩmon reel (fishing rod) -> minecraft.custom:scoremons.pokemon_reel
- Trades completed -> minecraft.custom:scoremons.trades
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.
š Requirements
- Minecraft: 1.21.1
- Fabric Loader: Latest version
- Fabric API: Required
- Cobblemon: 1.6.0+
š§ Installation
- Install Fabric Loader and Fabric API.
- Download and install Cobblemon.
- Download this mod and place it in your
modsfolder. - Launch Minecraft!
āļø Configuration
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.
š Known Issues
- None currently reported. Please open an issue if you encounter one.
Track your Cobblemon journey like never before! ā”



