EMInterface on Carbon

I'm getting this when trying to run EMInterface.cs on Carbon 

Failed compiling 'EMInterface.cs':
Failed compiling 'EMInterface.cs':
1. The type or namespace name 'EventManager' could not be found (are you missing a using directive or an assembly reference?) [CS0246]
(EMInterface 64 line 808)
1. The type or namespace name 'EventManager' could not be found (are you missing a using directive or an assembly reference?) [CS0246]
(EMInterface 64 line 808)
2. The name 'EventManager' does not exist in the current context [CS0103]
(EMInterface 93 line 73)
2. The name 'EventManager' does not exist in the current context [CS0103]
(EMInterface 93 line 73)
3. 'ArgEx.Player(ConsoleSystem.Arg)' is a method, which is not valid in the given context [CS0119]
(EMInterface 202 line 901)
3. 'ArgEx.Player(ConsoleSystem.Arg)' is a method, which is not valid in the given context [CS0119]
(EMInterface 202 line 901)
Warning! 'EventManager' uses UnityEngine.GameObject.FindObjectsOfType. That may cause significant performance drops, and/or server stalls. Report to the developer or use at your own discretion!
Warning! 'EventManager' uses UnityEngine.GameObject.FindObjectsOfType. That may cause significant performance drops, and/or server stalls. Report to the developer or use at your own discretion!
Couldn't find required plugin 'EMInterface' for 'EventManager'
Couldn't find required plugin 'EMInterface' for 'EventManager'

I have the latest Carbon, Rust Client, Rust SteamCMD Server, EventManager, EMInterface, Event Statistics, Rust Kits, Spawns Database, Zone Manager, and Image Library. It worked when I was on Oxide But I got these errors after deleting the server and clean installed Carbon. Other Oxide Plugins working on Carbon just EMInterface has these errors and because it's not loading EventManager keeps looking for it.

Ever find a fix for this?