
Cobblemon: Fight First
Fight Pokémon before you can try to catch them!
Обновлён 18 апреля 2026 г. · опубликован 10 августа 2025 г.
📖 Introduction
Do you think it should be a little bit more challenging to catch new Pokémon?
Fight First makes it so that you have to fight Pokémon until their HP is low enough before you can catch them!
✨ Features
🥊 Fight First: Wild Pokémon' HP must be below a threshold specified in the config before it can be caught - or even battled!
📄 Customizable Config: Set both the HP thresholds as well as an optional bonus catch rate yourself! You can even change the messages the mod sends!
✅ Server-side Only: No need for clients to install anything!
⚙️ Installation
Install Cobblemon and any dependencies.
Drop the FightFirst.jar into your /mods-folder.
Start the game or server to generate the config file.
Edit /config/fightfirst.json to customize your settings.
Please note that the Fabric version of this mod requires fabric-language-kotlin!
🔧 Config: fightfirst.json
"MinHPForBattle"
Pokémon must be below this HP % to start a Pokémon battle (range: 0.01 = 1% and 1.0 = 100%)
"MinHPForCapture"
Pokémon must be below this HP % to be caught (range: 0.01 = 1% and 1.0 = 100%)
"BonusCatchRate"
Additional catch rate if HP is under the threshold
"AllowMasterBall"
Lets Master Balls bypass subjugation requirements
"AllowOriginBall"
Lets Ancient Origin Balls bypass subjugation requirements
"AllowQuickBall"
Lets Quick Balls bypass subjugation requirements
"AllowSafariBall"
Lets Safari Balls bypass subjugation requirements
"WorldBlacklist"
Worlds (e.g. from mods like Multiworld) in which Fight First should be disabled.
"DimensionBlacklist"
Dimensions (e.g. "minecraft:overworld") in which Fight First should be disabled.
"PokemonBlacklist"
Pokémon for which Fight First should be disabled (e.g. "pikachu").
"PokemonWhitelist"
Pokémon for which Fight Fist should be enabled. If the list is not empty, Fight First will be disabled for all other Pokémon.
Версии
| Версия | Канал | Игра | Загрузчики | Дата | Скачать |
|---|---|---|---|---|---|
| 1.4.0 | Релиз | 1.21.1 | neoforge | 18 апреля 2026 г. | Скачать (20 КБ) |
| 1.4.0 | Релиз | 1.21.1 | fabric | 18 апреля 2026 г. | Скачать (20 КБ) |
| 1.3.0 | Релиз | 1.21.1 | neoforge | 6 марта 2026 г. | Скачать (20 КБ) |
| 1.3.0 | Релиз | 1.21.1 | fabric | 6 марта 2026 г. | Скачать (20 КБ) |
| 1.2.0 | Релиз | 1.21.1 | neoforge | 7 февраля 2026 г. | Скачать (15 КБ) |
| 1.2.0 | Релиз | 1.21.1 | fabric | 7 февраля 2026 г. | Скачать (15 КБ) |
| 1.1.2 | Релиз | 1.21.1 | neoforge | 9 декабря 2025 г. | Скачать (12 КБ) |
| 1.1.2 | Релиз | 1.21.1 | fabric | 9 декабря 2025 г. | Скачать (12 КБ) |
| 1.1.1 | Релиз | 1.21.1 | neoforge | 17 ноября 2025 г. | Скачать (12 КБ) |
| 1.1.1 | Релиз | 1.21.1 | fabric | 17 ноября 2025 г. | Скачать (12 КБ) |
| 1.1.0 | Релиз | 1.21.1 | neoforge | 17 октября 2025 г. | Скачать (12 КБ) |
| 1.1.0 | Релиз | 1.21.1 | fabric | 17 октября 2025 г. | Скачать (12 КБ) |
| 1.0.1 | Релиз | 1.21.1 | neoforge | 5 сентября 2025 г. | Скачать (11 КБ) |
| 1.0.1 | Релиз | 1.21.1 | fabric | 5 сентября 2025 г. | Скачать (11 КБ) |
| 1.0.0 | Релиз | 1.21.1 | neoforge | 10 августа 2025 г. | Скачать (11 КБ) |
Показаны последние 15 из 16 версий.
Ченджлог
1.4.0Релиз1.21.1 · 18 апреля 2026 г.
NeoForge 1.4.0
🎉 Some new settings for more configurability!
⭐ New features:
- New setting: StartOnLevel // Fight First will only be enabled for Pokémon at or above this level.
- New setting: ReturnBallOnFail // Whether players should get their Pokéballs back whenever a capture attempt fails because of this mod.
1.4.0Релиз1.21.1 · 18 апреля 2026 г.
Fabric 1.4.0
🎉 Some new settings for more configurability!
⭐ New features:
- New setting: StartOnLevel // Fight First will only be enabled for Pokémon at or above this level.
- New setting: ReturnBallOnFail // Whether players should get their Pokéballs back whenever a capture attempt fails because of this mod.
1.3.0Релиз1.21.1 · 6 марта 2026 г.
NeoForge 1.3.0
🎉 Blacklists, Multiworld support, editable messages and more changes!
⭐ New features:
- New config: fightfirst_messages.json // You can now edit the messages the mod sends!
- New setting: WorldBlacklist // Worlds (e.g. from mods like Multiworld) in which Fight First should be disabled (e.g. "MySecondWorld")
- New setting: PokemonBlacklist // Pokémon for which Fight First should be disabled (e.g. "pikachu")
🔧 Changes and fixes:
- Changed BonusCatchRate from a flat value to an additional percentage of the catch rate.
- Fixed HPThresholdBeforeBattle not respecting the DimensionBlacklist.
- Renamed HPThresholdBeforeBattle to MinHPForBattle.
- Renamed MinCaptureHPThreshold to MinHPForCapture.
Special thanks to mr200tt for providing ideas and feedback for this update!
1.3.0Релиз1.21.1 · 6 марта 2026 г.
Fabric 1.3.0
🎉 Blacklists, Multiworld support, editable messages and more changes!
⭐ New features:
- New config: fightfirst_messages.json // You can now edit the messages the mod sends!
- New setting: WorldBlacklist // Worlds (e.g. from mods like Multiworld) in which Fight First should be disabled (e.g. "MySecondWorld")
- New setting: PokemonBlacklist // Pokémon for which Fight First should be disabled (e.g. "pikachu")
🔧 Changes and fixes:
- Changed BonusCatchRate from a flat value to an additional percentage of the catch rate.
- Fixed HPThresholdBeforeBattle not respecting the DimensionBlacklist.
- Renamed HPThresholdBeforeBattle to MinHPForBattle.
- Renamed MinCaptureHPThreshold to MinHPForCapture.
Special thanks to mr200tt for providing ideas and feedback for this update!
1.2.0Релиз1.21.1 · 7 февраля 2026 г.
NeoForge 1.2.0
🎉 Fight First is finally getting some love from me and is going to become a true standalone mod - with features seperate from Limited Legends.
⭐ New features:
- Actually Fight First: Now you can make it so that players actually have to attack Pokémon and lower their HP before they can battle them in a Pokémon battle!
- New setting: HPThresholdBeforeBattle // Set the % of HP before a battle against a wild Pokémon can be initiated (Range: 0.0 - 1.0)
- New setting: DimensionBlacklist // Dimensions in which Fight First should be disabled (e.g. "minecraft:overworld")
- New setting: PokemonWhitelist // Pokémon that shall be fought first (e.g. "pikachu"). Leave empty if all Pokémon should be fought first.
1.2.0Релиз1.21.1 · 7 февраля 2026 г.
Fabric 1.2.0
🎉 Fight First is finally getting some love from me and is going to become a true standalone mod - with features seperate from Limited Legends.
⭐ New features:
- Actually Fight First: Now you can make it so that players actually have to attack Pokémon and lower their HP before they can battle them in a Pokémon battle!
- New setting: HPThresholdBeforeBattle // Set the % of HP before a battle against a wild Pokémon can be initiated (Range: 0.0 - 1.0)
- New setting: DimensionBlacklist // Dimensions in which Fight First should be disabled (e.g. "minecraft:overworld")
- New setting: PokemonWhitelist // Pokémon that shall be fought first (e.g. "pikachu"). Leave empty if all Pokémon should be fought first.
1.1.2Релиз1.21.1 · 9 декабря 2025 г.
NeoForge 1.1.2
🎉 You may now use Safari Balls again!
⭐ New features:
- New option: AllowSafariBall // Set whether Safari Balls should work as intended.
1.1.2Релиз1.21.1 · 9 декабря 2025 г.
Fabric 1.1.2
🎉 You may now use Safari Balls again!
⭐ New features:
- New option: AllowSafariBall // Set whether Safari Balls should work as intended.
Комментарии
Загружаем…