Add notblock sound for teleport
sekwah41 opened this issue ยท 6 comments
Add noteblock ping for the teleport sounds
From https://www.spigotmc.org/threads/advanced-portals.102026/page-28#post-3432046
Instead of just noteblock pling can u make it so any of these sounds - https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/Sound.html are usable? That's what I meant originally not just the one sound
I'd suggest adding this feature for older versions of minecraft too by putting separate versions into a zip folder like a lot of devs seem to be doing these days, this would also allow any other new features such as configurable particles to also be added in future for older minecraft versions as well or you could always make the plugin backwards compatible whatever is easier :)
Zip example:
I'll take a look at the block one. I may be able to make some form of wrapper to sort that out. Main issue is the compatability though I could code it to just full on disable if the compatability isn't supported.
Tbh it may be easier to make one versions that's highly compatible l compared to managing multiple sources.
Though first I'll do the sounds and make a seperate issue for back compatability.
The reason I didn't use enum string names to begin with was I was very new to plugin making 6 years ago when this started I just haven't touched it since other than porting :P
Ah ok makes sense and yeah what ever is easier for you, backwards compatibility in one plugin does definitely sound better and I would have suggested that if I knew that was the easier option for sure.
I know what you mean I'm new to plugins myself and have only made 1 with no prior programming experience but it still has bugs so I'll have to re-teach myself how to do it all again as it's been a while since I've worked on it and would like to continue making new plugins in the future, it's just a lot to take in for me, the plugin I made is called NoStrip btw.
Anyway thanx for getting back to me don't worry too much about those feature requests/suggestions if it's too difficult as they were merely suggestions for convenience and the plugin is already really good as it is you've done an excellent job with it.