**Functions**
Fügen sie die Benutzergruppe hinzu für die dieses Plugin gilt:
```foodspoil.active```
**Config**
After you have successfully started the plugin, you can define everything yourself in /oxide/config/FoodSpoil.json!
```
{
"SpoilingTimeInMinutes": 60, // At what frequency should the spoil process be executed by default (every 60 minutes)
"WarningTimeInSeconds": 60, // How long before the spoil process should a warning be displayed in the chat?
"AllowedContainerShortnames": [
"box.wooden.large",
"woodbox_deployed",
"coffin.storage",
"stash.small",
"storage_barrel_a",
"storage_barrel_b",
"storage_barrel_c"
],
"ReplacementItems": {
"pumpkin": "seed.pumpkin",
"corn": "seed.corn",
"bearmeat": "bearmeat.burned",
"bearmeat.cooked": "bearmeat.burned",
"meat.boar": "meat.pork.burned",
"meat.pork.cooked": "meat.pork.burned",
"deermeat.cooked": "chicken.burned",
"deermeat.raw": "chicken.spoiled",
"chicken.raw": "chicken.spoiled",
"chicken.cooked": "chicken.burned",
"wolfmeat.raw": "wolfmeat.spoiled",
"wolfmeat.cooked": "wolfmeat.spoiled",
"humanmeat.raw": "humanmeat.spoiled",
"humanmeat.cooked": "humanmeat.spoiled",
"apple": "apple.spoiled",
"Black.Raspberries": "plantfiber",
"blueberries": "plantfiber",
"mushroom": "plantfiber",
"fish.troutsmall": "bone.fragments",
"fish.minnows": "bone.fragments",
"fish.cooked": "bone.fragments",
"fish.raw": "bone.fragments",
"fish.catfish": "bone.fragments",
"fish.herring": "bone.fragments",
"fish.orangeroughy": "bone.fragments",
"fish.salmon": "bone.fragments",
"fish.sardine": "bone.fragments",
"fish.smallshark": "bone.fragments",
"fish.yellowperch": "bone.fragments"
}
}
```
**load, run, enjoy** 💝