The type or namespace name `PlantEntity' could not be foundFixed
GatherManager - Failed to compile: GatherManager.cs(521,35): error CS0246: The type or namespace name `PlantEntity' could not be found. Are you missing an assembly reference?
k1ll3rb0yEntityOwner - Failed to compile: EntityOwner.cs(563,30): error CS0246: The type or namespace name `PlantEntity' could not be found. Are you missing an assembly reference?
GatherManager - Failed to compile: GatherManager.cs(521,35): error CS0246: The type or namespace name `PlantEntity' could not be found. Are you missing an assembly reference?
Those are not related to this plugin. Please use the appropriate forum sections for those.
Error while compiling: ZoneManager.cs(556,37): error CS0246: The type or namespace name `PlantEntity' could not be found. Are you missing an assembly reference?
ZoneManager - Failed to compile: ZoneManager.cs(556,37): error CS0246: The type or namespace name `PlantEntity' could not be found. Are you missing an assembly reference?
(14:28:13) | Error while compiling: ZoneManager.cs(556,37): error CS0246: The type or namespace name `PlantEntity' could not be found. Are you missing an assembly reference?"
Temp Fix, CTRL+F for OnCropGather in the script. Then put // before each line. There are 3 OnCropGather entries. Save and reload and it will work.
Line 553 - // private object OnCropGather(PlantEntity plant, Item item, BasePlayer player) => OnGatherInternal(player);
Line 2201 - // Subscribe(nameof(OnCropGather));
Line 2249 - // Unsubscribe(nameof(OnCropGather));
it works
nevermind.. i think i found it
Update Rust and Oxide.WildratError while compiling: ZoneManager.cs(556,41): error CS0246: The type or namespace name `GrowableEntity' could not be found. Are you missing an assembly reference?