Getting errorsSolved

i'm getting 2 errors:

1: 

[Oxide] 00:00 [Error] Failed to run a 60.00 timer in 'CustomChatCommands v2.1.2' (NullReferenceException: Object reference not set to an instance of an object)
at Oxide.Plugins.CustomChatCommands.ResetMaxUses () [0x00000] in <52199817dafc4dae9cb0c4c3d64f0690>:0
at Oxide.Plugins.CustomChatCommands.<Init>m__0 () [0x00024] in <52199817dafc4dae9cb0c4c3d64f0690>:0
at Oxide.Core.Libraries.Timer+TimerInstance.FireCallback () [0x00018] in <0fbce81d88d64454b3e7abb24df7026b>:0

2:

  [Oxide] 00:11 [Error] Failed to call hook 'CustomCommand' on plugin 'CustomChatCommands v2.1.2' (NullReferenceException: Object reference not set to an instance of an object)
at Oxide.Plugins.CustomChatCommands.IsOnCooldown (System.UInt64 userID, System.String commandName) [0x0000d] in <4249fff15fff4321b981be1533988053>:0
at Oxide.Plugins.CustomChatCommands.CustomCommand (Oxide.Core.Libraries.Covalence.IPlayer player, System.String command, System.String[] args) [0x00081] in <4249fff15fff4321b981be1533988053>:0
at Oxide.Plugins.CustomChatCommands.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00326] in <4249fff15fff4321b981be1533988053>:0
at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <31122a27a2414cd799150f8677cf39d4>:0
at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000d8] in <0fbce81d88d64454b3e7abb24df7026b>:0
at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <0fbce81d88d64454b3e7abb24df7026b>:0

How can I fix this?

Is your oxide/data for the plugin corrupt?

How would I check that?

Merged post

yeah the data one was corrupt no clue why. after a full removal and reinstall it's now working 

Locked automatically