
ZenItemStands
Item Stands and Armor Stands behave like containers so that you can access them easily
Date uploaded | 3 days ago |
Version | 0.3.9 |
Download link | ZenDragon-ZenItemStands-0.3.9.zip |
Downloads | 300 |
Dependency string | ZenDragon-ZenItemStands-0.3.9 |
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.2202
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.23.2README
ZenItemStands
Make ArmorStands and ItemStands interactable containers.
- More natural and intuitive user interface.
- Quickly swap the gear from an Armor Stand onto your character with one button.
- Access an individual item from an Armor Stand without needing to drop the whole thing onto the ground.
- Easily place items into stands without needing to use the hot bar keys 1-8.
- Fully backwards compatible. If you remove the mod the items are not lost.
- Full gamepad support.
Armor Stand Container
Item Stand Container
Client / Server Requirements
NOTE: Technically it is not required on the server. However, if it is installed on the server then it will force all clients to have it installed as well. This is to enable two modes of usage:
- Dedicated server admins can put the mod on the server to enforce all clients to have the mod installed and sync admin configs.
- Trusted friends can agree to run the same mods and connect through a vanilla dedicated server with no enforcement but with locked admin configs.
Client Only
This mod operates entirely client side. That means you can connect to any vanilla server with this mod installed. Other players do not need to have the mod installed.
NOTE: If you host a game session with this mod installed then it will be considered to be installed on the server since your session is the server. Therefor, all clients will be required to have it. If you don't want to require all players to have this mod then you will need to host your game in a dedicated server. You can easily download and run the Valheim Dedicated Server from Steam or host one in the cloud.
Improve Your Experience
CORE MODS
The full collection of all Zen MODS:
- Radically improved QoL
- Incredible performance
- Pre-configured
- 100% Gamepad support
- Spectacularly immersive
Enjoy!
Sample Config File
## Settings file was created by plugin ZenItemStands v0.3.1
## Plugin GUID: ZenDragon.ZenItemStands
[General]
## [Admin] If enabled you can also use traditional 1-8 hotbar buttons to assign items to stands (Vanilla: true)
# Setting type: Boolean
# Default value: false
Enable Hotbar Use Item = false
[Piece: ArmorStand]
## [Admin] Enable chaging poses of armor stands
# Setting type: Boolean
# Default value: false
Enable Pose Changing = false
## [Admin] Should (Hold to equip) be available on Armor Stands hover text?
# Setting type: Boolean
# Default value: false
Enable Hold To Equip = false
## Change the spelling to "Armor Stand" instead of "Armour Stand
# Setting type: Boolean
# Default value: true
American Spelling = true
[Piece: ItemStand]
## [Admin] Should (Hold to equip) be available on Item Stands hover text?
# Setting type: Boolean
# Default value: false
Enable Hold To Equip = false
Like My Mods? Donations Welcome
Bitcoin

CHANGELOG
v0.3.9
- improvements to multiplayer experience when joining gaming sessions where some players do not have this mod.
v0.3.8
- should now function correctly even if not all clients have it installed. play with your friends on xbox.
v0.3.7
- bugfix: nullref when interacting with alters like fader's bells.
v0.3.6
- Rollback v0.3.5 requirements. You can use it without it being installed on the server, this is to allow players to use it on vanilla servers. It should still be on every client.
v0.3.5
- Require all clients and server to have the mod installed.
v0.3.4
- Updated README, no code changes.