Compatible With:
- Oxide
- Carbon
Features :
- Drops a set amount of apples after cutting down trees
- Set the droprates (0 to 1) ea 0.25 would be 25% chance
- Simple configuration
- Permissions
- Debug option for console logging
- apples.drop : To give the player the chance to find the apples
JSON:
{
"Main config": {
"Debug": true,
"Chat Steam64ID": 0,
"Chat Prefix": "[<color=orange>Apples</color>] : "
},
"Dropchance (0-1)": 1.0,
"Min apples": 1,
"Max apples": 3,
"Put in Inventory (true/false)": true,
"Excluded Tree Prefabs (full paths)": [
"assets/bundled/prefabs/autospawn/resource/wood_log_pile/wood-pile.prefab"
]
}