

🎮 Cobblemon Broadcaster: Real-time Pokémon Announcements
Cobblemon Broadcaster is an innovative tool that instantly notifies all players on the server about important Pokémon-related events. This mod supports automatic announcements for spawns, captures, and defeats of particularly valuable Pokémon, including Shinies, Legendaries, Mythical creatures, and Ultra Beasts!
🔥 Key Features
- Flexible Message Customization: Create unique notification texts for different events - spawns, captures, and Pokémon defeats
- Selective Broadcasting: Enable or disable alerts for specific Pokémon categories
- Dynamic Placeholders: Utilize
{pokemon}
and{player}
variables for personalized messages - Expandable System: Add custom Pokémon categories with individual message settings
- World Exclusion: Configure a blacklist of worlds where announcements won't appear
⚙️ Configuration Example
Config-Version: 1.0.0
shiny:
enabled: true
SpawnMessage: "<yellow>A shiny <gold>{pokemon} <yellow>spawned near <gold>{player}!"
FaintMessage: "<red>A shiny <dark_red>{pokemon}<red> has been defeated."
CaptureMessage: "<yellow>A shiny <gold>{pokemon} <yellow>was captured by <gold>{player}!"
legendary:
enabled: true
SpawnMessage: "<green>A Legendary <dark_green>{pokemon} <green>spawned near <dark_green>{player}!"
FaintMessage: "<red>A Legendary <dark_red>{pokemon}<red> has been defeated."
CaptureMessage: "<green>A Legendary <dark_green>{pokemon} <green>was captured by <dark_green>{player}!"
mythical:
enabled: true
SpawnMessage: "<light_purple>A Mythical <dark_purple>{pokemon} <light_purple>spawned near <dark_purple>{player}!"
FaintMessage: "<red>A Mythical <dark_red>{pokemon}<red> has been defeated."
CaptureMessage: "<light_purple>A Mythical <dark_purple>{pokemon} <light_purple>was captured by <dark_purple>{player}!"
ultrabeast:
enabled: true
SpawnMessage: "<aqua>An Ultra Beast <dark_aqua>{pokemon} <aqua>spawned near <dark_aqua>{player}!"
FaintMessage: "<red>An Ultra Beast <dark_red>{pokemon}<red> has been defeated."
CaptureMessage: "<aqua>An Ultra Beast <dark_aqua>{pokemon} <aqua>was captured by <dark_aqua>{player}!"
🎯 Custom Categories Support
The system allows creating custom Pokémon types with unique messages.
Additional Category Setup Example:
shinier:
enabled: true
SpawnMessage: "An ultra-shiny {pokemon} appeared!"
FaintMessage: "An ultra-shiny {pokemon} was defeated."
CaptureMessage: "An ultra-shiny {pokemon} has been captured!"
This configuration demonstrates creating an "Ultra-Shiny Pokémon" category. You can add unlimited custom categories and configure corresponding messages according to your preferences!
🚫 Specific Worlds Exclusion
Cobblemon Broadcaster includes functionality to disable announcements in specific worlds.
world-blacklist.yml File Example:
Config-Version: 1.1.0
Blacklisted-Worlds:
- "minecraft:test_world"
This feature helps avoid notification spam in certain worlds and flexibly configure system behavior in different gaming environments.