This is what I've been trying to figure out for a while, In Skript_2.2-dev36 playing sounds don't work for some reason. I know it's an old version of skript but I was forced to use it for private reasons and updating it is not an option so do not reply if your response it is anything related to that. Also trying to use minecraft playsound command doesn't work on 1.8.8 for some reason. Example of codes I've used to play sounds:
command /test:
trigger:
play sound "block.note_block.pling" at volume 1 at pitch 2 to player
Are there any other ways/plugins to do that?
command /test:
trigger:
play sound "block.note_block.pling" at volume 1 at pitch 2 to player
Are there any other ways/plugins to do that?