Hello,
I am on a 1.20.4 Spigot server and trying to change the sound AureliumSkills makes when a player uses an ability, because the sound ENTITY_PLAYER_LEVELUP can get quite omnipresent when you are also leveling at the same time 😅
I have looked in the config files and on the Discord and couldn't find anyone else asking this question, which is why I am bothering you with it.
Thanks in advance for your help, and thanks a lot for the time already spent making great plugins you offer to us !
#Ability sound
1 messages · Page 1 of 1 (latest)
here is a list of all possible sounds
https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Sound.html
declaration: package: org.bukkit, enum: Sound
Thank you for the link but as it happens I've already found that one and the specific sound I want to use, but I only found a way to modify the leveler sound but not the sound for the special ability (for instance forager or sth else). All I found was that you can turn on or off the sound, but not change it.
(Im sorry if my english isn't correct its not my native tongue)
Well, I looked into the code again and saw that it is hardcoded. You would need to create a fork of the plugin and change the sound directly as well as building the jar again