- Contributors
- Lego_freak1999
- Supported Minecraft Versions
- 1.12
- 1.13
- 1.14
This skript api allows you to interact with the plugin MCjukebox: https://www.spigotmc.org/resources/mcjukebox.16024/ .
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!
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
Skript-Mirror 2.0.0 https://skripttools.net/dl/skript-mirror+2.0.0-SNAPSHOT.jar
Code:
(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:
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!