This plugin allows you to add any .nbs format music to the game, set a purchase price for it, and also listen to it in radio mode, in unified format and in playlist mode. Also you can use headphones, volumes and take boombox with you in your journey!

Sounds will be produced by note blocks. Therefore, I advise you to choose the works of the classics.
The boombox does not initially contain music. You need to download .nbs songs, or convert them via converter from midi format.
Then put the .nbs file in the "Music" folder and enter the command in the game to add it to the catalog!
You can set the boombox to turn on automatically if you are going to put it on spawn
NoteBlockAPI - https://www.spigotmc.org/resources/noteblockapi.19287/
Vault - Economy API that works with popular plugins: CMI, EssentialsX, etc.
All music tracks are played in the radio, even those that have not been purchased from you. Voice-overs will sound between the songs (as on the radio itself in life), after which the next music will play. You can turn off the radio only by clicking on it again.
All purchased melodies and records are tied to the block itself, and not to the owner.
You can buy them and add them to your playlist from here.
You can set:
• price
• name
• description
• item material or head
• custom model data
• Particle type
• BossBar color
From catalog you can add the music to the playlist.
All music will be available on the radio.
ALL ANIMATIONS AND PARTICLES CAN BE TURNED OFF.
YAML:
commands:
boombox:
usage: /boombox create
permission: boombox.create
permissions:
boombox.*:
description: Allows the player to use all commands
boombox.create:
description: Allows the player to create boombox
boombox.create.player:
description: Allows the player to create boombox to another player
boombox.load:
description: Allows the player to upload a song
boombox.leave:
description: If the player leaves the game, the music continues to play
boombox.pocket:
description: Allow players to take the boombox and listen on the go
boombox.use:
description: Allow players to place and use boombox
boombox.turnoff:
description: Allows the player to turn off all boomboxes





