Container Settings

Plugin Paid Container Settings 2021-08-05

Configuration
Open me

JSON:
{
  "Outline color": "0 0 0 1",
  "Outline distance": "1.0 -0.5",
  "Entities": [
    {
      "Shortname": "woodbox_deployed",
      "Enabled": true,
      "Slots": 24,
      "Panel": "generic",
      "Max stack size": 3000,
      "Restrictions": {
        "wood": 5000,
        "stones": 10,
        "metal.refined": 1000
      }
    },
    {
      "Shortname": "fridge.deployed",
      "Enabled": false,
      "Slots": 24,
      "Panel": "generic",
      "Max stack size": 3000,
      "Restrictions": {
        "wood": 5000,
        "stones": 10,
        "metal.refined": 1000
      }
    },
    {
      "Shortname": "cupboard.tool.deployed",
      "Enabled": true,
      "Slots": 0,
      "Panel": "generic",
      "Max stack size": 10000,
      "Restrictions": {
        "sulfur": 0,
        "gunpowder": 0,
        "sulfur.ore": 0
      }
    }
  ]
}

---
Configuration 2.0
Open me

JSON:
{
  "Outline color": "0 0 0 1",
  "Outline distance": "1.0 -0.5",
  "Entities": [
    {
      "Shortname": "woodbox_deployed",
      "Enabled": true,
      "Slots": 24,
      "Panel": "generic",
      "Max stack size": 3000,
      "Restrictions": {
        "wood": 5000,
        "stones": 10,
        "metal.refined": 1000
      }
    },
    {
      "Shortname": "fridge.deployed",
      "Enabled": false,
      "Slots": 24,
      "Panel": "generic",
      "Max stack size": 3000,
      "Restrictions": {
        "wood": 5000,
        "stones": 10,
        "metal.refined": 1000
      }
    },
    {
      "Shortname": "cupboard.tool.deployed",
      "Enabled": true,
      "Slots": 0,
      "Panel": "generic",
      "Max stack size": 10000,
      "Restrictions": {
        "sulfur": 0,
        "gunpowder": 0,
        "sulfur.ore": 0,
        "Resources": 0
      }
    }
  ]
}

---
Language 2.0
Open me

JSON:
{
  "UIMessage": "<size=20><color=#ff0000>You can't place more items here!</color>\nAllowed: <color=#00ff00>{allowed}</color>\nLimit: {limit}\nExists: {exists}</size>"
}

---
Allows you to set container settings and limit what can be stored inside

Features:
  • Huge configurations
  • Optimized

Author
Orange
Views
2,833
First release
Last update

More from Orange (Recent)

Top