
Grave item list can cause extremely huge NBT files, players can't join/get kicked
aaronhowser1 opened this issue ยท 3 comments
FTBTeam/FTB-Academy/issues/103
Describe the bug
If you die with death list, the NBT tag grows exponentially. If you had tinkers tools on you, it grows even faster. Normal player NBT file is around 3KB, these easily get over 40KB. Once it reaches 64K, players can no longer join
I also have this issue on my server. I attached a zip archive of stuffed player data and one after editing to show you the problem. If you were to blacklist the death lists from the listing, it would solve this.
playerdata.zip
Also appears that the config option to disable the deathlists doesn't actually work...
No check for it here
or during the death event here
it happens in onPlayerClone
but the lists still spawn despite the config being set to false for it.
@aaronhowser1 We patched the getDeathListFromFile
to return null using ModPatcher to stop them from spawning and it seems to work. If it becomes a big issue for you, I suggest doing this till the mod author can fix it properly.