Cobblemon Capture Notification
A lightweight Fabric mod that broadcasts colorful, customizable messages when players capture special Pokémon (Shiny, Legendary, Ultra Beast, Mythical, or Ultra-Rare). Features fully configurable messages that can be reloaded in-game with a simple command.
Cobblemon Capture Notification
🌟 Cobblemon Capture Notification Cobblemon Capture Notification enhances your Minecraft server by turning rare Pokémon captures into exciting community events. When a player catches a special Pokémon, everyone online gets a vibrant, color-coded announcement!
✨ Features 🎨 Color-Coded Notifications Different categories of special Pokémon have unique broadcast colors:
- Shiny: Gold
- Legendary: Light Purple
- Ultra Beast: Red
- Mythical: Aqua
- Ultra-Rare: Dark Purple
📝 Fully Customizable Messages Easily personalize the format of each notification via the configuration file.
🔔 Enable/Disable Individual Notifications Choose which types of captures to announce - toggle notifications for each Pokémon type.


♻️ Live Config Reloading Update messages without needing a server restart using: /notification reload
🛠️ Server Admin Friendly Quick setup with auto-generated config files and simple, clear documentation.
⚙️ How It Works The mod hooks into Cobblemon's capture events. When a player captures a Pokémon, it checks if the Pokémon qualifies as "special." If so, it sends a server-wide message using the appropriate styling.
🧩 Configuration Edit the config file at: config/capture_notification_config.json
Use %s as placeholders for player name and Pokémon name.
Complete configuration example:
```
{ "shinyMessage": "%s has captured a %s! (Shiny)", "legendaryMessage": "%s has captured a %s! (Legendary)", "ultraBeastMessage": "%s has captured a %s! (Ultra Beast)", "mythicalMessage": "%s has captured a %s! (Mythical)", "ultraRareMessage": "%s has captured a %s! (Ultra-Rare)", "enableShinyMessages": true, "enableLegendaryMessages": true, "enableUltraBeastMessages": true, "enableMythicalMessages": true, "enableUltraRareMessages": true, "shinyColor": "GOLD", "legendaryColor": "LIGHT_PURPLE", "ultraBeastColor": "RED", "mythicalColor": "AQUA", "ultraRareColor": "DARK_PURPLE" } ```
Available colors include: BLACK, DARK_BLUE, DARK_GREEN, DARK_AQUA, DARK_RED, DARK_PURPLE, GOLD, GRAY, DARK_GRAY, BLUE, GREEN, AQUA, RED, LIGHT_PURPLE, YELLOW, WHITE
🌍 Perfect For Cobblemon Servers Whether you're running a small community or a large public server, this mod helps:
- Celebrate rare achievements
- Engage your community
- Make memorable moments together