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
Quoteoxide/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
}
]
}
]
}
