作者:rebot | 分类:模组
Minecraft 版本: 1.20.1 1.20.2 1.20.3 1.20.4 1.20.5 1.20.6 1.21 1.21.1 1.21.2 1.21.3 1.21.4
平台: fabric
标签: social utility
🌟 Cobblemon Capture Notification
Cobblemon Capture Notification enhances your Minecraft server by turning rare Pokémon captures into exciting community events. When a player catches a special Pokémon, everyone online gets a vibrant, color-coded announcement!
✨ Features
🎨 Color-Coded Notifications
Different categories of special Pokémon have unique broadcast colors:
Shiny: Gold
Legendary: Light Purple
Ultra Beast: Red
Mythical: Aqua
Ultra-Rare: Dark Purple
📝 Fully Customizable Messages
Easily personalize the format of each notification via the configuration file.
🔔 Enable/Disable Individual Notifications
Choose which types of captures to announce - toggle notifications for each Pokémon type.


♻️ Live Config Reloading
Update messages without needing a server restart using:
/notification reload
🛠️ Server Admin Friendly
Quick setup with auto-generated config files and simple, clear documentation.
⚙️ How It Works
The mod hooks into Cobblemon's capture events. When a player captures a Pokémon, it checks if the Pokémon qualifies as "special." If so, it sends a server-wide message using the appropriate styling.
🧩 Configuration
Edit the config file at:
config/capture_notification_config.json
Use %s as placeholders for player name and Pokémon name.
Complete 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"
}
Available 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
🌍 Perfect For Cobblemon Servers
Whether you're running a small community or a large public server, this mod helps:
Celebrate rare achievements
Engage your community
Make memorable moments together
请登录后举报
暂无评论,抢个沙发吧~