Page cover

Baspel Jukebox

Script Preview

Installation Guide

Follow these steps:

  1. First you need xSoundarrow-up-right from Xogos

  2. Be sure you ensure xsound before script

  3. Download script from my githubarrow-up-right

  4. Place the script to your resource folder

  5. Write the script into your server.cfg: ensure jukebox_baspel

  6. Create item (in your inventory script or if you're using database then in database) which you set in config 'jukebox_coin' in default

  7. Add item image from img or create yourself

  8. Set things in config by yourself... (what you want etc...)

  9. Enjoy the script 🎉

How to add music?

  1. Add mp3 file into /sounds folder

  2. 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
    }

Last updated