For more information see here Bug Report Template Build:1.12.1 4742 Mode: Multiplayer Platform: Steam DLC Installed: Yes SERVER NAME: SEED-ID: If applicable: MODIFIED PLAYFIELDS: Reproducibility: Severity: Type: playfield settings Summary: Drop Inventory command does not work in the playfield settings: Description: The Drop Inventory command does not work in the playfield settings: DropInventory: False Loot still drops from the backpack.
This parameter is NOT to not drop inventory. This parameter is to leave inventory behind if you dont make the instance in time. Code: DropInventory: True # When you do not solve the instance within the given "Time", you will be kicked and your inventory stays behind If you dont want to drop inventory you need to set this in the GameOptions.yaml Code: DiffPlayerBackpackDrop: DropEverything # To allow switching off the dropping of backpacks on death [DropEverything, DropNothing, DropBagOnly]