This skript api allows you to interact with the plugin MCjukebox: https://www.spigotmc.org/resources/mcjukebox.16024/ .
- Contributors:
- Lego_freak1999
- Supported Minecraft Versions:
- 1.12, 1.13, 1.14
Skript 2.3.6 https://github.com/SkriptLang/Skript/releases
Skript-Mirror 2.0.0 https://skripttools.net/dl/skript-mirror+2.0.0-SNAPSHOT.jar
Code (Text):
(MCJukebox|MCJB) play %text% at volume %number% with media type (1¦Music|2¦Sound[( |_)]Effect) to %players% (MCJukebox|MCJB) stop music with fade out %number% to %players% (MCJukebox|MCJB) stop all with fade out %number% to %players% (MCJukebox|MCJB) token of %player% (MCJukebox|MCJB) url of %player%
Code (Text):
command /playsoundeffect: trigger: MCJukebox play "URL" at volume 100 with media type sound effect to player command /playmusic: trigger: MCJukebox play "URL" at volume 100 with media type music to player command /stopmusic: trigger: MCJukebox stop music with fade out 3 to player command /stopall: trigger: MCJukebox stop all with fade out 3 to player command /token: trigger: message MCJukebox token of player # command /audio: # trigger: # 1.12 1.13 # message MCJukebox url of player # 1.14+ # message formatted MCJukebox url of player #Currently not working on 1.14+ due to bug/issue in Mcjukebox https://github.com/oliverdunk/JukeboxAPI/issues/44 import: net.mcjukebox.plugin.bukkit.events.ClientConnectEvent net.mcjukebox.plugin.bukkit.events.ClientDisconnectEvent on ClientConnectEvent: set {_player} to event.getUsername() parsed as a player on ClientDisconnectEvent: set {_player} to event.getUsername() parsed as a player
Have fun!
50 Downloads! Yeah
100 Downloads! Ty
150 Downloads! AwEsOmE
200 Downloads! No way :0 ty!
300 Downloads! Uhhhh maybe i really need to make a 2.0 now xd ty!
-
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.

API MCJukeBox [SK] 1.1.2
Api for the plugin MCJukebox
Recent Updates
- Forgot to remove debug messages V1.1.2 Nov 27, 2019
- Bug fix url colorcodes & play effect not working V1.1.1 Nov 27, 2019
- 1.14 update V1.1 Nov 27, 2019