JukeboxMusic ? Custom Music

  • Welcome to skUnity!

    Welcome to skUnity! This is a forum where members of the Skript community can communicate and interact. Skript Resource Creators can post their Resources for all to see and use.

    If you haven't done so already, feel free to join our official Discord server to expand your level of interaction with the comminuty!

    Now, what are you waiting for? Join the community now!

MattyHD0

New Member
Dec 30, 2019
0
0
0
22
Argentina
Any error or bug not paste them on the home page, use private message

Requieres:
- Skript
- SkQuery - TuSke

Code:
on load:
#    How to add Songs?
#    1) add your .midi/.mid file in "SERVER_FOLDER\plugins\Skript\scripts\Music"
#    2) add (set {song::Music\FILE NAME} to "NAME OF SONG IN THE GUI") in the space below
#    3) enjoy the song with the command /music
#
#    ====================       ADD HERE YOUR SONGS!       ====================
    set {song::Music\example1_dejavu} to "[Example] Deja Vu"
    set {song::Music\example2_golden_wind} to "[Example] Golden Wind"
    set {song::Music\example3_Star_Wars_Cinematic_Suite_-_John_Williams_-_Piano_Solo} to "[Example] Star Wars - Cinematic Suite"








#    ==================== ^^^^^ ADD HERE YOUR SONGS! ^^^^^ ====================
Code:
options: # REQUIERES: Skript, SKQuery, TuSKe
    title: &8Songs available

    youListening: &2Are you listening &a""%{_name}%&a""
    youNotListening: &cYou are not listening to music.
    youStoped: &cYou stopped listening to music.

    clickToPlay: &7? Click to play song %{_musicSymbol}% # >>>>> %{_musicSymbol}% is random symbol: "?", "?", "?" or "?"

    clickStopName: &cStop listening to the song
    clickToStop: &7? Click to stop song

    noPermission: &cYou do not have permissions to do that!
Code:
/music - jukeboxmusic.musicgui

Example:

View attachment 4200