Hey when loading your Plugin with Carbon ill get this error.
Are you thinking off making this plugin carbon compatible?
Failed to call internal hook 'Unload' on plugin 'Paraplane v1.0.3' [3603002105] (The type initializer for 'ParaplaneController' threw an exception.)
at void Oxide.Plugins.Paraplane.Unload()
at object Oxide.Plugins.Paraplane.InternalCallHook(uint hook, object[] args)
Inner exception:
System.NullReferenceException: Object reference not set to an instance of an object
at static Oxide.Plugins.Paraplane+ParaplaneController()
Unloaded plugin Paraplane v1.0.3 by Adem
Loaded plugin Paraplane v1.0.3 by Adem [76ms]
Failed to call internal hook 'OnServerInitialized' on plugin 'Paraplane v1.0.3' [1330569572] (Object reference not set to an instance of an object)
at void Oxide.Plugins.Paraplane.UpdateConfig()
at void Oxide.Plugins.Paraplane.OnServerInitialized()
at object Oxide.Plugins.Paraplane.InternalCallHook(uint hook, object[] args)