PaperMC / Paper

The most widely used, high performance Minecraft server that aims to fix gameplay and mechanics inconsistencies
https://papermc.io/
Other
10.04k stars 2.34k forks source link

Droped Items disappearing on death #5114

Closed BoomEaro closed 2 years ago

BoomEaro commented 3 years ago

What behaviour is expected:

Remove items after 5 minutes (or as configured in spigot.yml)

What behaviour is observed:

Items are removed instantly, only experience remains.

Steps/models to reproduce:

Floating bug, I could not repeat it at the right time, but players sometimes contact me with information that after their death only experience remains.

Plugin list:

CrazyDebuger, ChestCommands, Essentials, EssentialsChat, EssentialsSpawn, HolographicDisplays, LuckPerms, OpenInv, ProtocolLib, Vault, WorldEdit (It doesn't seem like any of the plugins can affect the item drop.)

Paper version:

[01:43:43 INFO]: This server is running Paper version git-Paper-439 (MC: 1.16.5) (Implementing API version 1.16.5-R0.1-SNAPSHOT) [01:43:43 INFO]: Previous version: git-Paper-389 (MC: 1.16.4)

Anything else:

It looks like the issue is related to https://bugs.mojang.com/browse/MC-117783

I have a plugin that keeps a log of the deaths of players and their items that should have dropped to the ground. When teleporting to the location of the problem player's death, I expect to see the player's items, but I only see the experience.

Proximyst commented 3 years ago

Sounds more like unloaded experience orbs do not despawn after 5 minutes, whereas unloaded items do.

e-im commented 2 years ago

Unloaded items will not despawn. A lot of things can cause this, with a few common causes being the items going into the floor/hiding behind neighbouring blocks. There isn't all that much to be done here -- this issue has been reported essentially since the beginning of Minecraft and isn't something that can be reproduced reliably at all.