1. Am I doing something wrong? (This isn't just with the teleport plugin) every plugin doesn't do anything? I feel like I"m missing something, but I have only just created my server as of an hour ago, trying to figure everything out, thanks in advance.

    Code:
    [Oxide] 12:26 [Error] Failed to call hook 'cmdTeleportHome' on plugin 'm-Teleportation v1.4.15'
    File: m-Teleportation.lua Line: 2612 attempt to call field 'QuoteSafe' (a nil value):
      at NLua.Lua.ThrowExceptionFromError (Int32 oldTop) [0x00000] in <filename unknown>:0
      at NLua.Lua.CallFunction (System.Object function, System.Object[] args, System.Type[] returnTypes) [0x00000] in <filename unknown>:0
      at NLua.Lua.CallFunction (System.Object function, System.Object[] args) [0x00000] in <filename unknown>:0
      at NLua.LuaFunction.Call (System.Object[] args) [0x00000] in <filename unknown>:0
      at Oxide.Core.Lua.Plugins.LuaPlugin.OnCallHook (System.String hookname, System.Object[] args) [0x00000] in <filename unknown>:0
      at Oxide.Core.Plugins.Plugin.CallHook (System.String name, System.Object[] args) [0x00000] in <filename unknown>:0
    
     
  2. Wulf

    Wulf Community Admin

    That is a very old and outdated plugin. I doubt the other errors are the same, so I'd need to see them too.
     
  3. Yeah nevermind I just didn't set up permissions for the others, which brings me to another question, I'm trying to set permissions to EVERYONE who joins, how would I do that? I've tried grant group player deathnotes.see and it says group player doesn't exist, sorry for the lack of knowledge just really confused atm. thanks
    [DOUBLEPOST=1480039881][/DOUBLEPOST]and has there been any method to putting me server on the list? :/ never shows for me or anyone else
     
  4. Wulf

    Wulf Community Admin

    grant group default, not player
     
  5. ahh that's the one, thanks heaps man