Solved Skellett sound not working?

  • 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 community!

    Now, what are you waiting for? Join the community now!

  • LOOKING FOR A VERSION OF SKRIPT?

    You can always check out skUnity Downloads for downloads and any other information about Skript!

Status
Not open for further replies.

sandor_1234

Active Member
Jan 26, 2017
165
5
0
Every sound type i try to use i got from here:
https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Sound.html
Gives me this console error from skellett:
http://pastebin.com/cRq48zVW
I tried multiple sounds but they all didn't work.
Even the example given here:
https://www.skunity.com/search?search=sound#Play Sound
(
code_language.skript:
command /sound:
    trigger:
        play sound "AMBIENT_CAVE" to player with volume 1 and pitch 2
        #Uses spigot sound files
)
Didn't work.
I am on minecraft version 1.8.8
My skript version is dev23 from bensku
skellett is latest version.
I am also using skquery and skrayfall
 
Every sound type i try to use i got from here:
https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Sound.html
Gives me this console error from skellett:
http://pastebin.com/cRq48zVW
I tried multiple sounds but they all didn't work.
Even the example given here:
https://www.skunity.com/search?search=sound#Play Sound
(
code_language.skript:
command /sound:
    trigger:
        play sound "AMBIENT_CAVE" to player with volume 1 and pitch 2
        #Uses spigot sound files
)
Didn't work.
I am on minecraft version 1.8.8
My skript version is dev23 from bensku
skellett is latest version.
I am also using skquery and skrayfall

try this.

code_language.skript:
play raw sound "AMBIENT.CAVE" at player with pitch 1 volume 2

Note: ambient cave have 16 sound.
 
Status
Not open for further replies.