File Details
CustomJukebox-3.1.0.jar
- R
- Jul 4, 2026
- 221.91 KB
- 12
- 26.2+11
File Name
CustomJukebox-3.1.0.jar
Supported Versions
- 26.2
- 26.1.2
- 26.1.1
- 26.1
- 1.21.11
- 1.21.10
- 1.21.9
- 1.21.8
- 1.21.7
- 1.21.6
- 1.21.5
- 1.21.4
[3.1.0] - 2026-07-04
Changed
- Unified release: The 2.x (Minecraft 1.21.x) and 3.0.0 (Minecraft 26.x) lines are merged into a single version. One jar now supports Paper/Folia 1.21.4 through 26.x.
- Built against Paper API 1.21.4 with
api-version: '1.21'and Java 21 bytecode — loads on 1.21.4+ servers (Java 21) and 26.x servers (Java 25) alike. - Contains all fixes from the 2.x line (2.1.5–2.2.1) plus the 3.0.0 modernizations (component-based CustomModelData, metadata API replacement).
- Built against Paper API 1.21.4 with
- Example resource pack:
max_formatraised to[84, 0]so the pack is accepted by Minecraft 26.x clients (format 84) while staying compatible with 1.21.9+. - Debug logging: Volume debug output now includes distance, sound/player coordinates, world check, and estimated max range to help diagnose audibility issues.
Fixed
- Debug logging: Cross-world distance calculation no longer throws an exception when a
GLOBALplayback reaches players in other worlds (previously triggered a misleading "FAILED TO PLAY SOUND" error with debug mode enabled). Distance is now logged asN/A (different world)instead. - Debug logging: Numbers are formatted locale-independently (always
12.5instead of12,5on e.g. German systems).