Write the script into your server.cfg:
ensure jukebox_baspel
Create item (in your inventory script or if you're using database then in database) which you set in config 'jukebox_coin' in default
Add item image from img or create yourself
Set things in config by yourself... (what you want etc...)
Enjoy the script 🎉
How to add music?
Add mp3 file into /sounds folder
Add music into config.lua
Config.SongName= { --- First Song --- ['first'] ='💽 | Phao', -- Name of first song ['desc_first'] ='Description of the song', -- Description of the song ['music_first_id'] ='phao', -- ./sounds/name_of_the_song.mp3 without .mp3}