1. Code:
    [10/20/2016 10:46:45] [Oxide] 10:46 [Error] Error while compiling BetterChat.cs(1478,52): error CS1061: Type `Oxide.Core.Libraries.Covalence.IPlayerManager' does not contain a definition for `GetAllPlayers' and no extension method `GetAllPlayers' of type `Oxide.Core.Libraries.Covalence.IPlayerManager' could be found. Are you missing an assembly reference?
    [10/20/2016 10:46:45] [Oxide] 10:46 [Error] Error while compiling EntityOwner.cs(1707,39): error CS1929: Type `Oxide.Core.Libraries.Covalence.IPlayerManager' does not contain a member `GetPlayer' and the best extension method overload `UnityEngine.ArgEx.GetPlayer(this ConsoleSystem.Arg, int)' requires an instance of type `ConsoleSystem.Arg'
    [10/20/2016 10:46:45] [Oxide] 10:46 [Error] Error while compiling NoEscape.cs(502,48): error CS1929: Type `Oxide.Core.Libraries.Covalence.IPlayerManager' does not contain a member `GetPlayer' and the best extension method overload `UnityEngine.ArgEx.GetPlayer(this ConsoleSystem.Arg, int)' requires an instance of type `ConsoleSystem.Arg'
    [10/20/2016 10:46:45] [Oxide] 10:46 [Error] Error while compiling PlaytimeTracker.cs(288,42): error CS1061: Type `Oxide.Core.Libraries.Covalence.IPlayerManager' does not contain a definition for `FindConnectedPlayer' and no extension method `FindConnectedPlayer' of type `Oxide.Core.Libraries.Covalence.IPlayerManager' could be found. Are you missing an assembly reference?
    [10/20/2016 10:46:45] [Oxide] 10:46 [Error] Error while compiling ServerRewards.cs(1367,48): error CS1929: Type `Oxide.Core.Libraries.Covalence.IPlayerManager' does not contain a member `GetPlayer' and the best extension method overload `UnityEngine.ArgEx.GetPlayer(this ConsoleSystem.Arg, int)' requires an instance of type `ConsoleSystem.Arg'
    [10/20/2016 10:48:47] [Oxide] 10:48 [Error] Error while compiling BetterChat.cs(1478,52): error CS1061: Type `Oxide.Core.Libraries.Covalence.IPlayerManager' does not contain a definition for `GetAllPlayers' and no extension method `GetAllPlayers' of type `Oxide.Core.Libraries.Covalence.IPlayerManager' could be found. Are you missing an assembly reference?
    [10/20/2016 10:48:47] [Oxide] 10:48 [Error] Error while compiling EntityOwner.cs(1707,39): error CS1929: Type `Oxide.Core.Libraries.Covalence.IPlayerManager' does not contain a member `GetPlayer' and the best extension method overload `UnityEngine.ArgEx.GetPlayer(this ConsoleSystem.Arg, int)' requires an instance of type `ConsoleSystem.Arg'
    [10/20/2016 10:48:47] [Oxide] 10:48 [Error] Error while compiling NoEscape.cs(502,48): error CS1929: Type `Oxide.Core.Libraries.Covalence.IPlayerManager' does not contain a member `GetPlayer' and the best extension method overload `UnityEngine.ArgEx.GetPlayer(this ConsoleSystem.Arg, int)' requires an instance of type `ConsoleSystem.Arg'
    [10/20/2016 10:48:47] [Oxide] 10:48 [Error] Error while compiling PlaytimeTracker.cs(288,42): error CS1061: Type `Oxide.Core.Libraries.Covalence.IPlayerManager' does not contain a definition for `FindConnectedPlayer' and no extension method `FindConnectedPlayer' of type `Oxide.Core.Libraries.Covalence.IPlayerManager' could be found. Are you missing an assembly reference?
    [10/20/2016 10:48:47] [Oxide] 10:48 [Error] Error while compiling ServerRewards.cs(1367,48): error CS1929: Type `Oxide.Core.Libraries.Covalence.IPlayerManager' does not contain a member `GetPlayer' and the best extension method overload `UnityEngine.ArgEx.GetPlayer(this ConsoleSystem.Arg, int)' requires an instance of type `ConsoleSystem.Arg'
     
    Last edited by a moderator: Oct 20, 2016
  2. A few things have been reworked in the latest version which requires plugins to be updated, make sure you have the latest version of all those plugins and when you are sure you have the latest versions I recommend posting in the support threads of these plugins to have it fixed by the author.
    (Or in case you want to fix it yourself, everything regarding a single player changed to `FindPlayer` and regarding multiple players changed to `FindPlayers`)