Play sounds

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

2Unexpected

Member
Nov 4, 2022
19
1
3
Hello, so I just want to play sounds to players but apparently my Skript version does not have sounds (2.2 dev36) and SkQuery 4.1.4 does not work with my server version, any other addons/ways to add sound to Skript?

These do not work (Everything I could find online):
Code:
play raw sound "mob.bat.death" to all players with pitch 1 volume 10
and
Code:
play sound "entity.experience_orb.pickup" with volume 0.5 to the player
 
Hey! play sound was added to skript on 2.2 dev28 so it should work
Could you please share more of the code or share the error? I dont think the play sound it at fault.

If nothing helps you can always do:
Code:
execute console command "/playsound minecraft:entity.experience_orb.pickup master %player%"