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.

Addon SkMusic 2.0.0

Music in Skript is fun!

Tags:
  1. amacz13
    Supported Minecraft Versions:
    • 1.8, 1.9, 1.10, 1.11
    SkMusic didn't start at version 2.0.0. The 1.x version of SkMusic was available on the old SkUnity forum and i forgot to reupload the addon in the new forum :emoji_slight_smile:. You can find older versions here.


    About this Addon


    This addon allow you to play NoteBlockSongs with Skript. I've made this addon because existing addons that have this feature are not working in Minecraft 1.10.

    This is my first addon and my first spigot plugin so be indulgent :emoji_slight_smile:

    This addon require the following plugin : NoteBlockApi

    Documentation

    Your songs must be placed in plugins/SkMusic


    Play a nbs song to a given player
    Code (Text):
    1. [skmusic|nbs] play [song|music] %string% to %player%
    Stop playing a nbs song to a specific player
    Code (Text):
    1. [skmusic|nbs] stop play[ing] [song|music] to %player%
    Play a song to all players (Broadcast a Song)
    Code (Text):
    1. [skmusic|nbs] broadcast [song|music] %string%
    Stop playing a nbs song to all players (Stop the Broadcast of a Song)
    Code (Text):
    1. [skmusic|nbs] stop broadcast[ing] [song|music]
    Play a nbs song to all players in a certain radius arround a location
    Code (Text):
    1. [skmusic|nbs] play [song|music] %string% to [all] players in radius %integer% arround [location] %location%
    Set the volume of a player's song
    Code (Text):
    1. [skmusic|nbs] set volume of [player] %player% to %integer%
    Set the fade duration effect of a player's song
    Code (Text):
    1. [skmusic|nbs] set fade duration of [player] %player% to %integer%

    Check if a song exist
    Code (Text):
    1. [skmusic|nbs] (song|music) %string% exist

    Get the volume of a player's song
    Code (Text):
    1. [skmusic|nbs] volume of [player] %player%
    Code (Text):
    1. %player%['s] [music] volume
    Get the fade duration of a player's song
    Code (Text):
    1. [skmusic|nbs] fade duration of [player] %player%
    Get the title of a player's song (as defined in the nbs file)
    Code (Text):
    1. [skmusic|nbs] %player%['s] (song|music) (name|title)
    Get the author of a player's song (as defined in the nbs file)
    Code (Text):
    1. [skmusic|nbs] %player%['s] (song|music) author
    Get the speed of a player's song (as defined in the nbs file)
    Code (Text):
    1. [skmusic|nbs] %player%['s] (song|music) speed
    Get the duration of a player's song (duration wil be returned in ticks)
    Code (Text):
    1. [skmusic|nbs] %player%['s] (song|music) (length|duration)

    Changelog

    v2.0.0 : Recoded existing effects and many new effects, expressions and conditions
    v1.2.0 : Per-player music control
    v1.1.0 : Added expression to stop playing music
    v1.0.0 : Initial release

    Future

    In the next version :

    • Get informations about songs that are not played
    • Stream and download nbs songs
    • Nbs songs database
    • ...
    Found a bug? Contact me :emoji_slight_smile:

Recent Updates

  1. Download URL Fix

Recent Reviews

  1. Olyno
    Olyno
    4/5,
    Version: 2.0.0
    Very good addon but requiere a plugin :(
    Make a addon without plugin(s) and I change my rate to 5/5.

    Good luck :)