new:
- new command /iarename
https://github.com/PluginBugs/Issues-ItemsAdder/issues/1254#issuecomment-977793911
- now text-effects also support TAB menu
https://github.com/PluginBugs/Issues-ItemsAdder/issues/1254#issuecomment-977793911
- added new "increment" and "decrement" function to the /iaplayerstat command!
fixes:
- fixed HUDs position when they are hidden using the command (/iahud) or API method.
- fixed loading of font images with transparent pixels, this might cause some problems with your current font_images if you had transparent pixels on left or right part of the image. Make sure to crop your images correctly.
- fixed compatibility with Paper method `sendPlayerListHeaderAndFooter`
https://github.com/PluginBugs/Issues-ItemsAdder/issues/1321
- fixed wrong link provided when an unknown Particle is found in config files
- now huds property player_stat_name is not mandatory anymore, this is useful if you manage your custom huds using the Java API
- fixed duplication glitch with a mod
https://github.com/PluginBugs/Issues-ItemsAdder/issues/1327
- fixed "Durabilty" is no longer displayed
https://github.com/PluginBugs/Issues-ItemsAdder/issues/1328
- fixed custom items which use LEATHER_HORSE_ARMOR as material can't be colored anymore
https://github.com/PluginBugs/Issues-ItemsAdder/issues/1318
- optimized blocks placement when the item is using a vanilla block as base material
- fixed decrement_durability not working correctly
https://github.com/PluginBugs/Issues-ItemsAdder/issues/1329
- fixed durability lore not updated correctly (duplicated instead) if the language attribute has custom color codes
https://github.com/PluginBugs/Issues-ItemsAdder/issues/1329
- now generic_over_time and biome_over_time actions will work also on "decrement" trigger of HUDs configurations
- added a proper warning to notify if the generated armors texture is too big for most GPUs to handle
- fixed compatibility with armor textures which contain some invalid pixels on top left of the screen
- fixed anvil bug losing items when player has not enough exp
https://github.com/PluginBugs/Issues-ItemsAdder/issues/1331
- fixed anvil bug which allowed to repair item completely with 3 materials instead of 4 (in some cases)
- fixed cannot place custom blocks on some vanilla blocks
- fixed placing glitches of custom blocks which use a vanilla block as base material when placed on interactable blocks
- fixed API PlayerQuantityHudWrapper throwing a not really understandable exception if the hud is not enabled/doesn't exists