KillerCreeper
KillerCreeper
> > BlockDropItemEvent does not execute like the documentation says it does: > > > > This event will also be called if the player breaks a multi block structure,...
 What's weird is the API in 1.19 did say it would call the event multiple times unless I'm misunderstanding it. It says "Both items will have an event call"...
The API does not give access to some of those values. I believe it only gives access to direct_killer_entity and this_entity.
Look at https://jd.papermc.io/paper/1.20/org/bukkit/loot/LootContext.Builder.html
> You provided no type for your LootTable. By default, the ``ALL_PARAMS`` type is used, which requires all LootContextParams to be set. Craftbukkit does not handle that correctly, so you...
  In this instance, I tested with `this is a test` and when editing the message via the packet listener, the shadow still stays (second image). The first image...
> [@KillerCreeper112](https://github.com/KillerCreeper112) I'm confused with your steps to reproduce given this example. > > private void test(User user, Player player) { > user.getEventManager().registerListener(new InternalPacketListener() { > @Override > public void...
> [@KillerCreeper112](https://github.com/KillerCreeper112) Are you using the latest packetevents build? The shadow field should be supported properly Yeah, I'm using the latest packetevents and latest Paper. I don't really understand. I...