Town not workingFixed

Having some difficulty with the plugin, specifically town not working but tpr and home seem to be fine. I get this error when the plugin loads:

(19:21:40) | Failed to call hook 'OnServerInitialized' on plugin 'NTeleportation v1.1.7' (NullReferenceException: Object reference not set to an instance of an object)

at Oxide.Plugins.NTeleportation.OnServerInitialized () [0x000bf] in <6b4ec94714f7437ea58fd1758dbd164d>:0

at Oxide.Plugins.NTeleportation.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00825] in <6b4ec94714f7437ea58fd1758dbd164d>:0

at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <33f7c42a56934dae8ec04b11017dce31>:0

at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000d8] in <33287985591c40d6983f0b8f0e915565>:0

at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <33287985591c40d6983f0b8f0e915565>:0

And then I get this error when /town is used:

(19:21:58) | Failed to call hook 'cmdChatTown' on plugin 'NTeleportation v1.1.7' (NullReferenceException: Object reference not set to an instance of an object)

at Oxide.Plugins.NTeleportation.cmdChatTown (BasePlayer player, System.String command, System.String[] args) [0x003b7] in <6b4ec94714f7437ea58fd1758dbd164d>:0

at Oxide.Plugins.NTeleportation.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x01534] in <6b4ec94714f7437ea58fd1758dbd164d>:0

at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <33f7c42a56934dae8ec04b11017dce31>:0

at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000d8] in <33287985591c40d6983f0b8f0e915565>:0

at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <33287985591c40d6983f0b8f0e915565>:0

I'm using the latest version of the plugin AFAIK, so any advice would be greatly appreciated, thanks!

Back up config, delete config, delete cs, reinstall cs
Thank you, worked a treat and thanks for getting back to me so quickly. I'd just tried installing it without removing the config first, but this has done the job.
No problem
After updating to 1.2.1  when I try to go to town I get unkown command town. I tried the above solution but it still doesn't work for me.
Same here, still get unknown command: town

I am not getting any errors on the server logs though.
No console errors for me either, I just rolled back to the old version until it is resolved.
Ugh. Ok, will fix

Merged post

Sorry, seems I forgot to have the command register itself. Fixed in the next update 1.2.2
Locked automatically