Перейти к содержимому
Mineforgian

Cobblemon Broadcaster

Notifies the global chat when a Shiny, Legendary, Ultra Beast, or custom-aspect Pokémon spawns near a player.

29K загрузок21 подписчиковMITfabric

Обновлён 19 января 2026 г. · опубликован 25 марта 2025 г.

  • Shiny and Custom Aspects Broadcast

📣 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.


Версии

ВерсияКаналИграЗагрузчикиДатаСкачать
1.2.5+1.21.1Релиз1.21.1fabric19 января 2026 г.Скачать (1.3 МБ)
1.2.4+1.21.1Релиз1.21.1fabric27 декабря 2025 г.Скачать (1.3 МБ)
1.2.3+1.21.1Релиз1.21.1fabric22 декабря 2025 г.Скачать (1.3 МБ)
1.2.2+1.21.1Релиз1.21.1fabric22 декабря 2025 г.Скачать (1.3 МБ)
1.2.1+1.21.1Релиз1.21.7, 1.21.8, 1.21.9, 1.21.10fabric21 ноября 2025 г.Скачать (1.3 МБ)
1.2.0+1.21.1Релиз1.21.1fabric20 ноября 2025 г.Скачать (1.3 МБ)
1.1.1+1.21.1Релиз1.21.1fabric25 марта 2025 г.Скачать (1.3 МБ)

Ченджлог

1.2.5+1.21.1Релиз1.21.1 · 19 января 2026 г.

Fixes

  • Made FaintEvent look at Labels as well as Aspects.
  • Made FaintEvent respect the world blacklist.
  • Now ignores cancelled spawns to not falsely announce them.

Thank you @Auristite for contributing these fixes!

1.2.4+1.21.1Релиз1.21.1 · 27 декабря 2025 г.

Fixes

  • Fixes PokeSnack spawned Pokémon not always being announced.

Changes

  • Removed LuckPerms as a hard dependency

Thank you Auristite!

1.2.3+1.21.1Релиз1.21.1 · 22 декабря 2025 г.

Fixes (Thank you @auristite!)

  • Fixed an issue where upon reloading, multiple messages would fire for the same event.
  • Removed Console spam
1.2.2+1.21.1Релиз1.21.1 · 22 декабря 2025 г.

Additions

  • Added PokeSnack Support.
  • Added support for Pokemon Labels.
  • Broadcasts now have a toggle to decide whether to announce to the server or to the player it spawned on. PokeSnacks are always global. (default: Global)
  • Added the following placeholders: {x}, {y}, {z}, {gender}, {biome}, {dimension}.

Fixes

  • Fixed an issue where defeating an NPC with a pokemon matching a Faint spec would announce it in chat.
  • Fixed an issue where adding new keys wouldn't update with the reload command.

Removals

  • Removed the "Enabled" key from config.yml. If you don't want something, simply delete the entire entry from your config.yml

config.yml

# DON'T TOUCH Config-Version OR THINGS WILL BREAK
Config-Version: 1.2.0
# Name of Spec
shiny:
  # Set whether the message is sent to all players, or just on the player it spawned on. (true/false)
  Global-Alert: true
  # Message that gets sent to all players when the Pokemon with the spec spawns in.
  SpawnMessage: "<yellow>A shiny <gold>{pokemon} <yellow>spawned on <gold>{player} at x = {x}!"
  # Message that gets sent to all players when the Pokemon with the spec spawns in from a PokeSnack
  SpawnMessage-Snack: "<yellow>A shiny <gold>{pokemon} <yellow>was lured in by a PokeSnack at {x}, {y}, {z}!"
  # Message that gets sent to all players when the Pokemon with the spec faints.
  FaintMessage: "<red>A shiny <dark_red>{pokemon}<red> has fainted."
  # Message that gets sent to all players when the Pokemon with the spec is captured.
  CaptureMessage: "<yellow>A shiny <gold>{pokemon} <yellow>has been captured by <gold>{player}!"
legendary:
  Global-Alert: 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:
  Global-Alert: 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:
  Global-Alert: true
  SpawnMessage: "<aqua>An Ultra Beast <dark_aqua>{pokemon} <aqua>has spawned near <dark_aqua>{player}!"
  FaintMessage: "<red>A Ultra Beast <dark_red>{pokemon}<red> has fainted."
  CaptureMessage: "<aqua>A Ultra Beast <dark_aqua>{pokemon} <aqua>has been captured by <dark_aqua>{player}!"
1.2.1+1.21.1Релиз1.21.8, 1.21.9, 1.21.10 · 21 ноября 2025 г.
  • Fixed issue where configs wouldn't properly generate for fresh installations.
1.2.0+1.21.1Релиз1.21.1 · 20 ноября 2025 г.
  • Updated to Cobblemon 1.7

Комментарии

Загружаем…