MultiUserChest
Allows multiple players to interact with the same chest at the same time
Last updated | 2 weeks ago |
Total downloads | 314618 |
Total rating | 48 |
Categories | Mods Server-side Client-side Utility Hildir's Request Update Ashlands Update |
Dependency string | MSchmoecker-MultiUserChest-0.6.0 |
Dependants | 990 other packages depend on this package |
This mod requires the following mods to function
denikson-BepInExPack_Valheim
BepInEx pack for Valheim. Preconfigured and includes unstripped Unity DLLs.
Preferred version: 5.4.2202ValheimModding-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.20.3README
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
-
Where does this mod needs to be 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 never exists 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?
- Depends on the mod, see Incompatible Mods and Compatible Mods. If it's not listed there, assume it won't work.
- Recommended is Quick Stack Store Sort Trash Restock by Goldenrevolver, as as it combines many quick stack features and provides explicit compatibility with Multi User Chest.
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.
- Quick Stack Store Sort Trash Restock 1.3.10 (recommended quick stack mod, a higher version very likely works too)
- SmartContainers 1.6.4
- QuickDeposit 1.0.1
- DepositAnywhere 1.2.0
- Valheim Simple Auto Sort 1.0.7
Links
- Thunderstore
- Nexus
- Github
- Discord: Margmas. Feel free to DM or ping me about feedback or questions, for example in the Jötunn discord
Development
See contributing.
Changelog
See changelog.