Quests Cobb
No reviews yet
Cobblemon Quests
Themed around magical elements, mythical creatures, and enchanted worlds, often inspired by fantasy literature and folklore.
Features role-playing elements like character progression, quests, and story-driven gameplay.
Adds tools to customize the user interface and menus.
Adds extra features or content to an existing mod.
Inspired by or including content related to the Pokemon franchise.
Fabric is a mod loader for versions 1.14+ of Minecraft, particularly popular for client side and optimization mods.
Community voices
Reviews
Click once to include, again to exclude, again to clear
No reviews yet. Be the first to review this project!
Get it on
Available Platforms
Compatibility
Supported Environments
About
Project Details
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.
Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.
Identifiers
Platform IDs
Resources
External Links
About
Description
About
Quests Cobb adds a lightweight quest & progression menu for Cobblemon servers.
Complete objectives (Pokédex progress, collections, and trainer challenges), track your progress in a clean in‑game UI, and claim rewards directly from the menu.
Whith command : /q or /quests
This mod is designed for survival / RPG servers and aims to provide long‑term goals without changing Cobblemon’s core gameplay.
Features
Core Quest Categories (Cobblemon)
- Pokédex Progress
- Track how many species you’ve obtained and complete milestones.
- Type Collection
- Complete Pokémon type sets (catch/obtain all required species for a type).
- Shoulder Pokémon Checklist
- Track unique shoulder‑mountable Pokémon you’ve carried.
- Dedicated checklist-style screen.
Languages
This mod supports multiple languages (French + English included).
Players can choose their quest language with /quests lang <code>, and server owners/community members can add new translations by creating a JSON file in config/quests/lang/.
Optional RCT Integration (Radical Cobblemon Trainers)
If Radical Cobblemon Trainers (RCT) is installed, extra quest categories become available:
- Trainer Victories
- Win trainer battles and reach milestones.
- Series / Campaign
- Track progress through your current series and claim rewards when completed.
- Trainer Challenges
- Example challenges include winning without fainting, without items, or within a turn limit.
The mod uses best‑effort compatibility: if RCT isn’t installed, the RCT quests simply won’t progress / won’t show meaningful data.
Rewards
Rewards are claimable from the quest menu once objectives are completed.
By default, rewards include items (example: Poké Balls) and optionally money via server command.
Quests Cobb adds an in-game quest menu with rewards, and supports fully configurable, data-driven custom quest categories via JSON files placed in your server config folder.
Config folder layout
config/
└─ quests/
├─ quests.json
├─ CUSTOM_QUESTS_API.txt
└─ categories/
├─ <category_1>.json
├─ <category_2>.json
└─ ...
What each file is
config/quests/quests.json
Main toggle config for what the mod shows in-game.
enableBuiltInCategoriestrue: keep the mod’s built-in quest categoriesfalse: hide built-in categories (custom only)
enableCustomCategoriestrue: load custom categories fromconfig/quests/categories/false: disable custom categories
config/quests/categories/*.json
Custom quest categories.
- 1 JSON file = 1 category
- Each category contains:
id: unique category idtitle: category name shown in the UIorder: optional ordering (lower first)quests: list of quests
Each quest contains:
id: unique quest id inside the categorylabel: text shown in the UItype: the quest type (data-driven API)params: optional parameters depending on the typetarget: completion goalreward: optional custom rewarditems[](multiple items)moneycommands[](multiple console commands,{player}placeholder)
config/quests/CUSTOM_QUESTS_API.txt
English reference file generated by the mod (if missing).
It explains:
- the JSON formats
- supported quest types + params
- reward format + examples
- warning about console commands
Requirements
- Fabric API
- Cobblemon
- (Optional) Radical Cobblemon Trainers for the RCT quest categories
Notes / Compatibility
- Progress is saved per player (server-side).
- The UI updates dynamically as you complete objectives.
- Some reward types may rely on server-side economy commands (depending on your server setup).
About
Quests Cobb adds a lightweight quest & progression menu for Cobblemon servers.
Complete objectives (Pokédex progress, collections, and trainer challenges), track your progress in a clean in‑game UI, and claim rewards directly from the menu.
Whith command : /q or /quests
This mod is designed for survival / RPG servers and aims to provide long‑term goals without changing Cobblemon’s core gameplay.
Features
Core Quest Categories (Cobblemon)
- Pokédex Progress
- Track how many species you’ve obtained and complete milestones.
- Type Collection
- Complete Pokémon type sets (catch/obtain all required species for a type).
- Shoulder Pokémon Checklist
- Track unique shoulder‑mountable Pokémon you’ve carried.
- Dedicated checklist-style screen.
Languages
This mod supports multiple languages (French + English included).
Players can choose their quest language with /quests lang <code>, and server owners/community members can add new translations by creating a JSON file in config/quests/lang/.
Optional RCT Integration (Radical Cobblemon Trainers)
If Radical Cobblemon Trainers (RCT) is installed, extra quest categories become available:
- Trainer Victories
- Win trainer battles and reach milestones.
- Series / Campaign
- Track progress through your current series and claim rewards when completed.
- Trainer Challenges
- Example challenges include winning without fainting, without items, or within a turn limit.
The mod uses best‑effort compatibility: if RCT isn’t installed, the RCT quests simply won’t progress / won’t show meaningful data.
Rewards
Rewards are claimable from the quest menu once objectives are completed.
By default, rewards include items (example: Poké Balls) and optionally money via server command.
Quests Cobb adds an in-game quest menu with rewards, and supports fully configurable, data-driven custom quest categories via JSON files placed in your server config folder.
Config folder layout
config/
└─ quests/
├─ quests.json
├─ CUSTOM_QUESTS_API.txt
└─ categories/
├─ <category_1>.json
├─ <category_2>.json
└─ ...
What each file is
config/quests/quests.json
Main toggle config for what the mod shows in-game.
enableBuiltInCategoriestrue: keep the mod’s built-in quest categoriesfalse: hide built-in categories (custom only)
enableCustomCategoriestrue: load custom categories fromconfig/quests/categories/false: disable custom categories
config/quests/categories/*.json
Custom quest categories.
- 1 JSON file = 1 category
- Each category contains:
id: unique category idtitle: category name shown in the UIorder: optional ordering (lower first)quests: list of quests
Each quest contains:
id: unique quest id inside the categorylabel: text shown in the UItype: the quest type (data-driven API)params: optional parameters depending on the typetarget: completion goalreward: optional custom rewarditems[](multiple items)moneycommands[](multiple console commands,{player}placeholder)
config/quests/CUSTOM_QUESTS_API.txt
English reference file generated by the mod (if missing).
It explains:
- the JSON formats
- supported quest types + params
- reward format + examples
- warning about console commands
Requirements
- Fabric API
- Cobblemon
- (Optional) Radical Cobblemon Trainers for the RCT quest categories
Notes / Compatibility
- Progress is saved per player (server-side).
- The UI updates dynamically as you complete objectives.
- Some reward types may rely on server-side economy commands (depending on your server setup).
Screenshots
Gallery
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
By the numbers
Statistics
Want to reach Minecraft players?
We're looking for a server hosting partner to feature here and other parts of the site. Interested? Send us a message!
Get in touchGet it on
Available Platforms
On ModDex
Community snapshot
By the numbers
Statistics
Resources