← Назад к ресурсам

Cobblemon Broadcaster

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

Modrinth adventure mobs utility

Описание

📣 **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** ```yaml # DON'T TOUCH Config-Version OR THINGS WILL BREAK Config-Version: 1.0.0 shiny: enabled: true SpawnMessage: "A shiny {pokemon} spawned near {player}!" FaintMessage: "A shiny {pokemon} has fainted." CaptureMessage: "A shiny {pokemon} has been captured by {player}!" legendary: enabled: true SpawnMessage: "A Legendary {pokemon} has spawned near {player}!" FaintMessage: "A Legendary {pokemon} has fainted." CaptureMessage: "A Legendary {pokemon} has been captured by {player}!" mythical: enabled: true SpawnMessage: "A Mythical {pokemon} has spawned near {player}!" FaintMessage: "A Mythical {pokemon} has fainted." CaptureMessage: "A Mythical {pokemon} has been captured by {player}!" ultrabeast: enabled: true SpawnMessage: "An Ultra Beast {pokemon} has spawned near {player}!" FaintMessage: "An Ultra Beast {pokemon} has fainted." CaptureMessage: "An Ultra Beast {pokemon} has been captured by {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! --- 🚫 **World Blacklist Support** 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. ---