You are viewing a potentially older version of this package. View all versions.
Wubarrk-StackIT-0.0.1 icon

StackIT

A very basic, yet highly effective, server-authoritative Valheim mod that increases item stack sizes by a configurable multiplier.

Date uploaded 4 days ago
Version 0.0.1
Download link Wubarrk-StackIT-0.0.1.zip
Downloads 129
Dependency string Wubarrk-StackIT-0.0.1

This mod requires the following mods to function

denikson-BepInExPack_Valheim-5.4.2333 icon
denikson-BepInExPack_Valheim

BepInEx pack for Valheim. Preconfigured with the correct entry point for mods and preferred defaults for the community.

Preferred version: 5.4.2333

README

StackIT

StackIT is a server-authoritative Valheim mod that dynamically increases item stack sizes by a configurable multiplier.

Features

  • Server Authoritative: Server admins control the multiplier. Clients automatically sync.
  • Dynamic Caching: Doesn't double-multiply items if config changes mid-game, and safely captures base sizes of mod-injected items.
  • Defaults to 3x: Simply drop the mod in and enjoy 3x larger stacks for all your items.

Configuration

  • Lock Configuration: (Default: true) Locks the configuration so it can only be changed by the server admin.
  • Stack Multiplier: (Default: 3.0) The multiplier applied to base item stack sizes.

Installation

  1. Install BepInEx for Valheim.
  2. Drop StackIT.dll into your BepInEx/plugins folder.
  3. Configure the mod in wubarrk.stackit.cfg generated in BepInEx/config after the first run.

CHANGELOG

Changelog

[0.0.1]

  • Initial release.
  • Added dynamic item stack size modifier.
  • Configurable multiplier defaults to 3x.
  • Integrated ServerSync for server-authoritative configuration.