These errors keep showing up in pairs on my server. I'm assuming it has something to do when checking a player's zone status, but not sure when it's being called. Unless this is an error for ZoneManager which is then just causing an error with DynamicPVP.
Failed to call hook 'IsPlayerInZone' on plugin 'ZoneManager v3.0.13' (ArgumentNullException: Value cannot be null.
Parameter name: key)
at System.Collections.Generic.Dictionary`2[TKey,TValue].FindEntry (TKey key) [0x00008] in <437ba245d8404784b9fbab9b439ac908>:0
at System.Collections.Generic.Dictionary`2[TKey,TValue].ContainsKey (TKey key) [0x00000] in <437ba245d8404784b9fbab9b439ac908>:0
at Oxide.Plugins.Hash`2[TKey,TValue].ContainsKey (TKey key) [0x00000] in :0
at Oxide.Plugins.ZoneManager.GetZoneByID (System.String zoneId) [0x00000] in <12e62cb77f214a89820c74d8669b2035>:0
at Oxide.Plugins.ZoneManager.IsPlayerInZone (System.String zoneID, BasePlayer player) [0x00000] in <12e62cb77f214a89820c74d8669b2035>:0
at Oxide.Plugins.ZoneManager.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x01afb] in <12e62cb77f214a89820c74d8669b2035>:0
at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in :0
at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000d8] in :0
at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in :0
Failed to call hook 'CanEntityTakeDamage' on plugin 'DynamicPVP v4.1.6' (NullReferenceException: Object reference not set to an instance of an object)
at Oxide.Plugins.DynamicPVP.IsPlayerInZone (System.String zoneID, BasePlayer player) [0x0001e] in <12e62cb77f214a89820c74d8669b2035>:0
at Oxide.Plugins.DynamicPVP.CanEntityTakeDamage (BasePlayer player, HitInfo info) [0x000b7] in <12e62cb77f214a89820c74d8669b2035>:0
at Oxide.Plugins.DynamicPVP.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00bdc] in <12e62cb77f214a89820c74d8669b2035>:0
at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in :0
at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000d8] in :0
at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in :0