OreRandomizer now has an additional sound to play upon ore randomization - the bee idle sounds can now be selected as an option when running on SpigotMC 1.15!
To support this addition:
- /ToggleCreeperSounds has been deprecated.
- /GetRandomizationSound has been added to grab the current randomization sound.
- /SetRandomizationSound has been added to change the current randomization sound. Allowed sounds are now "Buzz", "Ssss", and "Normal" for 1.15. Below 1.15, you will not be able to use "Buzz" so be careful when downgrading your server's SpigotMC version.
- The config.yml key "RandomizationSound.PlayCreeperPrimingSound" has been replaced by "RandomizationSound".
- The two new commands also have permission support similar to /ToggleCreeperSound.
- Upon launching OreRandomizer, a check for an old configuration is done - if the key "RandomizationSound.PlayCreeperPrimingSound" still exists an attempt to backup and replace the config.yml is performed (this should not affect existing ratios.)
Additionally, a few minor changes were made:
- The bug where an exception was thrown when calling /SetOreRatio without any arguments has been fixed and will now correctly display the intended usage/error messages.
- Aliases that could not be called correctly were removed so that tab-completion would not pick them up as valid commands. As a result, only /GetOreRatio and /SetOreRatio are aliased (/or.get and /or.set.)
Enjoy!