NullReferenceException at CreateClanError
Hello all.
I try to get clans on my server to work. I get following msg. when i try to create a clan:

(13:59:17) | Failed to call hook 'cmdClan' on plugin 'Clans v0.1.53' (NullReferenceException: Object reference not set to an instance of an object)
  at Oxide.Plugins.Clans.CreateClan (Oxide.Core.Libraries.Covalence.IPlayer player, System.String[] args) [0x0008e] in <ccabf3a685644730ba30ec17ddd28a2c>:0 
  at Oxide.Plugins.Clans.cmdClan (Oxide.Core.Libraries.Covalence.IPlayer player, System.String command, System.String[] args) [0x00193] in <ccabf3a685644730ba30ec17ddd28a2c>:0 
  at Oxide.Plugins.Clans.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00732] in <ccabf3a685644730ba30ec17ddd28a2c>:0 
  at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <008b12f41ec4452da1a5497eeb849299>:0 
  at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000d8] in <ac41dd3599754d448b8c218b34645820>:0 
  at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <ac41dd3599754d448b8c218b34645820>:0​

Is there a way we can fix this? Rust IO should be up to date, same as Oxide.
That errors isn't from Rust:IO Clans, you are using this Clans plugin. Make sure you aren't using a configuration from the other plugin.
oh...my bad... im sorry for this. I used the wrong plugin. Thanks anyway.