2.2.7
wiki:
- how to drop exp from ores/blocks
https://itemsadder.plugin.ga/plugin...ing-a-custom-item/blocks/drop-exp-from-blocks
- how to use custom blocks api
https://itemsadder.plugin.ga/developers/java-api/examples
- added custom arrows examples (search for "arrows" in the wiki)
ide:
- added the new attributes in the IDE
https://ide.plugin.ga/itemsadder/
config changes:
- added new option to optimize the server if you're not using custom mobs: disable-MOB-behaviour__DISABLE_AT_YOUR_OWN_RISK. Set it to true if needed.
- added exp drops to all the loots of custom blocks inside data\items_packs\itemsadder\minerals.yml file
compatibility:
- added compatibility with HyperStones (version 1.4.1+)
https://www.spigotmc.org/resources/77645/
new:
- added new event: item_hit_entity, this allows to apply effects to the hit entity using throwables
- now you can use the item_hit_entity and item_hit_block also on ARROW items
- now you can use the item_throw event also on ARROW items (only MC 1.16.5+)
fixes:
- fixed callevent missing method
- fixed smithing table bug
https://github.com/PluginBugs/Issues-ItemsAdder/issues/780
- fixed hat behaviour not working on some materials (obscure Minecraft bug)
https://github.com/PluginBugs/Issues-ItemsAdder/issues/779
- fixed 1.0->2.0 converter problem "org.bukkit.craftbukkit.v1_16_R3.block.impl.CraftNote cannot be cast to org.bukkit.block.data.MultipleFacing"
- now play_particles and play_effect support item_hit_entity and item_hit_block events correctly