1. I need help
    I don't set this plugins
    I can not transfer above the ceiling
    I want to change this code
    But I will not set
    Please help me ,thanks
     
  2. I've been using this plugin for ages and it's working just fine. Recently players have encountered that they must wait a cooldown of 30 or so minutes before using /home again. I have no clue why this is.
     
  3. Open your \config\m-Teleportation.json file and find "Cooldown". Lower the value.
     
  4. This is the config file, yet it still takes a year. I believe I have fixed the issue, I think it was the timer was being kept even when I unloaded the plugin (restarted it). We waited for the timer to end and then it went back to the default config. I have no clue why it was 30 minutes.
     

    Attached Files:

  5. So random players with he regular auth level can't use the /removehome homename and I can't seem to find where that is located or how to change it.
     
  6. That's not possible unless you made any changes yourself.

    Do you have another plugin that uses that command?

    This is the default RemoveHome function: http://pastebin.com/NurhmD7V

    If you search through it, you will see that authLevel isn't mentioned there.

    If you haven't made any changes, then try reinstalling the plugin. You may want to backup \data\m-Teleportation.json and \config\m-Teleportation.json
     
  7. Thank you it seems to work suddenly for what ever reason, I appreciate your help.
     
  8. is there any posibility for you to add support for oxides permission system? i would very much like to give a usergroup rights to teleport :)
     
  9. The author is currently rewriting the plugin. Just wait.
     
  10. do you think you can make the tpr function to work just on foundations?there it s a glitch and players use tpr to get inside the bases without destroying anything?
     
  11. So I still have the problem where people can set homes where it says "Building blocked". Am I missing something? Probably.

    Code:
     },
    "Homes": {
    "CheckFoundationForOwner": true,
    "Cooldown": 30,
    "Countdown": 15,
    "DailyLimit": 150,
    "ForceOnTopOfFoundation": true,
    "HomesLimit": 30,
    "LocationRadius": 25,
    "UseFriendsAPI": false
     
  12. I have grant my mod group adminTP, but the mod cant tp player to player
     
  13. Really need the friends part the plugin I know you are rewriting but this is killing me lol
     
  14. Hello!

    Help me please. I set home /sethome and get error:

    (16:55:06) | [Oxide] 5:51 PM [Error] Failed to call hook 'cmdSetHome' on plugin 'Teleportation System' (KeyNotFoundException: The given key was not present in the dictionary.)
     
  15. this happens when some players /tpr to others.
    Code:
    [Oxide] 3:12 PM [Error] Failed to run a 10.00 timer (ExecutionEngineException: SIGILL)
    [Oxide] 3:12 PM [Debug]   at (wrapper managed-to-native) KeraLua.NativeMethods:LuaNetPCall (intptr,int,int,int)
    at KeraLua.Lua.LuaNetPCall (IntPtr luaState, Int32 nArgs, Int32 nResults, Int32 errfunc) [0x00000] in <filename unknown>:0
    at NLua.LuaLib.LuaPCall (LuaState luaState, Int32 nArgs, Int32 nResults, Int32 errfunc) [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.LuaFunction.Call (System.Object[] args, System.Type[] returnTypes) [0x00000] in <filename unknown>:0
    at NLua.Method.LuaDelegate.CallFunction (System.Object[] args, System.Object[] inArgs, System.Int32[] outArgs) [0x00000] in <filename unknown>:0
    at LuaGeneratedClass2.CallFunction () [0x00000] in <filename unknown>:0
    at Oxide.Core.Libraries.Timer+TimerInstance.Update () [0x00000] in <filename unknown>:0
    [DOUBLEPOST=1438806324][/DOUBLEPOST]also this error on a fresh install.
    only copy the world save.
    Code:
    [Oxide] 3:24 PM [Error] Failed to call hook 'cmdTeleportNear' on plugin 'Teleportation System' (ExecutionEngineException: SIGILL)
    [Oxide] 3:24 PM [Debug]   at (wrapper managed-to-native) KeraLua.NativeMethods:LuaNetPCall (intptr,int,int,int)
    at KeraLua.Lua.LuaNetPCall (IntPtr luaState, Int32 nArgs, Int32 nResults, Int32 errfunc) [0x00000] in <filename unknown>:0
    at NLua.LuaLib.LuaPCall (LuaState luaState, Int32 nArgs, Int32 nResults, Int32 errfunc) [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.Ext.Lua.Plugins.LuaPlugin.OnCallHook (System.String hookname, System.Object[] args) [0x00000] in <filename unknown>:0
    at Oxide.Core.Plugins.Plugin.CallHook (System.String hookname, System.Object[] args) [0x00000] in <filename unknown>:0
     
    Last edited by a moderator: Aug 5, 2015
  16. We change the settings for a different cool down, and the amount of homes / tpr that we want for our server and it returns to the default. We've restared the plugin, the server. we removed the plug in, restarted the server and tried to put it back in and nothing. We still have the 10 mins cooldown on each tp.
    what can i do?
     
  17. Send me your m-Teleportation.lua file in \plugins\ folder and I'll edit it for you and explain what I did.
     
  18. How do I delete all the players home and teleport ?
     
  19. Wulf

    Wulf Community Admin

    Use the /wipehomes command.