Cobblemon Hunt Mod (1.21.1, 1.20.1) is an addon for Cobblemon Mod that adds a dynamic new gameplay element by allowing players to earn money from hunting specific Pokémon. The core feature of this mod is its bounty system. Players can take on hunting tasks that require them to seek out and capture or defeat specific Pokémon. Upon successful completion of these tasks, players are rewarded with in-game currency. This system adds a new dimension to the game, encouraging exploration and strategic hunting as players aim to complete their bounties.

Features:

  • Bounty System: Earn money by capturing or defeating specific Pokémon.
  • In-Game Currency Rewards: Use earned money to purchase items and equipment.
  • Progression and Achievement: Accumulate wealth and resources through successful hunts.
  • Single-Player and Multiplayer Support: Enjoy the mod in various gameplay environments.
  • Enhanced Gameplay Depth: Adds strategic and economic elements to the Cobblemon experience.

Commands:

  • User Commands
    • Hunt
      • Usage /hunt
        • Permission cobblemon.hunt.base
        • Description Opens the Hunt menu
  • Admin
    • Reload
      • Usage /hunt reload
        • Permission cobblemon.hunt.reload
        • Description Reloads Hunt
        • Config:

Configs:

Default Configuration

{ "useImpactorDefaultCurrency": true, "impactorCurrencyName": "impactor:huntcoins", "individualHunts": false, "sendHuntEndMessage": true, "sendHuntBeginMessage": true, "timerCooldowns": true, "bufferDuration": 5, "huntDuration": 60, "huntAmount": 7, "rarity": { "common": 60, "uncommon": 30, "rare": 9, "ultraRare": 1 }, "rewards": { "common": { "price": 100.0, "commands": [ "give {player} minecraft:diamond 1" ] }, "uncommon": { "price": 500.0, "commands": [ "give {player} minecraft:diamond 2" ] }, "rare": { "price": 700.0, "commands": [ "give {player} minecraft:diamond 3" ] }, "ultraRare": { "price": 1000.0, "commands": [ "give {player} minecraft:diamond 4" ] } }, "matchProperties": { "ability": true, "gender": true, "nature": true, "shiny": false }, "customPrices": [ { "species": "magikarp", "form": "", "reward": { "price": 500.0, "commands": [ "give {player} minecraft:diamond 1" ] } } ], "blacklist": [], "version": "1.2.1" }

Config Settings Overview

  • useImpactorDefaultCurrency (boolean)
    • True: Use the default Impactor currency.
    • False: Use a custom Impactor currency.
  • impactorCurrencyName (string)
    • Name of the custom Impactor currency.
    • Ignored if useImpactorDefaultCurrency = true.
  • individualHunts (boolean)
    • True: Hunts are separate for each player.
    • False: Hunts are shared server-wide.
  • sendHuntEndMessage (boolean)
    • Send a broadcast message when a hunt expires.
  • sendHuntBeginMessage (boolean)
    • Send a broadcast message when a hunt starts.
  • timerCooldowns (boolean)
    • Enable cooldown between hunt announcements to prevent spam.
  • bufferDuration (int, seconds)
    • Minimum time Hunt will wait before sending another announcement.
  • huntDuration (int, minutes)
    • How long a single hunt should last.
  • huntAmount (int)
    • Number of active hunts at the same time.
  • rarity (object)
    • Weighted chances for each Cobblemon rarity bucket displayed in Hunt.
    • Example:
      • common: 60
      • uncommon: 30
      • rare: 9
      • ultraRare: 1
  • rewards (object)
    • Defines rewards for successfully hunting a Pokémon of a given rarity.
    • Each rarity has:
      • price (float) – currency reward.
      • commands (list) – server commands executed for the player.
  • matchProperties (object)Determines which properties must match for a hunt to be considered successful:
    • ability (boolean) – Require matching abilities.
    • gender (boolean) – Require matching gender.
    • nature (boolean) – Require matching nature.
    • shiny (boolean) – If the hunt target is shiny, the caught Pokémon must also be shiny.
  • customPrices (list)Overrides rarity-based rewards for specific Pokémon.
    • Each entry includes:
      • species (string) – Pokémon species (e.g. magikarp).
      • form (string) – Pokémon form (e.g. Alolan). Empty string for default form.
      • reward (object):
        • price (float) – reward amount for capturing this Pokémon.
        • commands (list) – commands executed when this Pokémon is hunted.
  • blacklist (list)
    • List of Pokémon that should be excluded from hunts.
  • version (string)
    • Configuration schema or mod version, e.g. “1.2.1”.

Screenshots:

Crafting Recipes:

Recommend that you should install Just Enough Items (for mods using Forge) or Roughly Enough Items (for mods using Fabric) to view the full recipes included in this mod.

Requires:

Minecraft Forge or Fabric API or NeoForge Installer

Cobblemon Mod

GooeyLibs Mod

Impactor Mod

How to install:

Click the following link to view details: How to Install Mods for Minecraft Java Edition on PC: A Beginner Guide

Cobblemon Hunt Mod (1.21.1, 1.20.1) Download Links

For Minecraft 1.20.1, 1.20

Forge Version: Download from Server 1 Download from Server 2

Fabric Version: Download from Server 1 Download from Server 2

For Minecraft 1.21.1, 1.21

NeoForge Version: Download from Server 1 Download from Server 2

Fabric Version: Download from Server 1 Download from Server 2

Click to rate this post!
[Total: 0 Average: 0]