1. the /sethome and /home commands work fine but I can not teleport to an X Y Z location using /tp
     
  2. This error just randomly starting happening, tried reloading, unloading plugin, restarted server. No luck, pretty much no TP Home commands are working. I have latest version of this plugin.

    Code:
    [Error] Failed to call hook 'cmdTeleportHome' on plugin 'Teleportation System'
    File: m-Teleportation.lua Line: 1556 attempt to index field 'HomeData' (a nil value):
    
    Code:
    [Error] Failed to call hook 'cmdListHomes' on plugin 'Teleportation System'
    File: m-Teleportation.lua Line: 1696 attempt to index field 'HomeData' (a nil value):
     
  3. Wulf

    Wulf Community Admin

    Your oxide/data for this plugin appears to be corrupt somehow.
     
  4. So only way around it would be to delete the data and lose homes or?
     
  5. Wulf

    Wulf Community Admin

    You could check the contents of the file using jsonlint.com, and see if you can find how it got corrupted, then fix it.
     
  6. Ahh yeap contents were corrupted, fixed it and now all good.
    Thanks Wulf.
     
  7. mine works for about 30-40 minutes then dies, comes back on if server restarted, checked it with jsonlint and all validated
     
  8. I am now starting to have the build priv/build blocked issue again. I updated to the latest the day it came out. Fixed the issue, but now it seems to be happening every once and a while again. Also seems to be having the issue on and off like the other guys. Can't tp or go home some time. A fix to these 2 things would be great. Thanks!
     
  9. how to remove teleport friend if the friendship is broken?

    как удалить телепорт друга если дружба разорвана?
     
  10. No commands can do that. Look up his SteamID in \data\m-Teleportation.json and remove his/her home(s).

    Players can't do this themselves. You should probably backup the file if you decide to edit it.
     
  11. I removed point homes, reload the plugin, but they appear again
     
  12. Try unloading/removing the plugin before editing the data file. Then reload/upload the plugin again after editing the file.
     
  13. there is a command to see the point of teleport the player to delete or edit?
    [DOUBLEPOST=1438441578][/DOUBLEPOST]
    not working
     
    Last edited by a moderator: Aug 1, 2015
  14. I'm pretty sure that those steps should work. If it doesn't, then I don't really know what to do, sorry.
     
  15. Can you please update the overview section to include a list of commands? I see them scattered in the Q/A section but not on the overview accept /tp.

    thanks!
    [DOUBLEPOST=1438455182][/DOUBLEPOST]I have latest Rust and Oxide and just loaded this mod and get the following errors:

    [Oxide] 1:51 PM [Error] Failed to load plugin m-Teleportation (IOException: Sharing violation on path c:\games\108_61_109_174_28036\1206599\ruste\server\Lonstarcanuck\oxide\plugins\m-Teleportation.lua)
    [Oxide] 1:51 PM [Debug] at System.IO.FileStream..ctor (System.String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, Boolean anonymous, FileOptions options) [0x00000] in <filename unknown>:0
    at System.IO.FileStream..ctor (System.String path, FileMode mode, FileAccess access, FileShare share) [0x00000] in <filename unknown>:0
    at (wrapper remoting-invoke-with-check) System.IO.FileStream:.ctor (string,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare)
    at System.IO.File.OpenRead (System.String path) [0x00000] in <filename unknown>:0
    at System.IO.StreamReader..ctor (System.String path, System.Text.Encoding encoding, Boolean detectEncodingFromByteOrderMarks, Int32 bufferSize) [0x00000] in <filename unknown>:0
    at System.IO.StreamReader..ctor (System.String path, System.Text.Encoding encoding) [0x00000] in <filename unknown>:0
    at (wrapper remoting-invoke-with-check) System.IO.StreamReader:.ctor (string,System.Text.Encoding)
    at System.IO.File.ReadAllText (System.String path, System.Text.Encoding encoding) [0x00000] in <filename unknown>:0
    at System.IO.File.ReadAllText (System.String path) [0x00000] in <filename unknown>:0
    at Oxide.Ext.Lua.Plugins.LuaPlugin.Load () [0x00000] in <filename unknown>:0
    at Oxide.Ext.Lua.Plugins.LuaPluginLoader.Load (System.String directory, System.String name) [0x00000] in <filename unknown>:0
    at Oxide.Core.OxideMod.LoadPlugin (System.String name) [0x00000] in <filename unknown>:0
    [Oxide] 1:51 PM [Info] Loaded plugin Teleportation System v1.4.16 by Mughisi
    [Oxide] 1:51 PM [Info] m-Teleportation: To limit Homes to only be set on foundations owned by the player the plugin `Building Owners` is required!
    [Oxide] 1:51 PM [Info] This plugin can be downloaded at http://forum.rustoxide.com/plugins/building-owners.682/
    [Oxide] 1:51 PM [Info] The owner check has temporarily been disabled to prevent problems.
    [Oxide] 1:51 PM [Info] m-Teleportation: To allow Homes to be set on foundations owned by friends of the player the plugin `Friends API` is required!
    [Oxide] 1:51 PM [Info] This plugin can be downloaded at http://forum.rustoxide.com/plugins/friends-api.686/
    [Oxide] 1:51 PM [Info] The friends check has temporarily been disabled to prevent problems.
    [Oxide] 1:51 PM [Info] [Rank-ME v1.0.1] :: Saving database
     
  16. Here are all the chat and console commands:
    Code:
    -- Add the chat commands for the Admin TP System:
        command.AddChatCommand( "tp",       self.Plugin, "cmdTeleport" )
        command.AddChatCommand( "tpl",      self.Plugin, "cmdTeleportLocation" )
        command.AddChatCommand( "tpsave",   self.Plugin, "cmdSaveTeleportLocation" )
        command.AddChatCommand( "tpremove", self.Plugin, "cmdRemoveTeleportLocation" )
        command.AddChatCommand( "tpb",      self.Plugin, "cmdTeleportBack" )
        command.AddChatCommand( "tpn",      self.Plugin, "cmdTeleportNear" )    -- Add the chat commands for the Homes System:
        command.AddChatCommand( "sethome",    self.Plugin, "cmdSetHome" )
        command.AddChatCommand( "removehome", self.Plugin, "cmdRemoveHome" )
        command.AddChatCommand( "home",       self.Plugin, "cmdTeleportHome" )
        command.AddChatCommand( "listhomes",  self.Plugin, "cmdListHomes" )    -- Add the chat commands for the TPR System:
        command.AddChatCommand( "tpr", self.Plugin, "cmdTeleportRequest" )
        command.AddChatCommand( "tpa", self.Plugin, "cmdTeleportAccept" )    -- Add the Help commands:
        command.AddChatCommand( "tphelp",   self.Plugin, "cmdTeleportHelp" )
        command.AddChatCommand( "tplimits", self.Plugin, "cmdTeleportLimits" )    -- Add the admin wipe command to remove all saved homes.
        command.AddChatCommand( "wipehomes", self.Plugin, "cmdWipeHomes" )    -- Add the Console commands:
        command.AddConsoleCommand("teleport.toplayer", self.Plugin, "ccmdTeleport")
        command.AddConsoleCommand("teleport.topos", self.Plugin, "ccmdTeleport")
    [DOUBLEPOST=1438455756][/DOUBLEPOST]

    I thought of another solution, @lukavyi

    Find the player's steamID in this file:
    Code:
    \oxide\data\m-Teleportation.json
    Then TP to all of his homes until you find the correct one.
    When you have found the correct home do one of the following:

    1. Change X, Y and Z to something else (maybe 0,0,0 or in the sky so he falls and dies)
    or
    2. Ask him to use /removehome "name of home" - If you do this, then he can easily lie. If you want to make sure he actually removes the correct home, then I suggest that you use Wulf's great plugin, Logger ( http://oxidemod.org/plugins/logger.670/ )
    2.1 Make sure that
    Code:
        "CommandLogging": "true",
    has been enabled in 0-logger.json in \oxide\configs\
     
    Last edited by a moderator: Aug 1, 2015
  17. Hello!
    I'm fairly noob to this, as this is my first server. Ever since the update a few days ago, my plugins, including TP don't work. I updated my server (Gameservers auto update mod) and re-downloaded/installed the plugins through FTP. I also restarted the server. Is there something I'm not doing that is required for the plugins to work after the update?
    Thanks for your help!
     
  18. Do all other plugins work?

    What happens when you load the plugin? Any errors?
     
  19. No error, commands are just not working in chat.
     
  20. Sounds like your Oxide hasn't been properly installed. Did you run "Steam Update" after installing Oxide? If yes, then Oxide is broken.

    Try installing Oxide again.

    If that doesn't work then I suggest you backup UserPersistence.db (blueprints), your oxide plugins, data and config files, your \cfg\ folder and your \save\ folder which is your map data.

    After that I'd reinstall the entire server. Then after changing your cfg files (seed, map size, rcon etc) I would run the Steam Update. After that you can install Oxide and RustIO (if you are using that) and then upload blueprints, oxide folder, cfg folder and map data