The All-in-One Playlist Addon by LumenX2009 brings custom in-game music playback to Minecraft Bedrock through a simple, elegant UI. It includes both a Behavior Pack (scripting + item logic) and a Resource Pack (sound definition + textures).
Auto-Gifted Disk — On first spawn, every player automatically receives a Custom Music Disk item (a renamed Music Disc 11) in their inventory.
Music Player UI — Using the disk opens the ♪ Music Player form UI. The menu shows current play status and two buttons: ▶ Play Music / ■ Stop Music, plus a close option.
Persistent Playback — Music continues playing even after the player closes the menu. A tooltip reminds them: "Close Menu to keep music playing."
Multiplayer Safe — Player leave events clean up the playing state to prevent ghost tracks. Fully compatible with Realm and multiplayer environments.
Bring Your Own Song — The addon ships with a placeholder custom_song.ogg (29 MB demo track). To replace it, drop your own .ogg file named exactly custom_song.ogg into resource_pack/sounds/music/ and repackage. The sound streams directly for performance.
Technical Details — Item detection uses nameTag matching for reliable identification. Per-player play state is tracked via a Set of player IDs. Sound is played via player.playSound() at the player's location with volume 1.0 and pitch 1.0.
Pack Size — ~29 MB (mostly the included demo .ogg track).