I can't play sounds in older versions of skript

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

  • LOOKING FOR A VERSION OF SKRIPT?

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

2Unexpected

Member
Nov 4, 2022
19
1
3
23
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?