Stacks

VAULT+ RUST PLUGIN Stacks 1.5.20

Upgrade or register to download
Potentially Outdated? (3+ Months)
Official page:
Potentially Outdated: This resource hasn't been updated in over 3 months. Since base platforms and games update frequently, older files may experience compatibility issues. Please verify the supported versions and check the discussion tab or official sources first. If the resource no longer works, consider requesting an update from the author.

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

Code:
{
  "Commands": [
    "stacks"
  ],
  "Work with Notify?": true,
  "Changing multiplies in containers using a hammer": false,
  "Default Multiplier for new containers": 1.0
}

Containers Data

Code:
{
  "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

Code:
[
  {
    "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
  },
...

Author
Just4Free
First release
Last update

Ratings

0.00 star(s) 0 ratings
Back
Top