File Details
CustomJukebox-1.2.2.jar
- R
- Dec 15, 2025
- 375.98 KB
- 10
- 1.21.10+10
File Name
CustomJukebox-1.2.2.jar
Supported Versions
- 1.21.10
- 1.21.9
- 1.21.8
- 1.21.7
- 1.21.6
- 1.21.5
- 1.21.4
- 1.21.3
- 1.21.2
- 1.21.1
- 1.21
## [1.2.2] - 2025-12-15
### Added
- **Mute/Unmute Commands**: New commands for quickly silencing and restoring playback
- `/cjb mute [restart]` - Mutes all playback by setting volume to 0
- `/cjb unmute [restart]` - Restores previous volume before muting
- Saves volume state before muting for seamless restoration
- Optional restart parameter to apply changes to active playbacks immediately
- **Volume Presets**: Quick volume adjustment with preset names
- `silent`/`mute`/`off` → 0.0
- `quiet`/`low`/`soft` → 0.5
- `normal`/`default`/`medium` → 1.0
- `loud`/`high` → 2.0
- `max`/`maximum`/`full` → 4.0
- Example: `/cjb volume quiet` or `/cjb volume loud restart`
### Changed
- **Improved Volume Control**: Enhanced volume adjustment system
- Finer granularity: 41 volume levels (0.0 to 4.0 in 0.1 increments)
- Enhanced tab-completion with all numeric values and preset names
- Better precision display with 2 decimal places (e.g., 1.50)
- Improved error messages for invalid volume values
### Technical
- Added mute state tracking in ConfigManager
- Volume presets support multiple aliases for user convenience
- Enhanced tab-completion system for better user experience
- All new features fully translated in 4 languages (EN, DE, ES, IT)