Compatibility
Minecraft: Java Edition
Platforms
Supported environments
Creators
Details
๐ฃ Cobblemon Broadcaster: Real-Time Spawn Announcements! โจ
Cobblemon Broadcaster is a powerful tool for real-time announcements on Pokรฉmon spawns, captures, and defeats, supporting Shiny, Legendary, Mythical, and Ultra Beast Pokรฉmon!
๐ง Key Features
- Custom Messages: Adjust spawn, capture, and faint messages to fit your style.
- Control Broadcasts: Toggle announcements for specific Pokรฉmon tiers.
- Dynamic Placeholders: Use
{pokemon}and{player}for personalized messages. - Custom Aspects Support: Add and configure new Pokรฉmon aspects with custom messages.
- World Blacklist: Prevent broadcasts in specific worlds.
๐ Example Configuration
# DON'T TOUCH Config-Version OR THINGS WILL BREAK
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 fainted."
CaptureMessage: "<yellow>A shiny <gold>{pokemon} <yellow>has been captured by <gold>{player}!"
legendary:
enabled: true
SpawnMessage: "<green>A Legendary <dark_green>{pokemon} <green>has spawned near <dark_green>{player}!"
FaintMessage: "<red>A Legendary <dark_red>{pokemon}<red> has fainted."
CaptureMessage: "<green>A Legendary <dark_green>{pokemon} <green>has been captured by <dark_green>{player}!"
mythical:
enabled: true
SpawnMessage: "<light_purple>A Mythical <dark_purple>{pokemon} <light_purple>has spawned near <dark_purple>{player}!"
FaintMessage: "<red>A Mythical <dark_red>{pokemon}<red> has fainted."
CaptureMessage: "<light_purple>A Mythical <dark_purple>{pokemon} <light_purple>has been captured by <dark_purple>{player}!"
ultrabeast:
enabled: true
SpawnMessage: "<aqua>An Ultra Beast <dark_aqua>{pokemon} <aqua>has spawned near <dark_aqua>{player}!"
FaintMessage: "<red>An Ultra Beast <dark_red>{pokemon}<red> has fainted."
CaptureMessage: "<aqua>An Ultra Beast <dark_aqua>{pokemon} <aqua>has been captured by <dark_aqua>{player}!"
๐ง Cobblemon Broadcaster - Custom Aspects Support
This feature allows you to define new aspects with custom messages.
โ๏ธ Example Config:
shinier:
enabled: true
SpawnMessage: "A shinier {pokemon} has spawned!"
FaintMessage: "A shinier {pokemon} fainted."
CaptureMessage: "A shinier {pokemon} was captured!"
This configuration demonstrates how to add a Shinier Pokรฉmon aspect. You can create as many custom aspects as you like and tailor the messages to your needs!
๐ซ World Blacklist Support Cobblemon Broadcaster can also be configured to disable broadcasts in specific worlds.
๐ Example world-blacklist.yml:
# DON'T TOUCH Config-Version OR THINGS WILL BREAK
Config-Version: 1.1.0
# Worlds that should not have any broadcasts
Blacklisted-Worlds:
- "minecraft:test_world"
Use this feature to prevent spam in specific worlds or tailor your announcement settings per environment.


