1.5 | MMOItems Support, New Feature, Optimizations and Bug Fixes
I rewrote some parts of the plugin, If you saw any errors or bugs, please report them and I will fix that under a day. MMOItems Support » You can now set MMOItems as a custom drop! To create an MMOItems drop, simply write "MMOItems:type;id" in "Material" section. Replace type with a MMOItem type and id with the a MMOItem's id. For example:
Code (YAML):
Material: MMOItem:MISCELLANEOUS;GOLD_COIN
Note: Only conditions like Chance, Biome Filter, Find-In, etc will work on MMOItems drops. Customizations like Name, Lore and Enchantments must be handled by MMOItems plugin (You can find them in MMOItems/item folder). You can use "Conditions" and "Other Customization" options that are in our Tutorial section.
Player-Commands »Execute commands as a player. Don't put slash at the first of the command.
Improved »Rewrote some parts of the plugin. Now the plugin will read and save the custom drops on server startup or on reload to save some performance.
Fix » Fixed an error (NPE) when some configurations didn't exist. You can now write the things that you want, everything now has a default that will be used when that thing didn't exist. (For example, if you don't put Filter-as-Blacklist in the configuration, it will be true by default)