File Details
CustomJukebox-2.1.3.jar
- R
- Apr 11, 2026
- 215.24 KB
- 25
- 1.21.11+11
File Name
CustomJukebox-2.1.3.jar
Supported Versions
- 1.21.11
- 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
[2.1.3] - 2026-04-11
Fixed
Message formatting: All chat messages now use MessageUtil with Adventure API
- Replaced all raw
sender.sendMessage(String)/player.sendMessage(String)calls - Replaced hardcoded section sign color codes with ampersand codes
- Affects all commands, listeners, and GUI components
- Replaced all raw
Error handling: Replaced all
printStackTrace()calls with properLogger.log()usage- CJBCommand, ConfigManager, DiscManager, IntegrationManager
Give/Fragment command bug: Fixed commands giving items even with invalid amount input
- Added missing
returnafter NumberFormatException in GiveSubcommand and FragmentSubcommand
- Added missing
Vanilla sound overlap: Fixed volume fluctuations during custom disc playback
- Added
jukebox.stopPlaying()to stop server-side vanilla playback - Prevents Jukebox block entity from periodically re-triggering vanilla sound
- Applied to both manual disc insertion and GUI-based insertion
- Added

