Cobblemon Scoremons

Quick rating

Cobblemon Scoremons

No reviews yet

A Cobblemon Addon that adds Player Statistics for scoreboard tracking and broadcast important catches

QoL & Tweaks
Mod Loaders
Fabric
Minecraft

Community voices

Reviews

Versions
Loading versions…
Match includes

Click once to include, again to exclude, again to clear

Rating Any
Any 0.5 1.0 1.5 2.0 2.5 3.0 3.5 4.0 4.5 5.0
Min
Max
Play Status
Reviews
Time Played
hrs+
Verified developers only
Has developer response
List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
Delete this review?

This removes your review from the project. You can write a new review after.

Review submitted for moderation

Your review has been sent to moderators, who will check that it meets our guidelines before it appears publicly.

No reviews yet. Be the first to review this project!

Get it on

Available Platforms

Compatibility

Supported Environments

Where It Runs
Client and Server

Must be installed on both the client and the server.

About

Project Details

Type
Mod
License
All Rights Reserved
Latest Version
Scoremons-3.2+Cobblemon-1.7.3.jar
Authors
CurseForge
Modrinth

For authors

Embed Badge

If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.

Custom banner text
ModDex rating badge preview

Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.

Identifiers

Platform IDs

CurseForge ID
Modrinth ID

Resources

External Links

Source Issues Wiki Discord

About

Description

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 (Caught)
    • Battles won (PVP)
    • Pokémon reel (fishing rod)
    • Trades completed
    • Poké Balls Thrown
    • Pokémon Evolved
    • Fossils Revived
  • Scoreboard Integration: Use Minecraft’s /scoreboard system 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
  • Poké Balls Thrown -> minecraft.custom:scoremons.pokeball_thrown
  • Pokémon Evolved -> minecraft.custom:scoremons.pokemon_evolved
  • Fossils Revived -> minecraft.custom:scoremons.fossil_revived

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.7 (for latest version of the mod)

🔧 Installation

  1. Install Fabric Loader and Fabric API.
  2. Download and install Cobblemon.
  3. Download this mod and place it in your mods folder.
  4. 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 or contact me if you encounter one.

Track your Cobblemon journey like never before! ⚡

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 /scoreboard system 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

  1. Install Fabric Loader and Fabric API.
  2. Download and install Cobblemon.
  3. Download this mod and place it in your mods folder.
  4. 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! ⚡

Screenshots

Gallery

  • example_of_displaying_scoreboard.png
    example_of_displaying_scoreboard.png Capture d'écran 2025-09-14 170338.png
  • stats_menu.png
    stats_menu.png Capture d'écran 2025-09-14 170213.png

Versions

Files

Relations

Project Relations

More like this

Similar Mods

Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.

On ModDex

Community snapshot

0
Ratings
0
Followers
0
In stacks

By the numbers

Statistics

~400,000
Total Downloads
CurseForge
~390,000
Modrinth
~16,000
Last Updated
CurseForge
Created
CurseForge
Modrinth
Last synced
When ModDex last fetched this project from CurseForge or Modrinth. Every project is re-checked on a schedule, and any project that ships a new file is synced automatically within hours of the release.
New file updates sync automatically
How syncing works