Summary
Updated to 1.16, added some functionality, fixed some bugs.
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.1.0...v6.2.2
Added
- Added notification about using Paper instead of Spigot due to Paper fixing bugs before Spigot.
- Added ability to drop items from bees, cows, foxes, etc. Use https://hub.spigotmc.org/javadocs/spigot/org/bukkit/entity/EntityType.html to fill in values in creatureSpawning.yml.
- Added ability to use color codes in the names of socket gems. An example would be "&2Harden_I".
- Added ability to make custom items glow. Use the "glow" field on a custom item.
- Added SUDO command type for socket gems. Use the new command style in order for it to work: https://pixeloutlaw.github.io/MythicDrops/docs/socketGems_yml#new-in-62x
- Added new configuration option for preventing grindstones from removing costs from items. "options.allow-items-to-have-repair-cost-removed-by-grindstone" in config.yml.
Changed
- Updated to Minecraft 1.16.
- No longer send messages if they're not present in the language.yml. If you don't want a message to be sent, just set the value to '' in the language.yml.
Fixed
- Extremely high (200+) enchantments could crash the item generator.
- /md give and /md spawn now respect tier durability.
- Tier loading would occasionally read the wrong color.
- Fixed items not being able to drop when "options.require-player-kill-for-drops" was false in config.yml.
- Tiers no longer require attributes in order to load.
- "broadcast-on-find" now correctly works with "options.display-mob-equipment" turned off.
- "options.only-roll-bonus-attributes-once" is now read properly.