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!
You can always check out skUnity Downloads for downloads and any other information about Skript!
play ENTITY_GENERIC_EAT at player with volume 1 and pitch 1
Do you have Skellett installed?I put an effect to play a sound but it doesn't work, there are no log errors for this.
Please, helpcode_language.skript:play sound "entity_generic_eat" with volume 1 and pitch 1 at event-location for event-player
Oh lol, didn't even realize that. GGJust to be clear, you do NOT need skRayFall for this. Your problem was that you were using underscores instead of periods. You could remove SkRayFall and change the sound name in your original code to "entity.generic.eat" and it should work fine.
People need to stop recommending add-ons for things vanilla Skript supports
Ah, didn't know that sorryJust to be clear, you do NOT need skRayFall for this. Your problem was that you were using underscores instead of periods. You could remove SkRayFall and change the sound name in your original code to "entity.generic.eat" and it should work fine.
People need to stop recommending add-ons for things vanilla Skript supports
Just to be clear, you do NOT need skRayFall for this. Your problem was that you were using underscores instead of periods. You could remove SkRayFall and change the sound name in your original code to "entity.generic.eat" and it should work fine.
People need to stop recommending add-ons for things vanilla Skript supports
No worries -- vanilla Skript has a lot more features than I think people expect nowadays.Ah, didn't know that sorry
Well, you learn something new every day lol
on break:
play sound "entity_generic_eat" with volume 1 and pitch 1 at event-location for event-player
Except it's "entity.generic.eat", dots instead of underscores.Just to double check, are you using Spigot 1.8 or 1.12?
Because the sound files are different
To test your code, I put this in a Skript
Exactly how you wrote it, i just added an event to test. And it works perfect finecode_language.skript:on break: play sound "entity_generic_eat" with volume 1 and pitch 1 at event-location for event-player
But if you are using a 1.8 server, the sound files are different, and if I'm not mistaken, instead of entity_generic_eat it would just be eat
I've always used underscores and it works for meExcept it's "entity.generic.eat", dots instead of underscores.
That's odd, I've always used dots (because they're used in the actual sound id's, if you use the /playsound command you'll need to write them with dots) and it works.I've always used underscores and it works for me
i have no idea. I just use what is listed on Bukkits DocsThat's odd, I've always used dots (because they're used in the actual sound id's, if you use the /playsound command you'll need to write them with dots) and it works.
Maybe it's an alias of some sort then.