Welcome!

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

SignUp Now!
  • 🎒 Back-to-School Sale!

    Get 20% OFF on all monthly Ranks with coupon code: Back-to-school

    Start the new season smarter, stronger, and ready to shine ✨

    💡 Keep your subscription active and you’ll continue paying the discounted price 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.15

Register to download
new:
- added "all" attribute to MythicMobs bone mechanic to apply settings to all bones, example: bone{all=true;visible=false}

new config:
- added attribute to custom entities `can_drop_loot` to make custom entities drop the vanilla base entity loot on death or not
- added attribute to custom entities `shadow` to show or hide the custom entity shadow

new api:
- new API attribute `noBase` for CustomEntity#spawn() to spawn a custom entity which has no Bukkit entity base then you can handle it on your own via teleport
- new API attributes `noHitbox` for CustomEntity#spawn() to spawn a custom entity which cannot be interacted
- new API method CustomEntity#getBone(String name) to get a bone by its name

fixes:
- reduced bandwidth used by custom entities packets by ~34%. A total of ~48% from the first custom entities feature release:
- fixed custom entities removed forcefully by other plugins not removed instantly, now they will be removed each 500ms
- fixed some custom entities issues when base entity teleport
- fixed custom entities mount ejecting players randomly in some cases
- fixed Custom entities causing kick on rare cases https://github.com/PluginBugs/Issues-ItemsAdder/issues/1816
- fixed respawning of custom entities on various events (teleport) in some cases
- better handling of player/custom entity change world events
- fixed CustomEntity#teleport(loc) method making the entity stutter sometimes
- various optimizations
- fixed black-screen still giving blindness even when disable https://github.com/PluginBugs/Issues-ItemsAdder/issues/1842
- fixed citizens entities loading in some cases
- fixed loading of old custom entities models which doesn't have any particle/sound effect
How to update:
- update the Blockbench extension: https://github.com/LoneDev6/itemsadder-entity/releases/tag/1.1.1
- open all your emote files and export them again with Blockbench
- delete the base emote file and run after /iazip in order to get the updated one: `data/resource_pack/assets/minecraft/animations/player.iaentitymodel`

new:
- new MythicMobs Skills and selector, check the wiki: https://itemsadder.devs.beer/plugin-usage/adding-content/mobs/advanced-method/mythicmobs

emotes changes:
- added texture to the emotes file
- now emotes can have hat shown, please open all your emote files and export them again with Blockbench.

api:
- added missing `public` attribute to MountBone methods
- new methods in MountBone: setLocked, isLocked, setCanControl, canControl
- new methods to convert/spawn custom entities in CustomEntity class https://github.com/PluginBugs/Issues-ItemsAdder/issues/1790
- new advanced (experimental) API to customize items https://github.com/PluginBugs/Issues-ItemsAdder/issues/1801
- new Furniture API events https://github.com/PluginBugs/Issues-ItemsAdder/issues/1646

fixes:
- fixed interact event not triggered for custom entities
- fixed CustomCrop "byAlreadyPlaced NullPointerException https://github.com/PluginBugs/Issues-ItemsAdder/issues/1638
- fixed Disabling an ore only causes ItemsAdder to fail loading https://github.com/PluginBugs/Issues-ItemsAdder/issues/1818
- fixed furniture trade machine can be interacted even when another plugin cancels the interaction event
- better error for invalid cave decorators blocks https://github.com/PluginBugs/Issues-ItemsAdder/issues/1826
- fixed HUD not refreshing instantly on value change when using the HUDs API
- fixed compatibility with some chat plugins like VentureChat https://github.com/PluginBugs/Issues-ItemsAdder/issues/1830
- added new error message for invalid font_images y_position
new:
- added default permission to "all" category: `ia.menu.seecategory.all`
- rotate itemframes furniture by shift-rightclick https://github.com/PluginBugs/Issues-ItemsAdder/issues/1623

api:
- new api methods for custom entities: https://github.com/PluginBugs/Issues-ItemsAdder/issues/1731#issuecomment-1168797221

fixes:
- fixed compatibility with old custom blocks created with vanilla blocks material: https://github.com/PluginBugs/Issues-ItemsAdder/issues/1780#issuecomment-1167460129
- removed dead code used to maintain compatibility with old Spigot versions. This should not cause issues.
- fixed BlockBreakEvent error on Paper when using `multiple_block_break` on 1.19+ https://github.com/PluginBugs/Issues-ItemsAdder/issues/1798
- fixed itemframe furniture spawned as it's on wall when placed on plants: https://github.com/PluginBugs/Issues-ItemsAdder/issues/1456
- fixed thin-font 1.19, regenerate your resourcepack using /iazip (and follow the hosting tutorial if needed) https://github.com/PluginBugs/Issues-ItemsAdder/issues/1808
- fixed 1.19 pack_format: 9
- fixed custom entities walk and fly speed always being `value - 0.7`, now it will be used the exact speed value
- fixed custom entities walk and fly speed ignored when riding them https://github.com/PluginBugs/Issues-ItemsAdder/issues/1809
- fixed `optimized-packets` option breaking Plugman on `/plugman reload ItemsAdder`
- fixed attack damage lore applied to items when not needed: https://github.com/PluginBugs/Issues-ItemsAdder/issues/1807
- fixed vehicles stuck in stairs: https://github.com/PluginBugs/Issues-ItemsAdder/issues/1747
- fixed custom hitboxes not applied correctly in some cases: https://github.com/PluginBugs/Issues-ItemsAdder/issues/1747
- fixed Citizens hook on some servers: https://github.com/PluginBugs/Issues-ItemsAdder/issues/1800
- fixed Citizens entities not spawned on join sometimes
- fixed bug (probably reproducible on 1.19+ only) which causes REAL_NOTE blocks to generate infinite blockstate updates https://github.com/PluginBugs/Issues-ItemsAdder/issues/1805
- fixed instabreak problem when using axes on custom blocks in some cases https://github.com/PluginBugs/Issues-ItemsAdder/issues/1691
- z_iainternal folder generated even when using legacy itemsadder default resourcepack
- reduced custom entities network traffic usage by ~20%
- blocks placement code optimization
- minor optimizations
- removed useless code for the blocks breaking logic
  • Like
Reactions: cummmmmmmmmmmmm
[IMG]

>> Chat preview <<

api:
- implemented new custom entities API methods https://github.com/PluginBugs/Issues-ItemsAdder/issues/1731#issuecomment-1157449039
- CustomFurniture API now accepts also ItemFrame, not only ArmorStand

fixes:
- fixed custom entities not being rendered after teleporting them on far distances
- fixed plugin still reports other plugins trying to give resource packs despite no-host being enabled https://github.com/PluginBugs/Issues-ItemsAdder/issues/1782
- fixed text effects not applying correctly for messages like: `hello 😄 how are you <r aaa> <rw asdasd>`
- fixed font effects and emojis not replaced in chat if no chat manager is installed (EssentialsXChat, VentureChat) or if CMI is installed.
- fixed furniture removable in ADVENTURE mode https://github.com/PluginBugs/Issues-ItemsAdder/issues/1725
- fixed trees bugs 1.19 https://github.com/PluginBugs/Issues-ItemsAdder/issues/1780
- fixed blocks digging on 1.19
  • Like
Reactions: Tandis
Update LoneLibs!

- added 1.19 compatibility
- fixed custom entities on 1.16 https://github.com/PluginBugs/Issues-ItemsAdder/issues/1767
- fixed entities body rotation on movement https://github.com/PluginBugs/Issues-ItemsAdder/issues/1663
- fixed some emotes having problems about head rotation (if the emote moves head and body too much)
- fixed entities attack animation not triggered correctly in some cases
- fixed "Cave decorators are supported only on Spigot 1.17+" error spamming on < 1.16 even without cave populators in configs
- add compatibility with manually created leather armor atlas textures: https://github.com/PluginBugs/Issues-ItemsAdder/issues/1772
- fixed `disable-overwrite-leather-armor-layers-textures` setting not working on 1.17+
- fixed leather armor textures issues, more info here: https://github.com/PluginBugs/Issues-ItemsAdder/issues/1615
- reduced JAR size of some bytes
Important changes:
ItemsAdder default resources changed a lot!

If you just installed ItemsAdder and you want to get the default items read here: https://itemsadder.devs.beer/first-install#optional-steps

If you already have installed ItemsAdder you will continue using the old textures/configurations, but if you want you can start over and delete everything in order to get the new configurations in a clean install, but depends on your server needs.

new:
- changed the default assets pack logic.
- changed permissions (old ones will still work), please read here: https://github.com/PluginBugs/Issues-ItemsAdder/issues/1724
- renamed "extract-default-items" to "extract-default-configs" in config.yml

fixes:
- fixed StackOverflowError https://github.com/PluginBugs/Issues-ItemsAdder/issues/1716
- fixed trades loading if ingredient1/2 or result is null
- fixed NullPointerException when interacting with furnitures which have been removed from the configs
  • Like
Reactions: wakatel
3.1.6
  • Like
Reactions: 32cekenbertug
3.1.5
3.1.2
3.1.2
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