chrisrnj / PlayMoreSounds-Legacy

Deprecated version of playmoresounds, checkout the recoded from scratch version https://github.com/Epicnicity322/PlayMoreSounds
0 stars 1 forks source link

Can't Play Custom Sounds in Resource Packs #3

Closed DecimalZero closed 5 years ago

DecimalZero commented 5 years ago

I download PlayMoreSounds 2.4.2.2 to try out. I'm having an issue setting a region then mapping it to a custom sound available in our server's custom resource pack. For example, if a region is set around a Christmas Tree, I would like to have it play a custom .ogg file located in the resource pack.

I am using Spigot 1.13.2 and the command I would execute to play a custom sound is as follows...

/playsound minecraft:christmas.frosty player PlayerName ~ ~ ~ 99

That command works great, but I would like to setup a trigger when someone walks into a region, like close to a Christmas Tree, is would play the custom .ogg file for that user.

I tried the following command, but it is not working. What am I doing wrong?

/playmoresounds:sounds play minecraft:christmas.frosty *

chrisrnj commented 5 years ago

PlayMoreSounds don't have this feature yet. Currently it can only play bukkit sounds, but in the future I'll add support for resourcepack sounds.