the /sethome and /home commands work fine but I can not teleport to an X Y Z location using /tp
Teleportation System [Unmaintained]
Discussion in 'Plugin Support' started by Mughisi, Oct 18, 2014.
-
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):
-
Wulf Community Admin
-
-
Wulf Community Admin
-
Thanks Wulf. -
mine works for about 30-40 minutes then dies, comes back on if server restarted, checked it with jsonlint and all validated
-
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!
-
how to remove teleport friend if the friendship is broken?
как удалить телепорт друга если дружба разорвана? -
Players can't do this themselves. You should probably backup the file if you decide to edit it. -
-
Try unloading/removing the plugin before editing the data file. Then reload/upload the plugin again after editing the file.
-
there is a command to see the point of teleport the player to delete or edit?
[DOUBLEPOST=1438441578][/DOUBLEPOST]Last edited by a moderator: Aug 1, 2015 -
I'm pretty sure that those steps should work. If it doesn't, then I don't really know what to do, sorry.
-
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 -
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")
I thought of another solution, @lukavyi
Find the player's steamID in this file:
Code:\oxide\data\m-Teleportation.json
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",
Last edited by a moderator: Aug 1, 2015 -
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! -
What happens when you load the plugin? Any errors? -
No error, commands are just not working in chat.
-
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