HomeJavaModsCobblemonPulse
CobblemonPulse
ModsJava

CobblemonPulse

by ThreadSafe · on Modrinth

CobblemonPulse is a Fabric mod adding dynamic broadcast messages for Pokémon events, with hoverable details and rarity-based notifications.

⬇ Download on Modrinth
CobblemonPulse — screenshot 1CobblemonPulse — screenshot 2CobblemonPulse — screenshot 3CobblemonPulse — screenshot 4

CobblemonPulse

CobblemonPulse is a Fabric mod for Minecraft that provides server-wide broadcast messages and notifications for Cobblemon Pokémon events, including wild spawns, captures, and defeats. It supports hover text with Pokémon details, custom sounds, and commands.


Features


Installation

  1. Install Fabric Loader and Fabric API.
  2. Place the CobblemonPulse mod .jar into your mods folder.
  3. Make sure Cobblemon mod is installed as well.
  4. Start your server.

Configuration

CobblemonPulse uses a JSON configuration file located at:

config/cobblemonpulse/config.json
{
  "language": "en_us",
  "spawn": {
    "normal": {
      "broadcast_enabled": true,
      "broadcast_message": "&2A wild &6{pokemon} &2has appeared near &b{player}&2!",
      "pokemon_hover": [
        "&7Pokémon: &f{pokemon} lv.{level}",
        "&7Types: &a{type}",
        "&7Ability: &f{ability}",
        "&7Form: &a{form}",
        "&7Nature: &f{nature}",
        "&7Gender: &a{gender}",
        "&7World: &f{world}",
        "&7Biome: &a{biome}",
        "&7Location: &f{x} {y} {z}"
      ],
      "sound_enabled": true,
      "sound": "minecraft:entity.experience_orb.pickup",
      "volume": 1.0,
      "pitch": 1.0,
      "command_enabled": true,
      "commands": []
    },
    "shiny": { ... },
    "legendary": { ... },
    "mythical": { ... },
    "ultrabeast": { ... }
  },
  "capture": { ... },
  "defeat": { ... }
}

You can reload the configuration in-game using:

/cobblemonpulse

Only users with the permission cobblemonpulse.admin can execute this command.


Default Configuration

The default configuration includes spawn, capture, and defeat settings for normal, shiny, legendary, ultrabeast and mythical Pokémon.

(Full JSON configuration omitted for brevity. Refer to the default cobblemonpulse.json in the mod for complete details.)


Placeholders

Placeholder Description
{pokemon} Pokémon name
{player} Player name
{level} Pokémon level
{type} Pokémon type(s)
{ability} Pokémon ability
{form} Pokémon form
{nature} Pokémon nature
{gender} Pokémon gender
{world} World name
{biome} Biome name
{x} {y} {z} Pokémon coordinates

Permissions


Events Handled


Quick facts

Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.

Verified by MCModsHub

These come from our own check of the pack file, not from the source page.

Explore more