- 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. 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
This addon require the following plugin : NoteBlockApi
Documentation
Your songs must be placed in plugins/SkMusic
Play a nbs song to a given player
Stop playing a nbs song to a specific playerCode (Text):
[skmusic|nbs] play [song|music] %string% to %player%
Play a song to all players (Broadcast a Song)Code (Text):
[skmusic|nbs] stop play[ing] [song|music] to %player%
Stop playing a nbs song to all players (Stop the Broadcast of a Song)Code (Text):
[skmusic|nbs] broadcast [song|music] %string%
Play a nbs song to all players in a certain radius arround a locationCode (Text):
[skmusic|nbs] stop broadcast[ing] [song|music]
Set the volume of a player's songCode (Text):
[skmusic|nbs] play [song|music] %string% to [all] players in radius %integer% arround [location] %location%
Set the fade duration effect of a player's songCode (Text):
[skmusic|nbs] set volume of [player] %player% to %integer%
Code (Text):
[skmusic|nbs] set fade duration of [player] %player% to %integer%
Check if a song exist
Code (Text):
[skmusic|nbs] (song|music) %string% exist
Get the volume of a player's song
Code (Text):
[skmusic|nbs] volume of [player] %player%Get the fade duration of a player's songCode (Text):
%player%['s] [music] volume
Get the title of a player's song (as defined in the nbs file)Code (Text):
[skmusic|nbs] fade duration of [player] %player%
Get the author of a player's song (as defined in the nbs file)Code (Text):
[skmusic|nbs] %player%['s] (song|music) (name|title)
Get the speed of a player's song (as defined in the nbs file)Code (Text):
[skmusic|nbs] %player%['s] (song|music) author
Get the duration of a player's song (duration wil be returned in ticks)Code (Text):
[skmusic|nbs] %player%['s] (song|music) speed
Code (Text):
[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 :
Found a bug? Contact me
- Get informations about songs that are not played
- Stream and download nbs songs
- Nbs songs database
- ...
![]()
-
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!