📦 Changelog Cobblemon Capture Notification v1.6 Compatible with Fabric 1.3.0
✨ Compatibility Updates Updated to support Fabric 1.3.0
Refactored event handling to utilize PokemonCapturedEvent API
🔧 Improvements Switched server instance management to a thread-safe AtomicReference
Centralized config reload functionality for increased reliability
Enhanced error handling across initialization and event systems
Pokémon type detection updated to use the new species labels system
🐞 Bug Fixes Fixed command registration to correctly handle reload actions
Added proper error feedback for failed configuration loading
Improved server lifecycle logic to eliminate null reference issues
Changelog - Cobblemon Capture Notification
Version 1.4-fabric-1.3.0
Added
- Fully customizable message format for each Pokémon type
- Individual toggles to enable/disable notifications for each type:
- Shiny
- Legendary
- Ultra Beast
- Mythical
- Ultra-Rare
- Configurable colors for each notification type
- Server-side configuration file (capture_notification_config.json)
/notification reload
command for updating config without restart- Detailed command feedback showing enabled/disabled status
Changed
- Improved configuration handling with automatic file creation
- Enhanced error handling for message formatting
- Better logging for configuration changes
Fixed
- Fixed issue with configuration not loading at server startup
- Fixed color formatting to use values from config file
- Addressed JVM compatibility issues