The type or namespace name `PlantEntity' could not be foundFixed
all in the title
updates not out yet 
Please provide details, errors, logs when reporting issues,  thanks.
EntityOwner - 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?
k1ll3rb0y
EntityOwner - 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?

When trying to start ZoneManager, I'm seeing this..

(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?"

same issue

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));

same. "Error while compiling: ZoneManager.cs(611,21): error CS0246: The type or namespace name `PlantEntity' could not be found. Are you missing an assembly reference?"
thanks crowing
it works
Fixed in the latest plugin update.

nevermind.. i think i found it

Wildrat

Error while compiling: ZoneManager.cs(556,41): error CS0246: The type or namespace name `GrowableEntity' could not be found. Are you missing an assembly reference?

Update Rust and Oxide.
Locked automatically