Cobblemon Wanted Pokémon NPCs
Cobblemon Wanted Pokémon NPCs adds configurable NPCs that can request specific Pokémon and reward players using currencies from Cobblemon Economy.
The mod lets you create collectors, bounty-style NPCs, or themed buyers that display wanted Pokémon through a dedicated interface. Players can inspect offers, review all requirements, choose an eligible Pokémon from their party or PC, and confirm the sale before it is completed.
Features
- Create configurable Pokémon NPCs linked to custom buyers.
- Display all wanted Pokémon offers in a dedicated NPC interface.
- Show Pokémon sprites directly in the offer menu.
- Show detailed offer requirements on hover:
- species,
- price,
- currency,
- exact level or level range,
- gender,
- shiny allowed, required, or blocked,
- required ability,
- exact, minimum, maximum, or total IV rules.
- Open a filtered Cobblemon PC when a player selects an offer.
- Group all eligible Pokémon into the first pages of the filtered PC.
- Show a clear message when no Pokémon matches the offer requirements.
- Let players manually choose which Pokémon to sell.
- Add a confirmation screen before every sale.
- Support selling Pokémon from the party or PC.
- Return held items to the player after a sale.
- Prevent players from selling their last Pokémon.
- Prevent players from emptying their party.
- Protect NPCs from being captured.
- Protect NPCs from indirect damage sources.
- NPCs can only be killed by creative-mode players.
- Support Cobblemon Economy currencies, including:
- main money currency,
- other custom defined money
Client And Server
The mod works server-side for the main NPC interactions.
For the full filtered Cobblemon PC experience, the mod must also be installed on the client.
If a player does not have the mod installed client-side, they can still interact with NPCs through a server-side fallback GUI.
Commands
/pokebuyback reload
Reloads the configuration.
/pokebuyback buyer list
Lists configured buyers.
/pokebuyback buyer show <buyer>
Displays all offers for a buyer.
/pokebuyback npc create <buyer> [visual_species]
Creates a Pokémon NPC in front of the player.
/pokebuyback npc bind <buyer>
Binds the nearest entity to a buyer.
/pokebuyback npc unbind
Removes the buy/sell role from the nearest NPC.
/pokebuyback npc delete
Deletes the nearest wanted Pokémon NPC.
/pokebuyback sell <buyer> <offer>
Opens a specific offer directly.
Configuration
The configuration file is generated automatically at:
config/pokemon_buyback_npcs/buyers.json
Each buyer can define:
- its ID,
- display title,
- visual Pokémon species,
- default currency,
- offers.
Each offer can define:
- wanted species,
- price,
- currency,
- whether the PC should be searched,
- level,
- gender,
- shiny rules,
- required ability,
- IV rules,
- shiny price multiplier.
Offer Example
```json
{
"id": "pikachu",
"species": "pikachu",
"price": 500,
"currency": "POKE",
"level": 0,
"minLevel": 1,
"maxLevel": 100,
"gender": "any",
"searchPc": true,
"allowShiny": true,
"requireShiny": false,
"requireTradeable": false,
"ability": "static",
"minTotalIv": 90,
"exactIvs": {
"speed": 31
},
"minIvs": {
"attack": 20,
"special_attack": 20
},
"shinyMultiplier": 5
}
French Minecraft Server
Cobblemon Wanted Pokémon NPCs was originally created for a French Minecraft Cobblemon server.
Join the community and play Cobblemon with French-speaking players:
https://discord.gg/PtFjDMnG
Cobblemon Wanted Pokémon NPCs is an unofficial addon. It is not affiliated with, endorsed by, or sponsored by Cobblemon, Pokémon, Nintendo, Game Freak, Mojang or Microsoft.