1. 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!

Dismiss Notice
This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.

Script JukeboxMusic ❖ Custom Music 1.1.0

Listen to music from .midi files in minecraft!

Tags:
  1. MattyHD0
    Supported Minecraft Versions:
    • 1.14
    Any error or bug not paste them on the home page, use private message

    Requieres:
    - Skript
    - SkQuery - TuSke

    Code (Text):
    1. on load:
    2. #    How to add Songs?
    3. #    1) add your .midi/.mid file in "SERVER_FOLDER\plugins\Skript\scripts\Music"
    4. #    2) add (set {song::Music\FILE NAME} to "NAME OF SONG IN THE GUI") in the space below
    5. #    3) enjoy the song with the command /music
    6. #
    7. #    ====================       ADD HERE YOUR SONGS!       ====================
    8.     set {song::Music\example1_dejavu} to "[Example] Deja Vu"
    9.     set {song::Music\example2_golden_wind} to "[Example] Golden Wind"
    10.     set {song::Music\example3_Star_Wars_Cinematic_Suite_-_John_Williams_-_Piano_Solo} to "[Example] Star Wars - Cinematic Suite"
    11.  
    12.  
    13.  
    14.  
    15.  
    16.  
    17.  
    18.  
    19. #    ==================== ^^^^^ ADD HERE YOUR SONGS! ^^^^^ ====================
    Code (Text):
    1.  
    2. options:
    3.     titleMusic: &8[Music] Songs available
    4.     titleRadio: &8[Radio] Songs available
    5.  
    6.     youListening: &2Are you listening &a""%{_name}%&a""
    7.     youNotListening: &cYou are not listening to music.
    8.     youStoped: &cYou stopped listening to music.
    9.     musicOffRadioOn: &cYour music was turned off, &4%{_p}% &cstart the radio.
    10.  
    11.     clickToPlay: &7‣ Click to play song %{_musicSymbol}% # >>>>> %{_musicSymbol}% is random symbol: "♩", "♪", "♫" or "♬"
    12.     clickStopName: &cStop listening to the song
    13.     clickToStop: &7‣ Click to stop song
    14.  
    15.     noPermission: &cYou do not have permissions to do that!
    16.  
    17.     radioStart: &a%{_p}% &2start the radio with the song &a""%{_name}%&a""
    18.     radioStop: &c%{_p}% turned off the radio.
    19.     radioIsStoped: &cThe radio is already turned off.
    20.     radioIsOn: &cYou can't listen to music, the radio is on.
    21.  
    22.     loadName: &aJukeboxMusic &fv
    23.     version: 1.1.0
    Code (Text):
    1. /music - jukeboxmusic.musicgui
    2. /radio - jukeboxmusic.radio
    3.  
    4. /Music: Allows the player to listen to music
    5. /Radio: Makes all players listen to the same song


    Images:

    2020-02-05_00.48.45.png

Recent Updates

  1. JukeboxMusic ❖ Custom Music