MSchmoecker / No-Chest-Block

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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

License:MIT License


Languages

Language:C# 100.0%