JukeboxMusic ❖ Custom Music

Script JukeboxMusic ❖ Custom Music 1.1.0

  • 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!

Supported Minecraft Versions
  1. 1.14
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:
    titleMusic: &8[Music] Songs available
    titleRadio: &8[Radio] Songs available

    youListening: &2Are you listening &a""%{_name}%&a""
    youNotListening: &cYou are not listening to music.
    youStoped: &cYou stopped listening to music.
    musicOffRadioOn: &cYour music was turned off, &4%{_p}% &cstart the radio.

    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!

    radioStart: &a%{_p}% &2start the radio with the song &a""%{_name}%&a""
    radioStop: &c%{_p}% turned off the radio.
    radioIsStoped: &cThe radio is already turned off.
    radioIsOn: &cYou can't listen to music, the radio is on.

    loadName: &aJukeboxMusic &fv
    version: 1.1.0
Code:
/music - jukeboxmusic.musicgui
/radio - jukeboxmusic.radio

/Music: Allows the player to listen to music
/Radio: Makes all players listen to the same song


Images:

2020-02-05_00.48.45.png
Author
MattyHD0
Downloads
1,678
Views
1,678
First release
Last update
Rating
0.00 star(s) 0 ratings

More resources from MattyHD0

Latest updates

  1. JukeboxMusic ❖ Custom Music

    Fixed some bugs Added command /radio