Glitchfinder / EnderSpawn

A bukkit plugin that manages Enderdragons in The End.
GNU General Public License v3.0
5 stars 3 forks source link

Look into Preventing the Death Sound #4

Open Glitchfinder opened 11 years ago

Glitchfinder commented 11 years ago

The sound effect made by the enderdragon when it dies is played to every player on a server. This can get quite annoying on a server with a short respawn timer, so I am filing this issue to remind me to keep up to date on bukkit's API and watch for them implementing a sound event, so that the sound effect can be configured.

Glitchfinder commented 11 years ago

So, I've looked into this in detail, on multiple occasions. The only way I'm going to be able to get this to happen is to make a pull request to Bukkit and CraftBukkit to add an API and event setup for sounds that the server sends to the player, and that's not going to happen any time soon. I'll leave this ticket open for now, but I may close it in the future if I decide that it's never going to be feasible to add.