1. I am having the trouble with sethome function. It teleports to the home, but then instantly back to the place where you requested this teleport back to a home. What do i have to do to fix please. ? i have building owners.cs installed
     
  2. Yea, I've tried even on my own home that I built and it won't allow ANY /sethome to happen if I enable the option. This is one of the best features of modded servers and I'd love to get it working correctly.
     
  3. You need to have building owners installed from the wipe. Otherwise bases built between the wipe and when you installed the plugin will not have an owner defined. Try building a new base. Also, you can /prod while looking at a base to see the owner.
    [DOUBLEPOST=1440150712][/DOUBLEPOST]
     
  4. You're right.. worked after the wipe and I didn't realize it was going. Appreciate the help.
     
  5. how do i fix

    /tp to someone, but after getting there, i "press any key to wake up" but it doesnt wake up where i teleported to, it just teleports me back to where iwas before
     
  6. sounds like you are running an old version.
     
  7. So, as this plugin is widely used for "in rock building" ( ) , can I offer some dirty fix for that?

    In function PLUGIN:cmdSetHome( player, cmd, args )
    add one more check:
    Code:
        local isDucked = player:IsDucked()
       
        if isDucked then
            self:SendMessage( player, "You need to stand tall for sethome." )
            return
        end
     
  8. The plugin is not working anymore on my server for some players.

    Your teleport was interrupted

    Do you know why ? I am running last version of oxide Version: 2.0.1305, Rust Protocol: 1310

    It happened to me : I was far from my base could not use it. I made a tp on another player with the admin console and then I tried again next to the fundation and it worked.

    My set up is one sethome 7 times a day.
     
    Last edited by a moderator: Aug 21, 2015
  9. This message is appears when you receive damage. Maybe you were frozen?
     
  10. yeah I was with the guy in the snow ;-) ah oki... thanks... Nothing special then.
     
  11. The Plugin don't work for the newest Patch. Please Fixed that. :)

    Failed to call hook 'cmdTeleportHome' on plugin 'm-Teleportation v1.4.17'
     
    Last edited by a moderator: Aug 22, 2015
  12. When I do /tp to somone it dosent do anything
     
  13. Wulf

    Wulf Community Admin

    Please post the full error.
    [DOUBLEPOST=1440258673][/DOUBLEPOST]
    Did you check your log for errors?
     
  14. Is there a command to know how many TP left we have ? We set it up to 7/day. Someone is asking as he does not remember how many times he was using it ? ;-) Thx
     
  15. Code:
    [Error] Failed to call hook 'cmdTeleportRequest' on plugin 'm-Teleportation v1.4.17'
    File: m-Teleportation.lua Line: 1782 attempt to index field 'TPRData' (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.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
     
  16. Wulf

    Wulf Community Admin

    That means there's something wrong with your oxide/data file for the plugin. You can check it using www.jsonlint.com.
     
  17. The plugin is working the /tpr is working but /tp no, Do I need a premission for it? If yes, what is the premission?
     
  18. In the m-Telepotation.json are written null
     
    Last edited by a moderator: Aug 22, 2015
  19. Wulf

    Wulf Community Admin

    You could try adding {} instead of null while the server is shutdown. I think that's a bug with the plugin.
     
  20. Try deleting the m-Teleportation.json file and reload the plugin afterwards.