Empties player's inventory on death and spawns a container with its contents, available for anyone to take.
Requires DataManager and ContainerFramework!
If you are writing your own script which uses FullLoot, you can call this function instead of using standard despawn timer.
FullLoot.destroyAllDeathContainers()
You can find the configuration file in server/data/custom/__config_FullLoot.json.
containerparameters of the container permanent record to make for use inContainerFramework.refIdnamebaseIdpacketTypetype
guisecontainer's appearance.namemodelsa list of different models, chosen at random.typetype of the object used for appearance.packetTypeshould bespawnfor NPCs and creatures andplaceotherwise.scriptset donoPickUpto prevent players from grabbing containers. Not recommended to change.
offsetvector that is added to player's location to position the container. Useful for making its rotation match the players' or hiding transparent parts of the model underground.posXposYposZrotXrotYrotZ
collisionwhetherguisehas collisiondespawnwhether containers should disappear (falseby default).despawnTimehow long (in game hours) containers take to despawn.