Please update
LoneLibs
To install ItemsAdder on 1.18.1 please update these plugins:
ProtocolLib
LightAPI
Lib's Disguises
Changelog
Important changes:
- added 1.18 support (beta)
- removed 1.14.4, 1.16, 1.16.1, 1.16.2, 1.16.3 support. The plugin supports these versions: 1.18, 1.17.1, 1.16.5, 1.15.2.
- removed Mimic compatibility.
api changes:
- Deprecated CustomBlock#generateBlockData method, check the method docs for more info: use getBaseBlockData from now on.
- Added "Advanced" API under the CustomBlock class. This allows you to read/write directly to the ItemsAdder custom blocks region files. Useful for worlds generators like Iris and similar.
fixes:
- fixed API PlayerQuantityHudWrapper throwing a not really understandable exception if the hud is not enabled/doesn't exists
- fixed : offset_17: not working correctly (this also fixed huds problems in some cases)
- temporary fix for cooldown problems:
https://github.com/PluginBugs/Issues-ItemsAdder/issues/1301
- fixed "keep_on_death" behaviour not working correctly:
https://github.com/PluginBugs/Issues-ItemsAdder/issues/1347
- fixed "execute_commands" "{player}" placeholder not replaced when triggered by "interact" event:
https://github.com/PluginBugs/Issues-ItemsAdder/issues/1342
- fixed duplication bug with Essentials recipe book:
https://github.com/PluginBugs/Issues-ItemsAdder/issues/1343
- unused code cleanup
- better NMS code registering
- optimized TILE blocks placement (1.18+ only)