Compatibility
Minecraft: Java Edition
Platforms
Supported environments
90% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Creators
Details
A lightweight, server-only mod that prevents you from accidentally releasing valuable Pokémon in Cobblemon.
Features
- Confirmation step before releasing certain Pokémon. The first attempt to release is rejected, a message is sent to the player, and then the player can release one more time to confirm.
- Customizable filters using Cobblemon's PokemonProperties.
- Automatically resets confirmation if the Pokémon is put onto your team.
- Fully configurable, with translatable in-game messages
Configuration
Located in your config folder as confirmrelease.json
, you can define what kinds of Pokémon require a release confirmation using Cobblemon’s property matching system. Here's an example config:
{
"confirmFor": [
"shiny",
"eevee",
"level=100"
]
}
This would require confirmation for any shiny Pokémon, any Eevee, and any Pokemon that has reached level 100. You could also match by things like Nature, Form, IVs, EVs, and more, including combinations!
Translations
This mod is only required on the server side for it to be technically functional. However, in order for players to see the messages (instead of some code-looking text), they'll either need the mod on their client as well, or to have a resource pack with a lang file in it that has the required strings. An example resource pack is available over on the Discord.