Cobblemon Broadcaster
Notifies the global chat when a Shiny, Legendary, Ultra Beast, or custom-aspect Pokémon spawns near a player.
Cobblemon Broadcaster
📣 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!
---
🔧 World Blacklist - World Blacklist: Adjust spawn, capture, and faint messages to fit your style. - World Blacklist: Toggle announcements for specific Pokémon tiers. - World Blacklist: Use `{pokemon}` and `{player}` for personalized messages. - World Blacklist: Add and configure new Pokémon aspects with custom messages. - World Blacklist: Prevent broadcasts in specific worlds.
---
📄 Example Configuration ```yaml
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: ```yaml 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!
---
🚫 disable broadcasts in specific worlds Cobblemon Broadcaster can also be configured to disable broadcasts in specific worlds.
📄 Example world-blacklist.yml: ```yaml
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.
---