Changelog
All notable changes to CladeWelcome will be documented in this file.
[1.2.0.0.a] - 2026-05-26
Added
- Performance Mode system
- Light mode for maximum performance
- Heavy mode with full features enabled
- Debug Mode
- Detailed console logging
- Easier troubleshooting
- Configuration Validation
- Animation type validation
- BossBar color validation
- Clickable action validation
- URL validation
- Component Cache System
- 5 minute TTL cache
- Automatic cleanup on reload
- Improved performance
- Group Sound System
- Different sounds for different groups
- Custom volume and pitch
- Compatibility fallback support
- BossBar Gradient Support
- Gradient colors
- Gradient animation compatibility
- Multiple Clickable Commands
- Support for semicolon-separated commands
- Async Language Loading
- Faster startup performance
- JavaDoc Documentation
- Improved developer documentation
- Full README Documentation
- Installation guide
- Configuration guide
- Troubleshooting section
Fixed
- Fixed hex color support in all animations
- RainbowAnimation
- GradientAnimation
- TypingAnimation
- ScrollingAnimation
- WaveAnimation
- PulsingAnimation
- Fixed clickable chat system
- Better URL detection
- Fixed click events
- Added compatibility fallback
- Fixed deprecated method warnings
- hideJoinMessage
- hideQuitMessage
- sendLegacyTitle
- Fixed update checker display
- Prevents empty version display
- Improved error handling
- Better try-catch handling
- Improved stack traces
- Better logging
- Fixed sound playback fallback system
- Added player settings file creation logging
Changed
- Updated startup/shutdown banners
- Update checker status
- MySQL status
- Animation status
- Platform support information
- Updated Discord links
- Updated configuration structure
- performance-mode
- debug
- sounds.default
- sounds.groups
- bossbar.gradient-enabled
- bossbar.gradient-colors
Removed
- Removed hover hints from clickable chat
Technical Improvements
- Better code organization
- Improved performance
- Better compatibility support
- Improved logging system
- Better error recovery
Configuration
Added:
performance-mode: light
debug:
enabled: false
sounds:
default:
sound: ENTITY_PLAYER_LEVELUP
volume: 1.0
pitch: 1.0
sounds:
groups:
admin:
sound: BLOCK_NOTE_BLOCK_PLING
bossbar:
gradient-enabled: false
gradient-colors:
- "#FF0000"
- "#00FF00"
- "#0000FF"
Supported Platforms
Requirements
- Java 17+
- Minecraft 1.17.x - 1.21.x
Author
Vunlior