About Growables Respawn
Simple plugin that respawns any harvested/dead collectable plants that you place in rust edit.
How to use:
Use supported prefabs on your map, Install plugin in oxide plugins folder.
Console Commands
collectables.respawn - Manually triggers a recheck and recreates the checking timer.
Supported Prefabs:
- assets/bundled/prefabs/autospawn/collectable/hemp/hemp-collectable.prefab
- assets/bundled/prefabs/autospawn/collectable/corn/corn-collectable.prefab
- assets/bundled/prefabs/autospawn/collectable/potato/potato-collectable.prefab
- assets/bundled/prefabs/autospawn/collectable/pumpkin/pumpkin-collectable.prefab
- assets/bundled/prefabs/autospawn/collectable/berry-yellow/berry-yellow-collectable.prefab
- assets/bundled/prefabs/autospawn/collectable/berry-white/berry-white-collectable.prefab
- assets/bundled/prefabs/autospawn/collectable/berry-red/berry-red-collectable.prefab
- assets/bundled/prefabs/autospawn/collectable/berry-green/berry-green-collectable.prefab
- assets/bundled/prefabs/autospawn/collectable/berry-blue/berry-blue-collectable.prefab
- assets/bundled/prefabs/autospawn/collectable/berry-black/berry-black-collectable.prefab
Settings:
inside the plugin there are 3 settings that can be changed. Altho default should be best setting for 99% of people.
int Delay = 15;// = How many mins between rechecking if any of the plants have been taken. float Area = 0.01f;// = The size of the radius to scan for plants. Smaller lets you place them closer together. byte Debug = 0;// = Gives you 3 levels of debug output, 0 = only load screen info, 1 = shows respawning info, 2 = all debug output.