ItemsAdder v4.0.17

Create items, blocks, mobs, emojis, and more with automatic resourcepack generation!
new:
- break event for furniture https://github.com/PluginBugs/Issues-ItemsAdder/issues/1365

api changes:

fixes:
This is a beta version, please test it on your test environment before updating your main server.
Thanks!


api additions:
- new api methods: https://github.com/LoneDev6/API-ItemsAdder/commit/9fef74a41ba6bd9a71f5ce9dc9a3cfb5cc840dc6

changes:
- removed "reset-color-to-white" setting from config: https://github.com/PluginBugs/Issues-ItemsAdder/issues/1407#issuecomment-1010180563

fixes:
new:

fixes:
new:

config changes:
- fixed missing item_hit_entity property for grenade item in file "itemsadder/throwables.yml"

fixes:
fixes:
- fixed /ia command sign menu
- fixed ClassCastException error when manually edited note_block.json file is malformed
- fixed Spawners memory leak
- fixed enchants not added to items
- fixed categories loading if icon is not a custom item but a vanilla material
- fixed invisible armorstand not removed when player leaves and joins server while sit on furniture https://github.com/PluginBugs/Issues-ItemsAdder/issues/1367
- fixed categories icons not loading custom textures anymore
- fixed invisible armorstand not removed when player leaves and joins server while sit on furniture https://github.com/PluginBugs/Issues-ItemsAdder/issues/1367
- fixed "placeable_on_water" attribute triggering errors in some cases https://github.com/PluginBugs/Issues-ItemsAdder/issues/1370
- fixed EcoEnchants duplication bug
- removed exception when downloading the pack and can't connect to my server
- better logging for some various messages
- skip loading and generating models of items which use a non-obtainable material (example: WALL_TORCH)
To install ItemsAdder on 1.18.1 please update these plugins:
ProtocolLib
LightAPI
LoneLibs
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)
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
CUSTOM ARMORS UPDATE!

important:
- added LightAPI compatibility 1.17.1, please delete LightAPI-Fork and install this: http://a.devs.beer/lightapi-new

config changes:
- renamed `minify-json` to `compress-json-files`

new:
- added a new option to compress images `compress-png-files` in config.yml file. Example: default ItemsAdder images size 1,9 MB->1,0 MB
- added a custom textured armors (1.17+), check the wiki: https://itemsadder.devs.beer/plugin-usage/adding-content/advanced/custom-armors/texture-1.17
kXroBa1.gif

Example addons:

fixes:
- fixed generation of block_states in some cases when the admin is using a customized note_block.json file
- fixed hex color placeholder not working anymore in lores and display names https://github.com/PluginBugs/Issues-ItemsAdder/issues/1299
- fixed "Cannot invoke "java.util.List.iterator()" because "<parameter2>" is null" https://github.com/PluginBugs/Issues-ItemsAdder/issues/1296
- fixed malformed YML files being wiped and replaced with default files https://github.com/PluginBugs/Issues-ItemsAdder/issues/1306
- now vanilla leather armors items texture won't be touched, restored to the original one
- fixed wrong name of property `overwrite-vanilla-lang-json` in config.yml
- fixed light not removed from item_frame furnitures when broken in creative mode https://github.com/PluginBugs/Issues-ItemsAdder/issues/1309
- fixed "java.lang.NullPointerException: Cannot invoke "dev.lone.itemsadder.Core.e.e.b(org.bukkit.block.Block)" because "<parameter1>" is null"
- fixed error thrown if a REAL_TRANSPARENT block was removed from config and still in world, now they will be ignored and won't spam the console
- fixed armors can be recolored using vanilla recipes and dyes
- fixed problems crafting shields and similar default recipes

optimizations:
- optimized fonti mages loading even more

other changes:
removed unused files from the online zip file, you can delete them from your pack.
- assets/minecraft/font/default.json
- all language files inside assets/minecraft/lang
- assets/minecraft/models/item/base/bow.json
- assets/minecraft/models/item/base/crossbow.json
- assets/minecraft/models/item/base/shield.json
- assets/itemsadder/textures/block/astral_chest.png
- assets/itemsadder/models/block/astral_chest.json
- assets/minecraft/textures/item/leather_boots.png
- assets/minecraft/textures/item/leather_boots_overlay.png
- assets/minecraft/textures/item/leather_chestplate.png
- assets/minecraft/textures/item/leather_chestplate_overlay.png
- assets/minecraft/textures/item/leather_helmet.png
- assets/minecraft/textures/item/leather_helmet_overlay.png
- assets/minecraft/textures/item/leather_leggings.png
- assets/minecraft/textures/item/leather_leggings_overlay.png
Buy a license now
$24.99
EULA
Standard EULA
Use on any projects you own with attribution
Support
Standard
Includes:
Download the resource
Access new updates
Support from the creator
Support duration
Lifetime
248,489 Views
3,112 Purchases
3,288 Downloads
Jun 5, 2019 Published
May 29, 2026 Updated
5.00 star(s)
Average rating (53)
3.9 MB File size
Open source
  1. No
DRM-free
  1. No
Unobfuscated
  1. No
Type
  1. Gameplay
  1. World
  1. Library
Supported software
  1. Spigot
  1. Paper
Supported versions
  1. 26.1
  1. 1.21.11
  1. 1.21.8
  1. 1.21.5
  1. 1.21.4
  1. 1.21.2
  1. 1.21
  1. 1.20
Supported languages
  1. English
  1. Spanish
  1. Russian
  1. German
  1. French
  1. Portugese
  1. Polish
  1. Turkish
  1. Chinese
  1. Italian
  1. Dutch
  1. Korean
  1. Czech
  1. Thai
  1. Japanese
  1. Hebrew
Includes DRM
Yes
Source access (legacy)
Closed source & obfuscated
Creator
Owner
Recommended for you
The ultimate cosmetics solution for Minecraft
4.00 star(s) 3 ratings
503 purchases
Adds more than 200 detailed emotes for ItemsAdder
Not yet rated
113 purchases
Adds 34 detailed emotes for ItemsAdder
5.00 star(s) 1 ratings
107 purchases
#1 BuiltByBit Plugin ~ Protects your server from crash packet exploits ~ Folia Support
5.00 star(s) 141 ratings
4,178 purchases
Protect your server from crash/dupe/packet exploits with the ultimate security fix plugin.
5.00 star(s) 44 ratings
3,045 purchases
248,489 Views
3,112 Purchases
3,288 Downloads
Jun 5, 2019 Published
May 29, 2026 Updated
5.00 star(s)
Average rating (53)
3.9 MB File size
Open source
  1. No
DRM-free
  1. No
Unobfuscated
  1. No
Type
  1. Gameplay
  1. World
  1. Library
Supported software
  1. Spigot
  1. Paper
Supported versions
  1. 26.1
  1. 1.21.11
  1. 1.21.8
  1. 1.21.5
  1. 1.21.4
  1. 1.21.2
  1. 1.21
  1. 1.20
Supported languages
  1. English
  1. Spanish
  1. Russian
  1. German
  1. French
  1. Portugese
  1. Polish
  1. Turkish
  1. Chinese
  1. Italian
  1. Dutch
  1. Korean
  1. Czech
  1. Thai
  1. Japanese
  1. Hebrew
Includes DRM
Yes
Source access (legacy)
Closed source & obfuscated
Creator
Owner
Recommended for you
The ultimate cosmetics solution for Minecraft
4.00 star(s) 3 ratings
503 purchases
Adds more than 200 detailed emotes for ItemsAdder
Not yet rated
113 purchases
Adds 34 detailed emotes for ItemsAdder
5.00 star(s) 1 ratings
107 purchases
#1 BuiltByBit Plugin ~ Protects your server from crash packet exploits ~ Folia Support
5.00 star(s) 141 ratings
4,178 purchases
Protect your server from crash/dupe/packet exploits with the ultimate security fix plugin.
5.00 star(s) 44 ratings
3,045 purchases
Top