The plugin has been under recode by a few weeks and now we jumped to 3.0, so what's new?
New:
+ Per player language, (for 1.12+) the plugin will try to find the language used by the player to use it, or would go for default language, right now only en language has been added but you can build your own just by adding them to the languages folder and even share them with a pull request on
https://github.com/emanondev/ItemEdit or sending me the yml file on discord
+ MythicMobs support:
You can use ServerItems as drops on both mobs and drop tables with the format:
- 'serveritem{id=<your_id>;amount=[amount=1]}'
and as skills too with the format:
- 'dropserveritem{id=<your_id>;amount=[amount=1],chance=[chance=1],amountmax=[maximus amont=amount}}'
may be casted on target entity or target location
chance has values ranging from 0 to 1 where 0 is never going to happen and 1 is 100%
and amountmax introduce a range on the amount of items dropped from amount to amountmax (unless specified exactly amount would be dropped)
+ Lore replace, you can now replace a specific sequence of text on the lore with another, if you need to replace more than a word you have to close the words inside { }
Example: /ie lore replace New Rusty
'New sword' -> 'Rusty sword'
Example 2: /ie lore replace {Heavy} {Very light}
'Heavy sword' -> 'Very light sword'
+ Configuration Updater, future update won't need you to manually add new configuration lines anymore
+ bStats has been added, you can toggle it on your bStats folder
Changes:
+ All configuration files are obsolete, you should consider removing them to avoid confusion, just DON'T delete the database folder!
+ API: serveral method has been added, if you wrote an addon using Server Item's database you may relax, the old api is still there and all should still run smoothly
Fixes:
+ Several minor bug has been fixed
Note: If you are updating to 3.0 and you used ItemTag, then you should update it too to 3.0 (2.x won't work with ItemEdit 3.0)