
Cobblemon Broadcaster
Notifies the global chat when a Shiny, Legendary, Ultra Beast, or custom-aspect Pokémon spawns near a player.
📣 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.

