Summary
This release brings a couple of bug fixes and a couple of feature additions.
Notes
Please stop trying to message me via Spigot or commenting on this post for support. I do not do support via Spigot. If you need help, please join the Discord server and read the #rules channel.
Changelog
- Added new "tiered-item-chance" field to config.yml. More details below.
- Add announcements for when tiered items are unidentified. If the tier has "broadcast-on-find" set to true, then identifying an item of that tier will announce it, just like getting a drop would.
- Add a "-m" flag to the "/md drop" command that accept material names from here: https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Material.html
- Fixed an issue where mobs could still pick up equipment even when configured to not
Details
Prior to this release, there was one field (item-chance) in the config.yml that controlled two things: the chance for a mob to get an item
at all as well as its chance to get a tiered item. This led to a lot of confusion and less configurable results than desired. As of this release, this has changed.
item-chance now controls the chance for a mob to get an item
at all and tiered-item-chance controls the chance for a mob to get a tiered item.
No other changes were made to the drop process.