About Stack Manager
SAVE 10% WHEN BUYING THE BUNDLE
SAVE 10% WHEN BUYING THE BUNDLE
This high performance patch will allow to set custom item stacks based on:
- Item name
- Item category
- Blacklist items (useful when using the categories)
Â
This is a standalone Harmony patch, Oxide installation is optional.
Copy the  Oxidation.StackManager.dll  file into your  HarmonyMods  folder and restart your server.
At the first server start after installing the patch a new configuration file  Oxidation.StackManager.X.json  will be created at the  HarmonyMods  folder.
What is Harmony ?
Harmony is a library for patching .NET code during runtime, it directly manipulates game code (CIL) without any additional abstraction layer such as Oxide. The direct patching of the game's byte code allows more performant modding as developers no longer need to rely on third party code, events or hooks to build custom functionality.