The plugin has been under recode by a few weeks and now we jumped to 3.0, so what's new?
First of all if you are updating this plugin you must update ItemEdit as well to 3.0 or ItemTag won't load!!
New:
+ Per player language, (for 1.12+) just like on ItemEdit update, you can share your language configurations on
https://github.com/emanondev/ItemTag or send me the yml file on discord
+ /it actions has now a useful gui to edit items mostly more easily
+ Most of commands which involve a flag for items (true/false) has been moved to /it flag <flag> [value], /it flag has also an useful gui if you don't specify arguments
+ Equipment Flag, an equipment with this flag can't be wield
Changes:
+ All configuration files are obsolete, you should consider removing them to avoid confusion
+ API: Old api to add tags has been deprecated but still works, you should switch to TagItem (ItemTag.get().getTagItem(ItemStack))
Fixes:
+ Several minor bug has been fixed