Перейти к содержимому
Mineforgian

Cobblemon-catchdollars

A Cobblemon mod to gain cobbledollards when catching, defeating and add pokedex entry

Загрузки
3K
Подписчики
2
Обновлён
3 февраля 2026 г.
Лицензия
MIT

Опубликован 29 января 2026 г.

Cobblemon Catch Dollars

A Minecraft Fabric mod that rewards players with CobbleDollars when they:

  • Defeat a pokemon
  • Capture a pokemon
  • Add to pokedex
captured_img

Features

  • 💰 Earn CobbleDollards for capturing Pokémon
  • 💰 Earn CobbleDollards for defeating Pokémon
  • 💰 Earn CobbleDollards for adding Pokémon to the Pokédex
  • 📈 Rewards based on the Pokémon’s level
  • ⭐ Bonuses for rare, legendary, and shiny Pokémon
  • ⚙️ Customizable configuration

Requirements

  • Minecraft 1.21.1
  • Fabric Loader 0.16.9+
  • Fabric API
  • Cobblemon 1.7.1+
  • CobbleDollards 2.0.0+

Installation

  1. Download the .jar file from the releases
  2. Place it in your Minecraft server/client mods folder
  3. Make sure Cobblemon and CobbleDollards are also installed
  4. Start the game/server

Configuration

The configuration file is located at config/gain-cobbledollard-capture.json.

Languages

- French

- English

Default settings

{ "baseReward": 50.0, "baseRewardCommun": 50.0, "baseRewardUncommun": 100.0, "baseRewardRare": 500.0, "baseRewardUltraRare": 1000.0, "baseRewardLegendary": 2000.0, "baseRewardPokedex": 200.0, "baseRewardCommunPokedex": 200.0, "baseRewardUncommunPokedex": 400.0, "baseRewardRarePokedex": 1000.0, "baseRewardUltraRarePokedex": 1500.0, "baseRewardLegendaryPokedex": 3000.0, "levelMultiplier": 15.0, "maxReward": 15000.0, "commonMultiplier": 1.0, "uncommonMultiplier": 2.0, "rareMultiplier": 3.5, "epicMultiplier": 5.0, "legendaryMultiplier": 8.0, "ultraBeastMultiplier": 6.0, "shinyMultiplier": 1.5, "baseVictoryLevelMultiplier": 125.0, "language": "fr", "captureMessage": "§6You captured %s and earned %d CobbleDollards!", "pokedexMessage": "§6You completed a Pokédex entry with %s and earned %d CobbleDollards!", "victoryMessage": "§6You defeated %s and earned %d CobbleDollards!", "showCaptureTitle": true, "showPokedexTitle": true, "showCaptureChat": true, "showPokedexChat": true }

Settings explanation

  • baseReward: Base reward for a capture
  • baseRewardCommun: Base reward for capturing a common Pokémon
  • baseRewardUncommun: Base reward for capturing an uncommon Pokémon
  • baseRewardRare: Base reward for capturing a rare Pokémon
  • baseRewardUltraRare: Base reward for capturing an ultra-rare Pokémon
  • baseRewardLegendary: Base reward for capturing a legendary Pokémon
  • baseRewardPokedex: Base reward for a Pokédex entry
  • baseRewardCommunPokedex: Base reward for a common Pokémon Pokédex entry
  • baseRewardUncommunPokedex: Base reward for an uncommon Pokémon Pokédex entry
  • baseRewardRarePokedex: Base reward for a rare Pokémon Pokédex entry
  • baseRewardUltraRarePokedex: Base reward for an ultra-rare Pokémon Pokédex entry
  • baseRewardLegendaryPokedex: Base reward for a legendary Pokémon Pokédex entry
  • levelMultiplier: Multiplier per Pokémon level
  • maxReward: Maximum possible reward
  • commonMultiplier: Multiplier for common Pokémon
  • uncommonMultiplier: Multiplier for uncommon Pokémon
  • rareMultiplier: Multiplier for rare Pokémon
  • epicMultiplier: Multiplier for epic Pokémon
  • legendaryMultiplier: Multiplier for legendary Pokémon
  • ultraBeastMultiplier: Multiplier for Ultra Beasts
  • shinyMultiplier: Multiplier for shiny Pokémon
  • baseVictoryLevelMultiplier: Per-level multiplier for victory rewards
  • language: Message language (e.g., fr, en)
  • showCaptureTitle: Show a title on screen when capturing
  • showPokedexTitle: Show a title on screen for a Pokédex entry
  • showCaptureChat: Show the capture message in chat
  • showPokedexChat: Show the Pokédex message in chat

License

MIT

Ченджлог

1.2.1Релиз1.21.1 · 3 февраля 2026 г.

Fix

  • Big popup and chat message still show up when set to false in setting file => Fix
  • Can't disable victory message => Fix : Added configuration setting to show or not victory popup and chat message in config file

Added

  • Translatation for pokemon name based on game language. Working for client side, in progress for server side

Changes

  • Change setting file from "gain-cobbledollard-capture.json" to "cobblemon-catchdollars.json" to reflect mod name [Warning] Old config file won't be launch by mod. Use the new one!

Enjoy :)

1.2.0Релиз1.21.1 · 29 января 2026 г.
  • Fix language support
  • Adujst reward when pokemon has been defeated

Комментарии

Загружаем…