CobbleQuestBridge

Quick rating

Community listing page, reviews here may not be monitored by the author.

CobbleQuestBridge

No reviews yet

Bridge Cobblemon captures to stats and scoreboards for FTB Quests

Mod Loaders
Fabric
Minecraft

Community voices

Reviews

List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
Show per page
10
25
50
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

About

Project Details

Type
Mod
Latest Version
cobblequestbridge-1.0.1.jar

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

Resources

External Links

Source Issues Wiki Discord

About

Description

CobbleQuestBridge

CobbleQuestBridge is a Fabric client + server mod for Minecraft 1.21.1 that bridges Cobblemon Pokémon capture events with Minecraft custom statistics, scoreboards, and FTB Quests.

It allows fully automatic, reliable, and configurable quest progression based on Pokémon captures — without command hacks or manual syncing.


✨ Core Functionality

Each time a player captures a Pokémon, CobbleQuestBridge can update multiple counters depending on your configuration:

  • Total Pokémon captured
  • Unique Pokémon species captured (Pokédex-style)
  • Per-type capture counters (Fire, Water, Grass, etc.)
  • Shiny Pokémon captures
  • Specific Pokémon species tracking (Pikachu, Eevee, etc.)

All data is exposed in two different systems:

  • Minecraft Custom Stats
    → Used by FTB Quests (Stat task type)
  • Scoreboards
    → Usable for TAB list, sidebar display, commands, and logic

🧬 Unique Pokémon Counter (Pokédex Progression)

CobbleQuestBridge can track unique Pokémon species captured per player.

  • Each species is only counted once
  • Perfect for Pokédex-style progression
  • Ideal for quests such as:
    • “Capture 10 different Pokémon”
    • “Register 50 unique species”
    • “Complete your first Pokédex entries”
  • This counter is automatically managed by the mod and exposed as:
    • custom Minecraft stat (FTB Quests compatible)
    • scoreboard objective (optional, for display)

🧩 FTB Quests Integration (Main Feature)

FTB Quests cannot read dummy scoreboards, but it can read Minecraft custom stats.

CobbleQuestBridge registers and updates custom stats (minecraft.custom:*) that:

  • Appear automatically in the Stat task dropdown
  • Update instantly when Pokémon are captured
  • Work in singleplayer and multiplayer

Example quests you can create:

  • Capture 10 Pokémon total
  • Capture 5 Fire-type Pokémon
  • Capture a Shiny Pokémon
  • Capture Pikachu (or any configured species)

No commands, no manual triggers — just pure gameplay.


🏆 Placeholder API Integration (Leaderboards)

When Placeholder API is installed on the server, CobbleQuestBridge provides Top 10 leaderboard placeholders.

Available leaderboards:

  • Total captures
  • Unique species (Pokédex)
  • Shiny Pokémon

Example placeholders:

  • %cobblequestbridge:unique_top_name_1%
  • %cobblequestbridge:unique_top_score_1%
  • %cobblequestbridge:total_top_name_3%

These can be used in:

  • Scoreboards
  • Signs
  • TAB list
  • Any mod supporting Placeholder API

⚠️ Server-side only — clients do not need Placeholder API installed.


⚙️ Configuration (JSON)

CobbleQuestBridge is fully configurable via a simple JSON file:

{
  "enableTotalCounter": true,
  "enableTypeCounters": true,
  "enableShinyCounter": true,
  "enableSpeciesTracking": true,
  "speciesTrackingMode": "increment",
  "trackedSpecies": [
    "pikachu",
    "eevee",
    "charmander",
    "bulbasaur",
    "squirtle"
  ],
  "totalObjective": "cqb_total",
  "shinyObjective": "cqb_shiny",
  "typePrefix": "cqb_type_",
  "speciesPrefix": "cqb_species_"
}
 

Main options:

  • enableTotalCounter – Total Pokémon capture counter
  • enableTypeCounters – Per-type capture counters
  • enableShinyCounter – Shiny Pokémon tracking
  • enableSpeciesTracking – Track specific Pokémon species
  • speciesTrackingMode
    • increment → increases on every capture
    • set_one → set to 1 on first capture only
  • trackedSpecies – List of Pokémon species to track
  • Objective names / prefixes – Customize scoreboard & stat IDs

🖥️ Client + Server Requirement (IMPORTANT)

CobbleQuestBridge must be installed on BOTH the server and the client.

Because the mod registers custom Minecraft stats, Fabric requires:

  • the same mod version
  • the same configuration file

on both sides.
If not, players will be disconnected due to registry mismatch.

➡️ Always ensure:

  • The mod JAR is installed on client and server
  • The config file is identical on both sides

🎯 Ideal Use Cases

  • Cobblemon-focused progression servers
  • Pokémon-based questlines
  • RPG / adventure modpacks using FTB Quests
  • Servers that want visible Pokémon stats in TAB or sidebar
  • Competitive Pokédex or shiny hunting leaderboards

Screenshots

Gallery

This project has no gallery images yet.

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

~2,000
Downloads
Last Updated
Created
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