Allows capacity modification of certain containers.

Supported Games
GameServerKingsGameServerKings

This is a basic plugin that allows you to change the capacity of all storage containers and attachment containers on weapons.

Configuration

{
  "Weapon attachment capacity": {
    "Assault Rifle": 3,
    "Bolt Action Rifle": 3,
    "Crossbow": 2,
    "Double Barrel Shotgun": 2,
    "Multiple Grenade Launcher": 2,
    "L96 Rifle": 3,
    "LR-300 Assault Rifle": 3,
    "M249": 3,
    "M39 Rifle": 3,
    "M92 Pistol": 3,
    "MP5A4": 3,
    "Waterpipe Shotgun": 2,
    "Python Revolver": 3,
    "Revolver": 1,
    "Pump Shotgun": 2,
    "Semi-Automatic Pistol": 3,
    "Semi-Automatic Rifle": 3,
    "Custom SMG": 3,
    "Spas-12 Shotgun": 3,
    "Thompson": 3
  },
  "Deployable containers capacity": {
    "Fogger-3000": 1,
    "Metal Shop Front": 12,
    "Barbeque": 12,
    "Camp Fire": 5,
    "Drop Box": 13,
    "Stone Fireplace": 5,
    "Fridge": 30,
    "Large Furnace": 18,
    "Furnace": 6,
    "Hitch & Trough": 6,
    "Jack O Lantern Angry": 1,
    "Jack O Lantern Happy": 1,
    "Lantern": 1,
    "Large Wood Box": 30,
    "Water Barrel": 1,
    "Locker": 42,
    "Mail Box": 13,
    "Small Oil Refinery": 6,
    "Repair Bench": 1,
    "Research Table": 2,
    "Search Light": 1,
    "Shotgun Trap": 6,
    "Small Stash": 6,
    "Survival Fish Trap": 6,
    "Work Bench Level 1": 2,
    "Work Bench Level 2": 2,
    "Work Bench Level 3": 2,
    "Tool Cupboard": 24,
    "Tuna Can Lamp": 1,
    "Vending Machine": 30,
    "Large Water Catcher": 1,
    "Small Water Catcher": 1,
    "Water Purifier": 1,
    "Wood Storage Box": 12,
    "Chinese Lantern": 1,
    "Coffin": 42,
    "Cursed Cauldron": 5,
    "Skull Fire Pit": 5,
    "Snow Machine": 1,
    "SUPER Stocking": 6,
    "Small Stocking": 6,
    "Christmas Tree": 7,
    "Flame Turret": 1
  }
}

Credits

redBDGR - original author of this plugin

MIT License


Copyright (c) 2019-2020 2CHEVSKII


Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:


The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.


THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.