Summary
Updated to 1.15, added support for Attributes, fixed many bugs, and improved drop performance.
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.
Documentation website:
https://pixeloutlaw.github.io/MythicDrops/
Changelog
See the Git changelog here:
https://github.com/PixelOutlaw/MythicDrops/compare/v6.0.4...v6.1.0
- Update to 1.15.2
- Add support for Attributes on tiered items
- Add support for Attributes on socket gems
- Add support for Attributes on custom items
- Add support for customizing which tiers are able to be identified on a given unidentified item. Priority order is the "allowable-tiers" option, followed by "dropped-by", followed by the tier identified by the last line of lore on the item, followed by a random tier based on the material of the item.
- Re-enable the "%itemtypeprefix%", "%itemtypesuffix%", and "%itemtypelore%" variables.
- Added option for only allowing each bonus enchantment/attribute to be rolled once.
- Add ability to make socket gems glow via a "glow" field.
- Add command to open socket gem combiners for a specific player: "/md combiners open".
- Add ability to configure AURA gem refresh rate. Defaults to 30 seconds due to computational complexity.
- Improve drop compatibility with other plugins.
- Fix tiers using wrong field to calculate weight.
- Fix spawn/drop/give unidentified item commands only giving one material.
- Fix repairing listener doing things even when repairing is disabled.
- Fix socket gem cache not being evicted on logout.
- Fix AREA gem effects not respecting the "affects-wielder" flag.