Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NullPointerException: Cannot invoke "org.bukkit.craftbukkit.entity.CraftLivingEntity.getHandle()" #4231

Open
5 of 6 tasks
KrazyxWolf opened this issue Dec 10, 2024 · 19 comments
Labels
type: bug Something isn't working type: performance Performance issue verdict: can't reproduce This issue cannot be reproduced by the developers verdict: workaround implemented A workaround is implemented to mitigate the issue.
Milestone

Comments

@KrazyxWolf
Copy link

KrazyxWolf commented Dec 10, 2024

Terms

  • I'm using the very latest version of ItemsAdder and its dependencies.
  • I am sure this is a bug and it is not caused by a misconfiguration or by another plugin.
  • I've looked for already existing issues on the Issue Tracker and haven't found any.
  • I already searched on the plugin wiki to know if a solution is already known.
  • I already searched on the forums to check if anyone already has a solution for this.
  • I tested this with just ItemsAdder and its dependencies and with a vanilla client of the same version as the Server.

Discord Username (optional)

krazyxwolf_

What happened?

Every time I update ItemsAdder to version 4.0.5 or any of its beta versions the server crashes when trying to add a player to the playerlist and it doesn't happen with all of them, it's random and can happen without warning, we are using version 4.0.4 since the server never crashes so having the latest version is out of the question

Steps to reproduce the issue

This issue can occur randomly so there is no concrete series of steps

Server version

This server is running UniverseSpigot version 1.20.6-DEV-ver/1.20.6-stable@3c495a1 (2024-11-30T22:19:15Z) (Implementing API version 1.20.6-R0.1-SNAPSHOT)
Universe-1.20.6-DEV-3c495a1 (MC: 1.20.6)

ItemsAdder Version

ItemsAdder version 4.0.4

ProtocolLib Version

ProtocolLib version 5.4.0-SNAPSHOT-736

LoneLibs Version

LoneLibs version 1.0.62

Full Server Log

https://mclo.gs/DtA0EEL

Error (optional)

[ItemsAdder] Unhandled exception occurred in onPacketSending(PacketEvent) for ItemsAdder
java.lang.NullPointerException: Cannot invoke "org.bukkit.craftbukkit.entity.CraftLivingEntity.getHandle()" because "<local4>" is null
	at ItemsAdder_4.0.5.jar/itemsadder.m.uy.a(SourceFile:286) ~[ItemsAdder_4.0.5.jar:?]
	at ItemsAdder_4.0.5.jar/itemsadder.m.st.onPacketSending(SourceFile:66) ~[ItemsAdder_4.0.5.jar:?]
	at ProtocolLib.jar/com.comphenix.protocol.injector.collection.OutboundPacketListenerSet.invokeListener(OutboundPacketListenerSet.java:74) ~[ProtocolLib.jar:?]
	at ProtocolLib.jar/com.comphenix.protocol.injector.collection.PacketListenerSet.lambda$invoke$0(PacketListenerSet.java:123) ~[ProtocolLib.jar:?]
	at ProtocolLib.jar/com.comphenix.protocol.timing.TimingTracker.lambda$static$0(TimingTracker.java:7) ~[ProtocolLib.jar:?]
	at ProtocolLib.jar/com.comphenix.protocol.injector.collection.PacketListenerSet.invoke(PacketListenerSet.java:123) ~[ProtocolLib.jar:?]
	at ProtocolLib.jar/com.comphenix.protocol.injector.collection.OutboundPacketListenerSet.invoke(OutboundPacketListenerSet.java:30) ~[ProtocolLib.jar:?]
	at ProtocolLib.jar/com.comphenix.protocol.injector.collection.PacketListenerSet.invoke(PacketListenerSet.java:102) ~[ProtocolLib.jar:?]
	at ProtocolLib.jar/com.comphenix.protocol.injector.PacketFilterManager.postPacketToListeners(PacketFilterManager.java:528) ~[ProtocolLib.jar:?]
	at ProtocolLib.jar/com.comphenix.protocol.injector.PacketFilterManager.invokeOutboundPacketListeners(PacketFilterManager.java:516) ~[ProtocolLib.jar:?]
	at ProtocolLib.jar/com.comphenix.protocol.injector.netty.channel.NettyChannelInjector.processOutbound(NettyChannelInjector.java:528) ~[ProtocolLib.jar:?]
	at ProtocolLib.jar/com.comphenix.protocol.injector.netty.channel.NettyEventLoopProxy.proxyRunnable(NettyEventLoopProxy.java:44) ~[ProtocolLib.jar:?]
	at ProtocolLib.jar/com.comphenix.protocol.injector.netty.channel.NettyEventLoopProxy.execute(NettyEventLoopProxy.java:233) ~[ProtocolLib.jar:?]
	at net.minecraft.network.Connection.sendPacket(Connection.java:507) ~[universe-1.20.6.jar:1.20.6-3c495a1]
	at net.minecraft.network.Connection$PacketSendAction.lambda$new$0(Connection.java:1047) ~[universe-1.20.6.jar:1.20.6-3c495a1]
	at net.minecraft.network.Connection$WrappedConsumer.accept(Connection.java:1031) ~[universe-1.20.6.jar:1.20.6-3c495a1]
	at net.minecraft.network.Connection.processQueue(Connection.java:628) ~[universe-1.20.6.jar:1.20.6-3c495a1]
	at net.minecraft.network.Connection.flushQueue(Connection.java:589) ~[universe-1.20.6.jar:1.20.6-3c495a1]
	at net.minecraft.network.Connection.send(Connection.java:482) ~[universe-1.20.6.jar:1.20.6-3c495a1]
	at net.minecraft.server.network.ServerCommonPacketListenerImpl.send(ServerCommonPacketListenerImpl.java:331) ~[universe-1.20.6.jar:1.20.6-3c495a1]
	at net.minecraft.server.network.ServerCommonPacketListenerImpl.send(ServerCommonPacketListenerImpl.java:312) ~[universe-1.20.6.jar:1.20.6-3c495a1]
	at net.minecraft.server.level.ChunkHolder.lambda$broadcast$1(ChunkHolder.java:372) ~[universe-1.20.6.jar:1.20.6-3c495a1]
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1596) ~[?:?]
	at net.minecraft.server.level.ChunkHolder.broadcast(ChunkHolder.java:371) ~[universe-1.20.6.jar:1.20.6-3c495a1]
	at net.minecraft.server.level.ChunkHolder.broadcastChanges(ChunkHolder.java:310) ~[universe-1.20.6.jar:1.20.6-3c495a1]
	at net.minecraft.server.level.ServerChunkCache.tickChunks(ServerChunkCache.java:690) ~[universe-1.20.6.jar:1.20.6-3c495a1]
	at net.minecraft.server.level.ServerChunkCache.tick(ServerChunkCache.java:493) ~[universe-1.20.6.jar:1.20.6-3c495a1]
	at net.minecraft.server.level.ServerLevel.tick(ServerLevel.java:876) ~[universe-1.20.6.jar:1.20.6-3c495a1]
	at net.minecraft.server.MinecraftServer.tickChildren(MinecraftServer.java:1794) ~[universe-1.20.6.jar:1.20.6-3c495a1]
	at net.minecraft.server.dedicated.DedicatedServer.tickChildren(DedicatedServer.java:485) ~[universe-1.20.6.jar:1.20.6-3c495a1]
	at net.minecraft.server.MinecraftServer.tickServer(MinecraftServer.java:1584) ~[universe-1.20.6.jar:1.20.6-3c495a1]
	at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1238) ~[universe-1.20.6.jar:1.20.6-3c495a1]
	at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:327) ~[universe-1.20.6.jar:1.20.6-3c495a1]
	at java.base/java.lang.Thread.run(Thread.java:1583) ~[?:?]
Parameters: 
  net.minecraft.network.protocol.game.ClientboundSetEntityDataPacket@7b8c2417[
    id=481603
    packedItems=[DataValue[id=0, serializer=net.minecraft.network.syncher.EntityDataSerializer$$Lambda/0x00007f6b6c8dd7e0@21fdd450, value=64], DataValue[id=1, serializer=net.minecraft.network.syncher.EntityDataSerializer$$Lambda/0x00007f6b6c8dd7e0@7fa28653, value=300], DataValue[id=2, serializer=net.minecraft.network.syncher.EntityDataSerializer$$Lambda/0x00007f6b6c8dd7e0@5a580506, value=Optional.empty], DataValue[id=3, serializer=net.minecraft.network.syncher.EntityDataSerializer$$Lambda/0x00007f6b6c8dd7e0@157a4566, value=false], DataValue[id=4, serializer=net.minecraft.network.syncher.EntityDataSerializer$$Lambda/0x00007f6b6c8dd7e0@157a4566, value=false], DataValue[id=5, serializer=net.minecraft.network.syncher.EntityDataSerializer$$Lambda/0x00007f6b6c8dd7e0@157a4566, value=false], DataValue[id=6, serializer=net.minecraft.network.syncher.EntityDataSerializer$$Lambda/0x00007f6b6c8dd7e0@62291782, value=STANDING], DataValue[id=7, serializer=net.minecraft.network.syncher.EntityDataSerializer$$Lambda/0x00007f6b6c8dd7e0@7fa28653, value=0], DataValue[id=8, serializer=net.minecraft.network.syncher.EntityDataSerializer$$Lambda/0x00007f6b6c8dd7e0@21fdd450, value=0], DataValue[id=9, serializer=net.minecraft.network.syncher.EntityDataSerializer$$Lambda/0x00007f6b6c8dd7e0@258ec955, value=21.5], DataValue[id=10, serializer=net.minecraft.network.syncher.EntityDataSerializer$$Lambda/0x00007f6b6c8dd7e0@685eddf0, value=[]], DataValue[id=11, serializer=net.minecraft.network.syncher.EntityDataSerializer$$Lambda/0x00007f6b6c8dd7e0@157a4566, value=false], DataValue[id=12, serializer=net.minecraft.network.syncher.EntityDataSerializer$$Lambda/0x00007f6b6c8dd7e0@7fa28653, value=0], DataValue[id=13, serializer=net.minecraft.network.syncher.EntityDataSerializer$$Lambda/0x00007f6b6c8dd7e0@7fa28653, value=0], DataValue[id=14, serializer=net.minecraft.network.syncher.EntityDataSerializer$$Lambda/0x00007f6b6c8dd7e0@509109f6, value=Optional.empty], DataValue[id=15, serializer=net.minecraft.network.syncher.EntityDataSerializer$$Lambda/0x00007f6b6c8dd7e0@258ec955, value=0.0], DataValue[id=16, serializer=net.minecraft.network.syncher.EntityDataSerializer$$Lambda/0x00007f6b6c8dd7e0@7fa28653, value=860578613], DataValue[id=17, serializer=net.minecraft.network.syncher.EntityDataSerializer$$Lambda/0x00007f6b6c8dd7e0@21fdd450, value=127], DataValue[id=18, serializer=net.minecraft.network.syncher.EntityDataSerializer$$Lambda/0x00007f6b6c8dd7e0@21fdd450, value=1], DataValue[id=19, serializer=net.minecraft.network.syncher.EntityDataSerializers$3@2922cf95, value={}], DataValue[id=20, serializer=net.minecraft.network.syncher.EntityDataSerializers$3@2922cf95, value={}]]
  ]

Problematic items yml configuration file (optional)

No response

Other files, you can drag and drop them here to upload. (optional)

message.txt

Screenshots/Videos (you can drag and drop files or paste links)

No response

@KrazyxWolf KrazyxWolf added the type: bug Something isn't working label Dec 10, 2024
@Andre601
Copy link
Collaborator

Please test if this issue persists on a bare-minimum server.

@KrazyxWolf
Copy link
Author

@Andre601 The crash occurs from one moment to another, it does not work with a single player but with several as it is a production environment, the only known cause is ItemsAdder because when this is updated to version 4.0.5 starts the whole problem

@SrMonsterYT
Copy link

I had the same problem, so I had to go back to previous versions

@LoneDev6
Copy link
Collaborator

You are using an unofficial version of Spigot UniverseSpigot, it could be a bug of it.

@LoneDev6 LoneDev6 moved this from New to Stalled in ItemsAdder Dec 17, 2024
@LoneDev6 LoneDev6 added outdated: plugin The plugin is outdated. verdict: can't reproduce This issue cannot be reproduced by the developers outdated: server The server is outdated. env: unofficial spigot fork Unofficial Spigot fork which is not Paper or Purpur. type: spigot fork bug A bug of a Spigot fork which is not Paper or Purpur. labels Dec 17, 2024
@KrazyxWolf
Copy link
Author

@LoneDev6 the strange thing is not the use of a fork of paper, the thing is that simply the server crashes when updating to 4.0.5+ and when returning to the stable version 4.0.4 nothing happens

@LoneDev6
Copy link
Collaborator

LoneDev6 commented Dec 17, 2024

@KrazyxWolf
Probably someone is trying to use an exploit by breaking blocks which are in unloaded chunks, or a Spigot bug.
I will introduce a workaround fix for that in the upcoming beta JAR, please download it from the Discord server and test.
https://discord.com/channels/533407895010803753/1316810070100803584
Verify your purchases to access this JAR and apply for beta testing.
The bot explains everything, please make sure to follow its guide, will take less than 2 minutes to verify.

@LoneDev6 LoneDev6 added this to the 4.0.6 milestone Dec 17, 2024
@LoneDev6 LoneDev6 added verdict: workaround implemented A workaround is implemented to mitigate the issue. verdict: can't reproduce This issue cannot be reproduced by the developers type: performance Performance issue and removed env: unofficial spigot fork Unofficial Spigot fork which is not Paper or Purpur. outdated: plugin The plugin is outdated. verdict: can't reproduce This issue cannot be reproduced by the developers outdated: server The server is outdated. type: spigot fork bug A bug of a Spigot fork which is not Paper or Purpur. labels Dec 17, 2024
@LoneDev6 LoneDev6 moved this from Stalled to Done in ItemsAdder Dec 17, 2024
@LoneDev6 LoneDev6 changed the title Server crashes when upgrading ItemsAdder to 4.0.5 Server crashes - possible exploit mining block 4.0.5 Dec 17, 2024
@KrazyxWolf
Copy link
Author

@LoneDev6 the problem persists, I updated ItemsAdder from version 4.0.4 to 4.0.6 and the crash always comes out with the same reason (ServerConfigurationPacketListenerImpl)

log: https://mclo.gs/1Nn2Ugh the crash starts on line 7935

@Andre601
Copy link
Collaborator

Andre601 commented Jan 2, 2025

Reopening this, as others seem to encounter this issue too (see #4286)

@Andre601 Andre601 reopened this Jan 2, 2025
@PackPlug
Copy link

PackPlug commented Jan 2, 2025

my issue was with items adder it self before everything worked fine but as soon as i tried to update a contents folder everything crashed and i wasent able to get it back to a stable version no matter what

@PackPlug
Copy link

PackPlug commented Jan 3, 2025

any luck on a fix

@PackPlug
Copy link

PackPlug commented Jan 3, 2025

okay so after looking into this for a bit i have found a way to get this narrowed down to the issue it has to do with something in the new config as i used all my contents on my dev server with no issues but the config with no modification is causing the issue

@PackPlug
Copy link

PackPlug commented Jan 3, 2025

also can we make this a diffrent issue as my server is not crashing and its not do to custom blocks as all my items are armors and tools

@Andre601 Andre601 changed the title Server crashes - possible exploit mining block 4.0.5 NullPointerException: Cannot invoke "org.bukkit.craftbukkit.entity.CraftLivingEntity.getHandle()" Jan 3, 2025
@Andre601
Copy link
Collaborator

Andre601 commented Jan 3, 2025

also can we make this a diffrent issue as my server is not crashing and its not do to custom blocks as all my items are armors and tools

I renamed the title of this issue to be about the error.

@PackPlug
Copy link

PackPlug commented Jan 3, 2025

So it's something to do with the new config for the actual jar plug-in if you would like would you like me to send you the old thing thing that works against the new config that doesn't?

@PackPlug
Copy link

PackPlug commented Jan 3, 2025

Are we waiting on lonedev or do you guys not know the issue?

@PackPlug
Copy link

PackPlug commented Jan 3, 2025

I can pay for Support if needed. I can do PayPal, but I really need this to be up as this is stopping the performance of my project.

@PackPlug
Copy link

PackPlug commented Jan 3, 2025

[23:10:02 WARN]: [ItemsAdder] Found shader overlapping an ItemsAdder shader. Disable emotes or text-effects to edit these shaders manually: shaders/core/rendertype_entity_translucent.vsh
[23:10:02 WARN]: [ItemsAdder] Found shader overlapping an ItemsAdder shader. Disable emotes or text-effects to edit these shaders manually: shaders/core/rendertype_entity_translucent.fsh
[23:10:02 WARN]: [ItemsAdder] Found shader overlapping an ItemsAdder shader. Disable emotes or text-effects to edit these shaders manually: shaders/core/rendertype_entity_translucent.json
[23:10:02 WARN]: [ItemsAdder] File compression skipped: 'contents/modelengine/resourcepack/assets/minecraft/models/custom/entities/player/right_arm.json' -> 'assets/minecraft/models/custom/entities/player/right_arm.json' | duplicate entry: assets/minecraft/models/custom/entities/player/right_arm.json
[23:10:02 WARN]: [ItemsAdder] File compression skipped: 'contents/modelengine/resourcepack/assets/minecraft/shaders/core/rendertype_entity_translucent.fsh' -> 'assets/minecraft/shaders/core/rendertype_entity_translucent.fsh' | duplicate entry: assets/minecraft/shaders/core/rendertype_entity_translucent.fsh
[23:10:02 WARN]: [ItemsAdder] File compression skipped: 'resource pack/assets/minecraft/models/custom/entities/player/head.json' -> 'assets/minecraft/models/custom/entities/player/head.json' | duplicate entry: assets/minecraft/models/custom/entities/player/head.json
[23:10:02 WARN]: [ItemsAdder] File compression skipped: 'contents/modelengine/resourcepack/assets/modelengine/textures/entity/wowtexture.png' -> 'assets/modelengine/textures/entity/wowtexture.png' | duplicate entry: assets/modelengine/textures/entity/wowtexture.png
[23:10:02 WARN]: [ItemsAdder] File compression skipped: 'contents/modelengine/resourcepack/assets/minecraft/models/custom/entities/player/left_leg.json' -> 'assets/minecraft/models/custom/entities/player/left_leg.json' | duplicate entry: assets/minecraft/models/custom/entities/player/left_leg.json
[23:10:02 WARN]: [ItemsAdder] File compression skipped: 'contents/modelengine/resourcepack/assets/modelengine/textures/entity/coinshiny.png.mcmeta' -> 'assets/modelengine/textures/entity/coinshiny.png.mcmeta' | duplicate entry: assets/modelengine/textures/entity/coinshiny.png.mcmeta
[23:10:02 WARN]: [ItemsAdder] File compression skipped: 'contents/modelengine/resourcepack/assets/modelengine/models/doubloon/body.json' -> 'assets/modelengine/models/doubloon/body.json' | duplicate entry: assets/modelengine/models/doubloon/body.json
[23:10:02 WARN]: [ItemsAdder] File compression skipped: 'contents/modelengine/resourcepack/assets/modelengine/textures/entity/coinshiny.png' -> 'assets/modelengine/textures/entity/coinshiny.png' | duplicate entry: assets/modelengine/textures/entity/coinshiny.png
[23:10:02 WARN]: [ItemsAdder] File compression skipped: 'contents/modelengine/resourcepack/assets/minecraft/shaders/core/rendertype_entity_translucent.json' -> 'assets/minecraft/shaders/core/rendertype_entity_translucent.json' | duplicate entry: assets/minecraft/shaders/core/rendertype_entity_translucent.json
[23:10:02 WARN]: [ItemsAdder] File compression skipped: 'resource pack/assets/minecraft/models/custom/entities/player/slim_left.json' -> 'assets/minecraft/models/custom/entities/player/slim_left.json' | duplicate entry: assets/minecraft/models/custom/entities/player/slim_left.json
[23:10:02 WARN]: [ItemsAdder] File compression skipped: 'resource pack/assets/minecraft/models/custom/entities/player/torso.json' -> 'assets/minecraft/models/custom/entities/player/torso.json' | duplicate entry: assets/minecraft/models/custom/entities/player/torso.json
[23:10:02 WARN]: [ItemsAdder] File compression skipped: 'resource pack/assets/minecraft/models/custom/entities/player/slim_right.json' -> 'assets/minecraft/models/custom/entities/player/slim_right.json' | duplicate entry: assets/minecraft/models/custom/entities/player/slim_right.json
[23:10:02 WARN]: [ItemsAdder] File compression skipped: 'contents/modelengine/resourcepack/assets/minecraft/models/custom/entities/player/left_arm.json' -> 'assets/minecraft/models/custom/entities/player/left_arm.json' | duplicate entry: assets/minecraft/models/custom/entities/player/left_arm.json
[23:10:02 WARN]: [ItemsAdder] File compression skipped: 'contents/modelengine/resourcepack/assets/minecraft/shaders/include/player_shader.glsl' -> 'assets/minecraft/shaders/include/player_shader.glsl' | duplicate entry: assets/minecraft/shaders/include/player_shader.glsl
[23:10:02 WARN]: [ItemsAdder] File compression skipped: 'resource pack/assets/minecraft/models/custom/entities/player/right_leg.json' -> 'assets/minecraft/models/custom/entities/player/right_leg.json' | duplicate entry: assets/minecraft/models/custom/entities/player/right_leg.json
[23:10:02 WARN]: [ItemsAdder] File compression skipped: 'contents/modelengine/resourcepack/assets/minecraft/shaders/core/rendertype_entity_translucent.vsh' -> 'assets/minecraft/shaders/core/rendertype_entity_translucent.vsh' | duplicate entry: assets/minecraft/shaders/core/rendertype_entity_translucent.vsh
[23:10:02 WARN]: [ItemsAdder] Bundled file compression skipped 'y.internal' -> 'assets/minecraft/shaders/core/rendertype_entity_translucent.vsh' | duplicate entry: assets/minecraft/shaders/core/rendertype_entity_translucent.vsh
[23:10:02 WARN]: [ItemsAdder] Bundled file compression skipped 'q.internal' -> 'assets/minecraft/shaders/core/rendertype_entity_translucent.fsh' | duplicate entry: assets/minecraft/shaders/core/rendertype_entity_translucent.fsh
[23:10:02 WARN]: [ItemsAdder] Bundled file compression skipped 'emotes/legacy/core/rendertype_entity_translucent.json' -> 'assets/minecraft/shaders/core/rendertype_entity_translucent.json' | duplicate entry: assets/minecraft/shaders/core/rendertype_entity_translucent.json

@PackPlug
Copy link

PackPlug commented Jan 4, 2025

issue is not the version on minecraft i have updated to latest version of minecraft whatever was added to the latest verison on items adder config is causing a crash state as the resource pack will apply but i can not see any textures game is play able here is the 2 configs for each

NEw
metrics: true
update-checker: true
resource-pack:
hosting:
no-host:
enabled: false
lobfile:
enabled: false
self-host:
enabled: true
server-ip: 127.0.0.1 # this is a blank ip
pack-port: 25626
external-host:
enabled: false
url: ''
skip-url-file-type-check___DONT_ASK_HELP_IF_SET_TRUE: false
kick-player-on-decline: false
kick-player-on-fail: false
title:
enabled: true
1_19_3_atlas_support: true
fix_force_unicode_font_images: true
expert_users: {}
protect-player:
lock-player: true
hide-hud: true
command:
usage-cooldown-seconds: 60
custom-font:
enabled: false
name: ipaexg.ttf
shift: '[0,0]'
size: 11.0
oversample: 2.0
thin-font:
enabled: false
zip:
protect-file-from-unzip:
protection_1: true
protection_2: true
compress-png-files: true
compress-json-files: true
generate-custom-armors-textures:
vanilla_1_17: true
optifine: true
vanilla: false
disable-overwrite-leather-armor-layers-textures: false
fix_transparent_noteblocks: false
ignore-files-ext:
- db
- yml
- xcf
- psd
- html
- gz
- rar
- zip
- 7z
extract_internal_utility_assets: true
contents-folders-priority:
- vanilla
- _iainternal
merge_other_plugins_resourcepacks_folders:
- ModelEngine/resource pack
compress-shader-files: true
items:
CustomModelData-starting-value:
ALL: 10000
DIAMOND: 11000
custom_blocks_sounds_patch:
enabled: true
step:
enabled: true
allow_non_player: true
other: true
atlas_support: false
uuid: d69238f2-b7ce-30b0-8262-17cd9490f29d
apply_during_chunk_load_phase: true
apply_on_join:
enabled: false
delay_ticks: 1
allow_other_plugins_resourcepacks: false
notify_other_plugins_resourcepacks: true
pre_1_21_2_shaders_fix:
enabled: true
config_files:
lang: en
dictionaries-lang: en
force-sync-loading: false
blocks:
fix-liquids-flow: true
fix-floating-blocks: true
fix-glitched-blocks:
enabled: true
only-new-chunks: false
cancel-break-wrong-tool:
enabled: true
send-actionbar: true
campfire_enhancements:
enable: true
unlit_on_place: true
allow_any_item: true
drop_when_broken: false
convert-vanilla-blocks:
enabled: false
only-new-chunks: true
remove-unused-palettes-on-region-save: false
custom:
mushroom: true
chorus: true
note: true
wire: false
fire: true
worlds:

  • '*'
  • example_world_*
  • '*_example_nether'
  • '!example_disabled_blocks_world'
  • '!example_disabled_blocks_world_*'
    items:
    fix-show-attack-and-damage-as-lore: true
    give_death_location_maps: true
    hide-custom-durability-lore: true
    fix_trades_guis_match_custom_items:
    itemsadder_trade_machines: true
    vanilla_villagers: false
    other_plugins: true
    optimizations:
    kick_on_quickbar_spam:
    enabled: true
    ms: 200
    clicks: 6
    update-legacy-items:
    enabled: true
    update_durability: true
    liquids:
    enabled: true
    huds:
    enabled: true
    force_color:
    enabled: false
    color: '#FFFFFF'
    hide_if_pack_not_accepted: true
    cooldown_bars:
    enabled: true
    refresh_ticks: 1
    bossbar:
    color: WHITE
    style: SOLID
    loots:
    allow-loots-drop-from-spawners-using-silk-touch: true
    mobs:
    disable-MOB-behaviour__DISABLE_AT_YOUR_OWN_RISK: false
    enabled: true
    compatibility:
    worldguard:
    show_legacy_furniture_flags: false
    advanced_enchantments:
    enable_custom_enchants_in_items_configs: false
    font_images:
    replace-in-customitems-name-and-lore: true
    chat:
    enabled: true
    add-hover-suggestion: true
    tab-autocompletion_1_19_1_plus: true
    command:
    enabled: true
    commandblocks: true
    excluded:
    • home
    • sethome
    • tpa
      sign:
      enabled: true
      book:
      enabled: true
      anvil:
      enabled: true
      inventory-title:
      enabled: true
      vault-prefix-suffix:
      enabled: true
      update-every-ticks: 1200
      scoreboard-teams:
      enabled: false
      update-every-ticks: 3600
      player-display-name:
      enabled: true
      update-every-ticks: 1200
      iaimage-book:
      max-line-length: 18
      placeholder-font: minecraft:default
      effects:
      hide-scoreboard-numbers: false
      hide-scoreboard-numbers-old-clients: false
      text-effects:
      enabled: true
      customitem-name-and-lore:
      enabled: true
      chat:
      enabled: true
      sign:
      enabled: true
      book:
      enabled: true
      anvil:
      enabled: true
      legacy_colors_compatibility: true
      entities:
      max-furniture-vehicles-per-chunk: 30
      custom-entitites:
      enabled: true
      emotes: true
      expert_users:
      delay_packets: false
      extract_emotes_shaders: true
      furniture:
      auto_convert_to_item_display: false
      recipes:
      hide-vanilla-unrecognized-recipe-errors: true
      fix-packet-too-large-kick: false
      show-no-permission-popup-in-recipebook: true
      show-no-permission-chat-message: false
      crafting:
      enabled: true
      cooking:
      enabled: true
      anvil:
      enabled: true
      smithing:
      enabled: true
      custom-recipes:
      unlock:
      all-on-join: false
      on-pickup: {}
      on-item-click: {}
      automatically: true
      remove-vanilla-recipes:
      enabled: true
      list:
      DIAMOND_SWORD: false
      IRON_INGOT: false
      player_stats:
      save_type: CUSTOM_NBT # CUSTOM_NBT, PLAYER_DAT
      debug:
      benchmark: false
      items:
      log-files-loading: false
      log-files-reloading: false
      log-items-loading: false
      log-items-loading-disabled: false
      log-font-images-loading: false
      log-huds-loading: false
      log-attribute-modifiers-loading: false
      log-warnings: false
      log-loots-loading: false
      log-loots-loading-disabled: false
      log-armors-loading: false
      recipes:
      log-recipes-loading: false
      log-recipes-loading-disabled: false
      log-recipes-removed-vanilla: false
      log-recipes-unknown-item: false
      log-fix-packet-too-large: false
      blocks:
      log-save-load:
      enabled: false
      min-ms: 0
      log-convert-vanilla-blocks: false
      log-fix-bugged-blocks: false
      log-unusual-block-break: false
      worlds-populators:
      log-loading: false
      log-loading-disabled: false
      log-loading-no-populators: false
      trees-populators:
      log-loading: false
      log-loading-disabled: false
      log-loading-no-populators: false
      log-generation: false
      surface-decorators:
      log-loading: false
      log-loading-disabled: false
      log-loading-no-decorators: false
      log-generation: false
      cave-decorators:
      log-loading: false
      log-loading-disabled: false
      log-loading-no-decorators: false
      log-generation: false
      player-stats:
      log-save: false
      performance:
      loading-ms: true
      huds:
      log-triggers: false
      other:
      log-dictionaries-loading: false
      log-liquids-loading: false
      log-minecraft_lang_overwrite-loading: false
      categories:
      log-total-loaded: true
      log-single-loaded: false
      log-single-loaded-overwrite: false
      log-single-skip: false
      log-icon-failed-load: false
      entities:
      log-files-loading: false
      log-entities-loading: false
      log-entities-loading-disabled: false
      issues:
      log_font_image_replace_json_syntax_exception: true
      resourcepacks:
      log_player_install: false
      compression:
      files: true
      overlays: true
      blocks-populators:
      log-loading: false
      log-loading-disabled: false
      log-loading-no-populators: false
      log-generation: false
      show_plugin_logo_on_enable: true

OLd
metrics: true
update-checker: true
resource-pack:
hosting:
no-host:
enabled: false
lobfile:
enabled: false
self-host:
enabled: true
server-ip: 90/0-/0-
pack-port: 25570
external-host:
enabled: false
url: ''
skip-url-file-type-check___DONT_ASK_HELP_IF_SET_TRUE: false
kick-player-on-decline: false
kick-player-on-fail: false
title:
enabled: true
1_19_3_atlas_support: true
fix_force_unicode_font_images: true
expert_users:
allow_other_plugins_resourcepacks: false
protect-player:
lock-player: true
hide-hud: true
command:
usage-cooldown-seconds: 60
custom-font:
enabled: false
name: ipaexg.ttf
shift: '[0,0]'
size: 11.0
oversample: 2.0
thin-font:
enabled: false
zip:
protect-file-from-unzip:
protection_1: true
protection_2: true
compress-png-files: true
compress-json-files: true
generate-custom-armors-textures:
vanilla_1_17: true
optifine: true
vanilla: false
disable-overwrite-leather-armor-layers-textures: false
fix_transparent_noteblocks: false
ignore-files-ext:
- db
- yml
- xcf
- psd
- html
- gz
- rar
- zip
- 7z
extract_internal_utility_assets: true
contents-folders-priority:
- vanilla
- _iainternal
merge_other_plugins_resourcepacks_folders:
- ModelEngine/resource pack
compress-shader-files: true
items:
CustomModelData-starting-value:
ALL: 10000
DIAMOND: 11000
custom_blocks_sounds_patch:
enabled: true
step:
enabled: true
allow_non_player: true
other: true
atlas_support: false
uuid: d69238f2-b7ce-30b0-8262-17cd9490f29d
apply_during_chunk_load_phase: false
apply_on_join:
enabled: true
delay_ticks: 1
allow_other_plugins_resourcepacks: false
notify_other_plugins_resourcepacks: true
pre_1_21_2_shaders_fix:
enabled: true
apply-during-chunk-load-phase: true
apply-on-join: false
delay-ticks: 1
notify-other-plugins-interfering: true
config_files:
lang: en
dictionaries-lang: en
force-sync-loading: false
blocks:
fix-liquids-flow: true
fix-floating-blocks: true
fix-glitched-blocks:
enabled: true
only-new-chunks: false
cancel-break-wrong-tool:
enabled: true
send-actionbar: true
campfire_enhancements:
enable: true
unlit_on_place: true
allow_any_item: true
drop_when_broken: false
convert-vanilla-blocks:
enabled: false
only-new-chunks: true
remove-unused-palettes-on-region-save: false
custom:
mushroom: true
chorus: true
note: true
wire: false
fire: true
worlds:

  • '*'
  • example_world_*
  • '*_example_nether'
  • '!example_disabled_blocks_world'
  • '!example_disabled_blocks_world_*'
    items:
    fix-show-attack-and-damage-as-lore: true
    give_death_location_maps: true
    hide-custom-durability-lore: true
    fix_trades_guis_match_custom_items:
    itemsadder_trade_machines: true
    vanilla_villagers: false
    other_plugins: true
    optimizations:
    kick_on_quickbar_spam:
    enabled: true
    ms: 200
    clicks: 6
    update-legacy-items:
    enabled: true
    update_durability: true
    show_item_durability:
    in_ia_menu: true
    in_inventory: false
    liquids:
    enabled: true
    huds:
    enabled: true
    force_color:
    enabled: false
    color: '#FFFFFF'
    hide_if_pack_not_accepted: true
    cooldown_bars:
    enabled: true
    refresh_ticks: 1
    bossbar:
    color: WHITE
    style: SOLID
    loots:
    allow-loots-drop-from-spawners-using-silk-touch: true
    mobs:
    disable-MOB-behaviour__DISABLE_AT_YOUR_OWN_RISK: false
    enabled: true
    compatibility:
    worldguard:
    show_legacy_furniture_flags: false
    advanced_enchantments:
    enable_custom_enchants_in_items_configs: false
    font_images:
    replace-in-customitems-name-and-lore: true
    chat:
    enabled: true
    add-hover-suggestion: true
    tab-autocompletion_1_19_1_plus: true
    command:
    enabled: true
    commandblocks: true
    excluded:
    • home
    • sethome
    • tpa
      sign:
      enabled: true
      book:
      enabled: true
      anvil:
      enabled: true
      inventory-title:
      enabled: true
      vault-prefix-suffix:
      enabled: true
      update-every-ticks: 1200
      scoreboard-teams:
      enabled: false
      update-every-ticks: 3600
      player-display-name:
      enabled: true
      update-every-ticks: 1200
      iaimage-book:
      max-line-length: 18
      placeholder-font: minecraft:default
      effects:
      hide-scoreboard-numbers: false
      hide-scoreboard-numbers-old-clients: false
      text-effects:
      enabled: true
      customitem-name-and-lore:
      enabled: true
      chat:
      enabled: true
      sign:
      enabled: true
      book:
      enabled: true
      anvil:
      enabled: true
      legacy_colors_compatibility: true
      entities:
      max-furniture-vehicles-per-chunk: 30
      custom-entitites:
      enabled: true
      emotes: true
      expert_users:
      delay_packets: false
      extract_emotes_shaders: true
      furniture:
      auto_convert_to_item_display: false
      recipes:
      hide-vanilla-unrecognized-recipe-errors: true
      fix-packet-too-large-kick: false
      show-no-permission-popup-in-recipebook: true
      show-no-permission-chat-message: false
      crafting:
      enabled: true
      cooking:
      enabled: true
      anvil:
      enabled: true
      smithing:
      enabled: true
      custom-recipes:
      unlock:
      all-on-join: false
      on-pickup: {}
      on-item-click: {}
      automatically: true
      remove-vanilla-recipes:
      enabled: true
      list:
      DIAMOND_SWORD: false
      IRON_INGOT: false
      player_stats:
      save_type: CUSTOM_NBT # CUSTOM_NBT, PLAYER_DAT
      debug:
      benchmark: false
      items:
      log-files-loading: false
      log-files-reloading: false
      log-items-loading: false
      log-items-loading-disabled: false
      log-font-images-loading: false
      log-huds-loading: false
      log-attribute-modifiers-loading: false
      log-warnings: false
      log-loots-loading: false
      log-loots-loading-disabled: false
      log-armors-loading: false
      recipes:
      log-recipes-loading: false
      log-recipes-loading-disabled: false
      log-recipes-removed-vanilla: false
      log-recipes-unknown-item: false
      log-fix-packet-too-large: false
      blocks:
      log-save-load:
      enabled: false
      min-ms: 0
      log-convert-vanilla-blocks: false
      log-fix-bugged-blocks: false
      log-unusual-block-break: false
      worlds-populators:
      log-loading: false
      log-loading-disabled: false
      log-loading-no-populators: false
      trees-populators:
      log-loading: false
      log-loading-disabled: false
      log-loading-no-populators: false
      log-generation: false
      surface-decorators:
      log-loading: false
      log-loading-disabled: false
      log-loading-no-decorators: false
      log-generation: false
      cave-decorators:
      log-loading: false
      log-loading-disabled: false
      log-loading-no-decorators: false
      log-generation: false
      player-stats:
      log-save: false
      performance:
      loading-ms: true
      huds:
      log-triggers: false
      other:
      log-dictionaries-loading: false
      log-liquids-loading: false
      log-minecraft_lang_overwrite-loading: false
      categories:
      log-total-loaded: true
      log-single-loaded: false
      log-single-loaded-overwrite: false
      log-single-skip: false
      log-icon-failed-load: false
      entities:
      log-files-loading: false
      log-entities-loading: false
      log-entities-loading-disabled: false
      issues:
      log_font_image_replace_json_syntax_exception: true
      resourcepacks:
      log_player_install: false
      compression:
      files: true
      overlays: true
      blocks-populators:
      log-loading: false
      log-loading-disabled: false
      log-loading-no-populators: false
      log-generation: false
      resource-pack:
      log-extract-default-resources: false
      log-not-extract-default-resources-already-exist: false
      show_plugin_logo_on_enable: true

@PackPlug
Copy link

PackPlug commented Jan 4, 2025

ive found a fix to your issue the current issue is for some reason something new that you all did you can no longer use emotes and text effects together anymore with that being said there a 4 core shaders in mmodel engine that you must have in order for the models to show in game for some reason items adder is effecting those resources

image
by putting an m in front of each shader i manage to fix it for temporarly but i do ask can we please make this a fix for items adder as i have now found how to reproduce the issue im hoping this helps also do extract emote shaders to false helps the emotes situation

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug Something isn't working type: performance Performance issue verdict: can't reproduce This issue cannot be reproduced by the developers verdict: workaround implemented A workaround is implemented to mitigate the issue.
Projects
Status: Done
Development

No branches or pull requests

5 participants