About Stacks
New plugin for changing item stacks and their multipliers in containers with convenient customization right in the game
Commands
- stacks - open an UI
- stacks sethandstack [stack size] - set the stack size for the item in hand
- stacks setstack [short name] [stack size] - set the stack size for the item
Permissions
- stacks.admin - using a plugin
Config
{
"Commands": [
"stacks"
],
"Work with Notify?": true,
"Changing multiplies in containers using a hammer": false,
"Default Multiplier for new containers": 1.0
}
Containers Data
{
"assets/bundled/prefabs/static/bbq.static.prefab": {
"Image": "https://i.imgur.com/L28375p.png",
"Multiplier": 1.0
},
"assets/bundled/prefabs/static/hobobarrel_static.prefab": {
"Image": "https://i.imgur.com/v8sDTaP.png",
"Multiplier": 1.0
},
"assets/bundled/prefabs/static/recycler_static.prefab": {
"Image": "https://i.imgur.com/V1smQYs.png",
"Multiplier": 1.0
},
"assets/bundled/prefabs/static/repairbench_static.prefab": {
"Image": "https://i.imgur.com/8qV6Z10.png",
"Multiplier": 1.0
}
...
Items Data
[
{
"ShortName": "hat.wolf",
"Name": "Wolf Headdress",
"Default Stack Size": 10,
"Custom Stack Size": 0
},
{
"ShortName": "fogmachine",
"Name": "Fogger-3000",
"Default Stack Size": 2,
"Custom Stack Size": 0
},
{
"ShortName": "strobelight",
"Name": "Strobe Light",
"Default Stack Size": 1,
"Custom Stack Size": 0
},
{
"ShortName": "kayak",
"Name": "Kayak",
"Default Stack Size": 1,
"Custom Stack Size": 0
},
{
"ShortName": "minihelicopter.repair",
"Name": "MC repair",
"Default Stack Size": 1,
"Custom Stack Size": 0
},
{
"ShortName": "scraptransportheli.repair",
"Name": "ScrapTransportHeliRepair",
"Default Stack Size": 1,
"Custom Stack Size": 0
},
...