MSchmoecker-MultiUserChest icon

MultiUserChest

Allows multiple players to interact with the same chest at the same time

Last updated 2 months ago
Total downloads 226923
Total rating 39 
Categories Mods Server-side Client-side Utility Hildir's Request Update
Dependency string MSchmoecker-MultiUserChest-0.5.10
Dependants 734 other packages depend on this package

This mod requires the following mods to function

denikson-BepInExPack_Valheim-5.4.2202 icon
denikson-BepInExPack_Valheim

BepInEx pack for Valheim. Preconfigured and includes unstripped Unity DLLs.

Preferred version: 5.4.2202
ValheimModding-Jotunn-2.17.0 icon
ValheimModding-Jotunn

Jötunn (/ˈjɔːtʊn/, 'giant'), the Valheim Library was created with the goal of making the lives of mod developers easier. It enables you to create mods for Valheim using an abstracted API so you can focus on the actual content creation.

Preferred version: 2.17.0

README

Multi User Chest

About

Allows multiple players to interact with the same chest at the same time.

Installation

This mod requires BepInEx and Jötunn. Extract all files to BepInEx/plugins/MultiUserChest

The mod must be installed on the server and all client. It is ensured that all players have the mod installed with the same mod version, otherwise no connection is possible.

Please report all errors and desyncs if they occur.

FAQ

  • Who needs this installed?

    • The server and every player who joins it. You will be disconnected if there is a version mismatch or the mod is not installed somewhere.
  • If two players move an item at the exact same time, will it be duplicated?

    • No, only one move will be accepted.
  • How is item duplication/loss prevented?

    • An item will never exist twice. When an interaction is made inside a shared chest, the item is packed into a message and sent to the player currently managing the chest. This player instance then decides whether or not to move the item and sends the result back to the player who made the interaction.
  • Can this be added to an existing game?

    • Yes, you can add and remove this mod at any time.
  • Will this mod work with other modded chests?

    • Yes, most likely. But it can may cause problems if other mods change the behaviour of chests.
  • Will this mod work with mods that change inventory/chest sizes?

    • Yes.
  • Does it work with mods that add quick stacking / chest sorting?

Confirmed Incompatible Mods

These mods cause desync with Multi User Chest and will not startup together

Compatible Mods

Here are some quick stack mods listed that are compatible with Multi User Chest. The version number indicates the tested version of the other mod, a different one may also work but isn't confirmed.

Links

Development

See contributing.

Changelog

See changelog.