1 min read
BS CustomJukebox 2.0: Folia support & custom music discs
MinecraftPaper/FoliaJava
BS CustomJukebox is a fully-featured plugin for Paper 1.21+ that adds custom music discs, a GUI and a fragment system to your server. Version 2.0 brought the rework I was most excited about: full Folia support.
Why Folia?
Folia spreads server load across multiple region threads instead of a single main thread. That's a huge performance win on large servers – but it requires plugins to schedule their work per region rather than blindly on the main thread.
CustomJukebox now detects the server type at runtime and uses Folia's region scheduler when available. On classic Paper/Spigot everything keeps working unchanged – with zero extra configuration.
What the plugin does
- Custom music discs with custom sounds (via resource pack)
- Fragment system: assemble discs from pieces
- GUI support and multi-language
- WorldGuard & GriefPrevention integration for protected areas
This turns server music into a real collecting and reward feature instead of just playing a vanilla disc.