Page: 1 2 3 4 5




3.3.0b-r2 Dec 23, 2022
3.3.0b-r2
Fixed 1.19.2 compatibility

3.3.0b Dec 22, 2022
3.3.0b
1.19.3 compatibility







3.3.0-beta-r4 Nov 21, 2022
3.3.0-beta-r4
Fixed custom entities model loading

3.3.0-beta-r3 Nov 21, 2022
3.3.0-beta-r3

changes:
- 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


3.2.5-r3 Nov 3, 2022
3.2.5-r3
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


3.2.5-beta5 Oct 31, 2022
3.2.5-beta5


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


3.2.4-beta1 Oct 20, 2022
3.2.4-beta1

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


3.2.3-r10 Oct 14, 2022
3.2.3-r10
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

3.2.3-r9 Sep 29, 2022
3.2.3-r9

fixes
- fixed reskinned citizens NPCs showing the original entity


3.2.3-r8 Sep 28, 2022
3.2.3-r8

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


3.2.3n Sep 16, 2022
3.2.3n

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


3.2.3m Sep 8, 2022
3.2.3m

fixes:
- fixed Could not pass event ChunkLoadEvent on 1.17.1 https://github.com/PluginBugs/Issues-ItemsAdder/issues/1949
- fixed error throwing trident on Spigot https://github.com/PluginBugs/Issues-ItemsAdder/issues/1953
- fixed block trade machines not working anymore


3.2.3i Aug 30, 2022
3.2.3i

fixes:
- fixed double output after consumption https://github.com/PluginBugs/Issues-ItemsAdder/issues/1937
- optimized fix-glitched-blocks performance on huge servers https://github.com/PluginBugs/Issues-ItemsAdder/issues/1941
- fixed items in hand continue to be combined even when the maximum quantity is reached https://github.com/PluginBugs/Issues-ItemsAdder/issues/1930
- fixed SkinsRestorer (and potentially other plugins) compatibility https://github.com/PluginBugs/Issues-ItemsAdder/issues/1910
- fixed gun_shot event throwing exception if base item material is not a vanilla damageable https://github.com/PluginBugs/Issues-ItemsAdder/issues/1943
- fixed gun projectile property not reporting any error if failed to load
- removed useless search-also-in-these-biomes in config.yml
- cleaned up useless code


3.2.3h Aug 26, 2022
3.2.3h

fixes:
- fixed Nova compatibility https://github.com/PluginBugs/Issues-ItemsAdder/issues/1918
- fixed /iacleancache command not removing unused entries from vanilla json items files https://github.com/PluginBugs/Issues-ItemsAdder/issues/1936
- fixed plyaer visible when playing emotes with other effects or beacons https://github.com/PluginBugs/Issues-ItemsAdder/issues/1925


3.2.3g Aug 22, 2022
3.2.3g

config changes:
- added new property `shift_interact_rotate` to furniture to disable rotation on shift-interact https://github.com/PluginBugs/Issues-ItemsAdder/issues/1914

fixes:
- fixed 1.18.2 emotes
- fixed custom entities on 1.18.2 https://github.com/PluginBugs/Issues-ItemsAdder/issues/1923
- fixed 1.17.1 TILE blocks https://github.com/PluginBugs/Issues-ItemsAdder/issues/1906
- fixed equipment showing when shift is pressed during emotes playing
- fixed NPE when using FurnitureInteractEvent https://github.com/PluginBugs/Issues-ItemsAdder/issues/1911
- fixed CustomBlockBreak not called in CREATIVE mode https://github.com/PluginBugs/Issues-ItemsAdder/issues/1904
- fixed font images alpha value not fixed correctly in some cases https://github.com/PluginBugs/Issues-ItemsAdder/issues/1908
- fixed emojis not being replaced in chat on 1.19.2+ https://github.com/PluginBugs/Issues-ItemsAdder/issues/1886
- fixed breaking furniture if player attacked entity near it (for example an itemframe placed on a furniture)


Page: 1 2 3 4 5