pokemoncatcher banner
pokemoncatcher icon

pokemoncatcher

"Create a mod that adds a new command /pokebug give <player> <quantity> and adds a command "/pokebug off" to disable this feature, and "/pokebug on" to...

00
cobblemon-fabricServer1.21.1mod

What changed

  • Added the pokemoncatcher server mod with /pokebug commands to hand out special pokebug items (uses more_gems:topaz), toggle the feature on/off, and configure per-species capture rules.
  • Pokebug items carry 10 uses, show the remaining count as item lore, reject enchantments automatically, and carry unique custom data so they stay separate from regular topaz.
  • Right-click a Cobblemon Pokémon within 1 block with a pokebug item to roll the configured success chance; success removes the Pokémon and runs the configured reward command, failure still consumes a use. Items vanish at 0 uses.

How to use it

  • /pokebug give <player> <quantity> gives pokebug items.
  • /pokebug config <species> <percentage> <command> sets the success rate and reward for that species. %player% inside <command> is replaced with the user’s name when run.
  • /pokebug on and /pokebug off enable or disable pokebug interaction globally.
  • Configurations persist in config/pokemoncatcher.json.

Notes and limitations

  • Capture handling only runs for pokebug-tagged items; regular topaz does nothing.
  • If no config exists for the targeted species, the attempt is rejected without consuming a use.
  • Requires the more_gems item registry entry more_gems:topaz to be present on the server.