Compatibility
Minecraft: Java Edition
26.2
26.1.x
1.21.x
Platforms
Tags
Creators
Details
Licensed MIT
Published 4 months ago
Updated last week
BS-CustomJukebox Bedrock Extension
Companion plugin for BS-CustomJukebox that adds Bedrock Edition support via Geyser/Floodgate.
Features
- Sound Bridging — Custom disc sounds are automatically played to Bedrock players when a disc is inserted into a jukebox
- Resource Pack Generator — Generates a Bedrock-compatible
.mcpackfrom your existing custom discs with a single command - Custom Item Registration — Registers custom disc items via Geyser so Bedrock players see unique disc textures
- Zero impact on Java players — Java Edition playback is completely unchanged
- Graceful degradation — Plugin runs without Geyser/Floodgate installed (logs a warning, no crash)
How it works
- Listens for disc playback events from BS-CustomJukebox
- Detects Bedrock players via Floodgate
- Intercepts the Java sound and plays the Bedrock-mapped equivalent instead
- Custom items are registered through Geyser's Custom Items API
Quick Setup
- Install BS-CustomJukebox, Geyser-Spigot, and Floodgate
- Drop this plugin into your
plugins/folder - Place your
.oggsound files inplugins/CustomJukebox/sounds/— the Pack Generator exports exactly this folder layout, so you can unzip it straight intoplugins/ - Run
/cjb-bedrock generateto create the Bedrock resource pack - Copy the generated
.mcpackto Geyser'spacks/folder - Restart the server
Commands
| Command | Description |
|---|---|
/cjb-bedrock generate |
Generate Bedrock resource pack |
/cjb-bedrock reload |
Reload configuration |
/cjb-bedrock status |
Show plugin status and dependency info |
/cjb-bedrock help |
Show help |
Permission: customjukebox.bedrock.admin (default: OP)
🛠️ Preparing the sound files
Bedrock needs the same .ogg files as the Java pack, as loose files rather than inside it. The CustomJukebox Pack Generator builds both from the same tracks in your browser: a Java resource pack, the plugin's disc.json, and a "Download Bedrock files" zip laid out as CustomJukebox/sounds/ and CustomJukebox/textures/ — unzip it into plugins/ and run /cjb-bedrock generate.
It converts mp3, wav and flac to Ogg Vorbis locally, so nothing is uploaded anywhere, and it can match the loudness of all your tracks so one disc is not far louder than the next.
🔗 Links
- 🎵 BS-CustomJukebox — the main plugin, required
- 🛠️ Pack Generator — build the sound files in your browser
- 🐙 Source on GitHub


