Jump to content

Advanced Container Drops 2.0.1

$8.00
   (0 reviews)

1 Screenshot

  • 33
  • 2
  • 5.86 kB

About Advanced Container Drops

A simple and user-friendly plugin for your server, especially useful if you are using custom items.

With this plugin, you can flexibly configure the amount and drop chance of any items in any containers in the game. All settings are handled through an easy-to-edit configuration file, allowing quick adjustments without touching the code.

To set it up, you only need:

The item Shortname

The container Prefab

The plugin allows you to fully control the server’s loot system, create a unique balance, and adapt the gameplay to your needs — from a vanilla-style experience to a fully customized one.
Editing the configuration after installation

Quote

oxide/config/AdvancedContainerDrops.json

{
  "OverrideExisting": true,
  "DropSettings": [
    {
      "ContainerPrefab": "codelockedhackablecrate.prefab",
      "DropChance": 100.0,
      "Items": [
        {
          "Shortname": "explosive.timed",
          "SkinId": 0,
          "MinCount": 10,
          "MaxCount": 50,
          "DisplayName": null
        }
      ]
    },
    {
      "ContainerPrefab": "codelockedhackablecrate_oilrig.prefab",
      "DropChance": 100.0,
      "Items": [
        {
          "Shortname": "rifle.ak",
          "SkinId": 3487853063,
          "MinCount": 1,
          "MaxCount": 2,
          "DisplayName": null
        }
      ]
    }
  ]
}

 


User Feedback

2.2m

Downloads

Total number of downloads.

10.3k

Customers

Total customers served.

149.5k

Files Sold

Total number of files sold.

3.2m

Payments Processed

Total payments processed.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.