Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!
  • 🌸 SPRING FESTIVAL SALE 🌸

    Celebrate the joy of spring with 25% OFF on all Monthly Ranks 🎮

    Use coupon code:

    SPRING26

    ⏰ Limited time offer — Bloom before it's gone!

    🌿 Keep your subscription active to enjoy the same discount every month!

    Upgrade Now 🌸🚀
ItemsAdder⭐Custom Items, Armors, HUD, GUI, Mobs, Emoji, Blocks, Wings, Hats, Liquids

Plugins MC ItemsAdder⭐Custom Items, Armors, HUD, GUI, Mobs, Emoji, Blocks, Wings, Hats, Liquids 4.0.17

Register to download
Fixed custom entities model loading
generated resourcepack files won't be saved into the plugin folder to avoid confusion. They will be added directly inside the zip file.
- new resourcepack structure, please refer to the page for more information: https://github.com/PluginBugs/Issues-ItemsAdder/issues/2097
- removed /iaexport command.
- removed `overwrite-vanilla-models` setting.
- removed `fix_transparent_noteblocks__disable-for-more-performance` setting.
- removed legacy default pack support.
- renamed item/base/blank.png to base/blank.png.
- renamed font/base/black.png to base/black.png.
- renamed font/base/blank.png to base/blank.png.
- removed useless "minecraft:" prefix on some generated json files.
- removed useless properties from files: mushroom_stem.json, red_mushroom_block.json, brown_mushroom_block.json.
- removed useless file block_real.json.
- removed useless "groups" property from painting .json models parents.
- removed config option 'extract-default-configs'.
- renamed all ia_various_configs to _iainternal.
- renamed all z_iainternal to _iainternal.
- resourcepack zip is now generated into a new path `plugins/ItemsAdder/output/generated.zip`
- added invalid characters detection on pack compression
- compression bossbar now shows precise percentage

fixes:
- fixed useless disk usage with temporary data
- faster pack compression due to RAM usage instead of disk during files generation
- fixed pack generation loop in some rare cases
- fixed crashing when using the search button of /ia GUI in 1.19.2 clients.
- fixed Cave Detectors errors on < 1.17 https://github.com/PluginBugs/Issues-ItemsAdder/issues/2094
- possibly fixed double resource pack load, probably also triggering this issue https://github.com/PluginBugs/Issues-ItemsAdder/issues/2092
- fixed recipes duplication bug
- fixed particular recipes losing items https://github.com/PluginBugs/Issues-ItemsAdder/issues/2084
fixes:
- little code cleanup
- fixed long pack loading in some cases, please regenerate your resourcepack! https://github.com/PluginBugs/Issues-ItemsAdder/issues/2067
- fixed shift_up not working anymore https://github.com/PluginBugs/Issues-ItemsAdder/issues/2075
- fixed furniture itemframe playing "entity.item_frame.add_item" sound when placed https://github.com/PluginBugs/Issues-ItemsAdder/issues/2066
- fixed custom_variant not applying current namespace when unspecified
fixes:
- fixed emotes locators not loaded from custom animation files other than the default one
- fixed smithing recipe loader causing errors on < 1.19 https://github.com/PluginBugs/Issues-ItemsAdder/issues/2073
- attempt to fix error with some animations "java.lang.IndexOutOfBoundsException: Index 2 out of bounds for length 2" https://github.com/PluginBugs/Issues-ItemsAdder/issues/2070
resourcepack changes (need to regenerate your resourcepack):
- added smithing table recipes textures, make sure to download them here: https://github.com/ItemsAdder/DefaultPack/releases/tag/3.2.5
- fixed chorus plant break particles missing (need to regenerate your resourcepack)
- fixed Negative spaces duplicate entries (need to regenerate your resourcepack) https://github.com/PluginBugs/Issues-ItemsAdder/issues/1796
- fixed Scoreboard hide numbers feature problems (need to regenerate your resourcepack)https://github.com/PluginBugs/Issues-ItemsAdder/issues/1338

config changes:
- removed useless attribute-armor and attribute-toughness from language files (in `lang` folder)

compatibility changes:
- removed 1.19 and 1.19.1 support (use 1.19.2)
- removed 1.18 and 1.18.1 support (use 1.18.2)

new:
- added new option `show_custom_durability_lore` https://github.com/PluginBugs/Issues-ItemsAdder/issues/1671
- implemented Smithing table recipe (1.19+ only) https://github.com/PluginBugs/Issues-ItemsAdder/issues/524
- implemented shapeless recipes for crafting table https://github.com/PluginBugs/Issues-ItemsAdder/issues/1481
- unlock recipe in the recipebook after player crafts any ingredient for that recipe
- added a new advanced setting to convert vanilla blocks into custom blocks. Use it only if you know what you are doing. https://github.com/PluginBugs/Issues-ItemsAdder/issues/1230
- added new properties to customize model variants. For example to randomize the model and/or rotations: https://github.com/PluginBugs/Issues-ItemsAdder/issues/1282

api:
- implemented CustomEntity#getLoot() methods https://github.com/PluginBugs/Issues-ItemsAdder/issues/2049

fixes:
- removed old 1.0->2.0 converter since it's now obsolete
- fixed attribute modifier UUID always different on each reload for the same item
- removed unused code and clened up some parts of the plugin
- rephrased some misconfiguration errors, fixed colors and implemented levels (ERROR, WARN, INFO)
- now recipebook won't put ingredients automatically on recipe click into the grid if ALL ingredients are not found (like in vanilla recipes)
- fixed Hyperstones compatibility
- fixed anvil rename color bugs https://github.com/PluginBugs/Issues-ItemsAdder/issues/2037
- fixed NPC not working on Purpur and Paper [1.16] [NoSuchMethodError] https://github.com/PluginBugs/Issues-ItemsAdder/issues/2048
- fixed chorus placement graphical glitches https://github.com/PluginBugs/Issues-ItemsAdder/issues/2046
- fixed better logic to fix previous issue https://github.com/PluginBugs/Issues-ItemsAdder/issues/1993
- fixed can't open doors while holding custom blocks https://github.com/PluginBugs/Issues-ItemsAdder/issues/2030
- fixed furniture hitbox getting reset back when some Bukkit API methods are called (and preemptively fixed also any undiscovered causes) https://github.com/PluginBugs/Issues-ItemsAdder/issues/1996
- fixed font images (emojis) and text effects not replaced correctly in chat in some cases when secure chat is enabled
- fixes warn and continue loading if duplicate attribute modifiers are set instead of stopping
- fixed attribute modifiers with dots (for example "minecraft:generic.armor_toughness") not being correctly recognized
- fixed duplication https://github.com/PluginBugs/Issues-ItemsAdder/issues/2060
- fixed interact event not working anymore https://github.com/PluginBugs/Issues-ItemsAdder/issues/2065
- fixed /iainfo showing wrong max pack size for 1.18-1.19
new:
- new configuration option for ItemsAdder to finish loading items in the main thread https://github.com/PluginBugs/Issues-ItemsAdder/issues/2010
- now you can create furniture using the GLOW_ITEM_FRAME entity type https://github.com/PluginBugs/Issues-ItemsAdder/issues/2011
- added Denizen support https://github.com/PluginBugs/Issues-ItemsAdder/issues/1986

api:
- new API method to retrieve block model files https://github.com/PluginBugs/Issues-ItemsAdder/issues/1959
- new emotes events https://github.com/PluginBugs/Issues-ItemsAdder/issues/1690

fixes
- fixed Citizens interaction not working https://github.com/PluginBugs/Issues-ItemsAdder/issues/2002
- fixed Anvil does not return redundant ingredients when broken https://github.com/PluginBugs/Issues-ItemsAdder/issues/1976
  • Like
Reactions: QuinzUwU
fixes
- fixed PlayerInteractEvent not triggered if entity is between 5 and 6 blocks of distance from player https://github.com/PluginBugs/Issues-ItemsAdder/issues/1993
- fixed replaceable blocks not replaced when interacted with custom block https://github.com/PluginBugs/Issues-ItemsAdder/issues/1998
- fixed wrong NMS nbt loaded in 1.19.2
  • Like
Reactions: memongame
fixes
- fixed reskinned citizens NPCs showing the original entity
  • Like
Reactions: memongame
api changes:
- removed cooldown methods from CustomStack, they were useless and unreliable

fixes:
- fixed some CustomStack API methods editing the base item instead of the instantiated item stack
- fixed blocks interaction compatibility with EpicBackpacks and potentially other plugins https://github.com/PluginBugs/Issues-ItemsAdder/issues/1977
- fixed CustomEntity do no appear instantly after being spawned https://github.com/PluginBugs/Issues-ItemsAdder/issues/1989
- fixed entities little memory leak when reloading via Plugman and similar
- fixed monsters on fire if plugin reloaded
- fixed kick "Illegal characters in chat" https://github.com/PluginBugs/Issues-ItemsAdder/issues/1975
- performance optimizations
  • Like
Reactions: memongame
fixes:
- fixed possible issues with chat-preview feature enabled, now it won't force chat signing from being disabled: https://github.com/PluginBugs/Issues-ItemsAdder/issues/1961
- custom entities now respect the world view distance
- custom entities models no longer get frozen when getting out of the player view
Back
Top
AdBlock Detected

We get it, advertisements are annoying!

Sure, ad-blocking software does a great job at blocking ads, but it also blocks useful features of our website. For the best site experience please disable your AdBlocker.

I've Disabled AdBlock