Cobblemon Catch Dollars
A Minecraft Fabric mod that rewards players with CobbleDollars when they:
- Defeat a pokemon
- Capture a pokemon
- Add to pokedex
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
- Download the .jar file from the releases
- Place it in your Minecraft server/client mods folder
- Make sure Cobblemon and CobbleDollards are also installed
- 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
Conversation