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!