1. Which Oxide version does this work on?
     
  2. The latest official build, 2.0.258.
     
  3. how to disable the home teleport to players could not they to Use
     
  4. Is it possible to teleport via SteamID? Some players have names witch I can't type due the UTF restriction.
     
  5. Most aspects of the plugin can be enabled/disabled through the configuration file.

    This is currently not possible, I'll look into it on adding that feature when I have the time.
     
  6. Thank you very much!
     
  7. Thanks for the update. Wasn't there a tp command to tp to a sleeper? Cant remember how to do it.
     
  8. That's not a feature I've implemented, might look into implementing this as well at some point.
     
  9. Mughisi updated Teleportation System with a new update entry:

    Minor bugfix regarding tpr/tpa

     
  10. need delete .json?
     
  11. Shouldn't be required.
     
  12. Damn, must of been another plugin I was using, cant remember. Thanks though.
     
  13. I keep getting this error when I reload the plugin:


    [Oxide] 5:48 PM [Info] Unloaded plugin Teleportation System v1.4.2 by Mughisi
    [Oxide] 5:48 PM [Info] Loaded plugin Teleportation System v1.4.2 by Mughisi
    [Oxide] 5:48 PM [Error] Failed to initialise plugin m-Teleportation (A .NET exception occured in user-code)
    [Oxide] 5:48 PM [Debug] 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 (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (object,object[],System.Exception&)
    at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
     
  14. Make sure you have both latest plugin and Oxide version running, if the error still occurs try deleting the config and data file.
     
  15. I have the latest Oxide and Teleport update, I've deleted the config and reloaded, not the data though. Still getting the same error.
     
  16. Hm... What the problem?

    Code:
    [Oxide] 3:41 PM [Error] m-Teleportation: NullReferenceException while calling cmdSetHome: Object reference not set to an instance of an object
      at UnityEngine.StringExtensions.QuoteSafe (System.String str) [0x00000] in <filename unknown>:0
      at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (object,object[],System.Exception&)
      at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
    [Oxide] 3:41 PM [Error] m-Teleportation: NullReferenceException while calling cmdTeleportHome: Object reference not set to an instance of an object
      at UnityEngine.StringExtensions.QuoteSafe (System.String str) [0x00000] in <filename unknown>:0
      at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (object,object[],System.Exception&)
      at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
     
  17. Is there or could there be a command to see your tp or home limits/how many you used? I upped the tp and home teleport limits on my server in the config, but my players are still saying its set to 5.. And I'm still getting that error I showed before. I have the latest teleport and oxide version, and I've deleted my config and let it reload a new one.
     
  18. I'll look into implementing this when I have the time, there is a /tplimits command but this only shows the current limits and not how many times it was used already. And regarding that error, have you also tried removing the data file (keep in mind, this will remove all saved admin locations and all home locations)

    Never encountered this before, I'll look into it. Is this happening often or was this an isolated incident?
     
  19. There was no problems before (Reneb fix update), but after updating to the latest version (your update, latest), became this errors... Don't shows messages of invalid command in chat with commands home, tpr, etc.

    Thats heppening usually when someone typing only /home. /tpr . etc
     
    Last edited by a moderator: Feb 6, 2015