Cobblemon Capture Notification - Pokémon Capture Notifications
Transform rare Pokémon captures into memorable events for your Minecraft server! This mod is designed for servers with Cobblemon and automatically informs all online players when someone catches a special Pokémon.
🎨 Colored Alerts and Categories
The system uses different colors to denote Pokémon types:
- Shiny: Gold color
- Legendary: Light purple
- Ultra Beasts: Red
- Mythical: Aqua blue
- Ultra-Rare: Dark purple
⚙️ Flexible Message Customization
You can personalize all notifications through the configuration file. Simply edit the message parameters using %s as placeholders for player name and Pokémon name.
Then load changes directly in-game with the command:
/notification reload
🔧 Simple Setup and Management
The mod automatically creates all necessary configuration files. You can enable or disable notifications for individual Pokémon categories in the settings. Available text colors include: BLACK, DARK_BLUE, DARK_GREEN, DARK_AQUA, DARK_RED, DARK_PURPLE, GOLD, GRAY, DARK_GRAY, BLUE, GREEN, AQUA, RED, LIGHT_PURPLE, YELLOW, WHITE.
Full configuration example:
{
"shinyMessage": "%s has captured a %s! (Shiny)",
"legendaryMessage": "%s has captured a %s! (Legendary)",
"ultraBeastMessage": "%s has captured a %s! (Ultra Beast)",
"mythicalMessage": "%s has captured a %s! (Mythical)",
"ultraRareMessage": "%s has captured a %s! (Ultra-Rare)",
"enableShinyMessages": true,
"enableLegendaryMessages": true,
"enableUltraBeastMessages": true,
"enableMythicalMessages": true,
"enableUltraRareMessages": true,
"shinyColor": "GOLD",
"legendaryColor": "LIGHT_PURPLE",
"ultraBeastColor": "RED",
"mythicalColor": "AQUA",
"ultraRareColor": "DARK_PURPLE"
}
🌟 Designate Significant Moments
Such a notification system creates ideal conditions for celebrating impressive player achievements together, maintaining community engagement, and recording memories that are pleasant to share.