1. Do you think it would be possible to add a feature allowing to increase time needed to make tps over time ?

    Like first TP is allowed after 2 minutes
    Then It would be x more minutes for additional Tps ? ( 1st TP 2 min to be TP, second one 3 minutes, 3rd 4 minutes ... gradually increasing the time needed between each TP ? )
     
  2. Any chance of implementing a permission for the /tp command so that I can grant it to different groups?
     
  3. Im getting this error
    Code:
    [Oxide] 6:42 PM [Info] Unloaded plugin Teleportation System v1.4.17 by Mughisi
    [Oxide] 6:42 PM [Info] Loaded plugin Teleportation System v1.4.17 by Mughisi
    [Oxide] 6:42 PM [Error] Failed to initialize plugin 'm-Teleportation v1.4.17'
    File: m-Teleportation.lua Line: 574 Unterminated string. Expected delimiter: ". Path 'TPRData.76561198241643094.Teleports.date', line 29634, position 27.:
      at Newtonsoft.Json.JsonTextReader.ReadStringIntoBuffer (Char quote) [0x00000] in <filename unknown>:0
      at Newtonsoft.Json.JsonTextReader.ParseString (Char quote) [0x00000] in <filename unknown>:0
      at Newtonsoft.Json.JsonTextReader.ParseValue () [0x00000] in <filename unknown>:0
      at Newtonsoft.Json.JsonTextReader.ReadInternal () [0x00000] in <filename unknown>:0
      at Newtonsoft.Json.JsonTextReader.Read () [0x00000] in <filename unknown>:0
      at Oxide.Core.Configuration.KeyValuesConverter.ReadJson (Newtonsoft.Json.JsonReader reader, System.Type objectType, System.Object existingValue, Newtonsoft.Json.JsonSerializer serializer) [0x00000] in <filename unknown>:0
      at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.DeserializeConvertable (Newtonsoft.Json.JsonConverter converter, Newtonsoft.Json.JsonReader reader, System.Type objectType, System.Object existingValue) [0x00000] in <filename unknown>:0
      at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.Deserialize (Newtonsoft.Json.JsonReader reader, System.Type objectType, Boolean checkAdditionalContent) [0x00000] in <filename unknown>:0
    [Oxide] 6:42 PM [Info] [BetterLoot] BetterLoot: Refreshed 5 containers (0 destroyed)
    24.161.42.250:53795/76561198173313845/djdesignme joined [windows/76561198173313845]
    I've tried removing and wiping and re-installing still getting the same error.
     
  4. It's an issue with the data file, according to that error there is a problem on line 29634
     
  5. @Mughisi do you have any idea what could cause player to be trapped in the "press any key to wake up" screen using a normal tp to our town ?
    We do have some buildings and signs at the town but its not that big. RustoManiacs | Building a Community
     
  6. Actually also happens sometimes on vanilla servers so it looks like a Rust bug :(
     
  7. What I've noticed.. sort of related.. that if you admin tp some to yourself or another when they are dead, they will be stuck in the death screen and unable to do anything unless they console respawn. But the rewrite for this plugin should be done very soon acording to the author who said mid-week this week. All problems will be solved (hopefully)!
     
  8. Stuck on wake up and death screen are 2 different things :D And I'm trying to have it finished by tomorrow but might not get it completely finished :(
     
  9. Yeahhhhh I know they are not the same but thats sort of related ? Haha. Awesome to hear you're still trying to push it as quick as you said you would. Definately have some money from us once it's released.
     
    Last edited by a moderator: Sep 18, 2015
  10. Not working after the update...


    People can do /tpr, but /tpa doesnt accept the teleport
     
  11. There's a timer error.
     
  12. Getting this when trying to do /tpa

    Code:
    [Oxide] 5:31 PM [Error] Failed to call hook 'cmdTeleportAccept' on plugin 'm-Tel
    eportation v1.4.17'
    File: m-Teleportation.lua Line: 1913 parameters do not match signature:
      at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invoke
    Attr, System.Reflection.Binder binder, System.Object[] parameters, System.Global
    ization.CultureInfo culture) [0x00000] in <filename unknown>:0
      at System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[] par
    ameters) [0x00000] in <filename unknown>:0
      at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (ob
    ject,object[],System.Exception&)
      at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invoke
    Attr, System.Reflection.Binder binder, System.Object[] parameters, System.Global
     
  13. I concur
     
  14. Also getting this when trying to do /sethome

    Code:
    [Oxide] 5:34 PM [Error] Failed to call hook 'cmdSetHome' on plugin 'm-Teleportat
    ion v1.4.17'
    File: m-Teleportation.lua Line: 1338 parameters do not match signature:
      at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invoke
    Attr, System.Reflection.Binder binder, System.Object[] parameters, System.Global
    ization.CultureInfo culture) [0x00000] in <filename unknown>:0
      at System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[] par
    ameters) [0x00000] in <filename unknown>:0
      at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (ob
    ject,object[],System.Exception&)
      at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invoke
    Attr, System.Reflection.Binder binder, System.Object[] parameters, System.Global
     
  15. Need to be fixed :p
     
  16. ETA on fix? Sorry Dev...just a little ETA?
     
  17. Mughisi updated Teleportation System with a new update entry:

    1.4.18

     
  18. Thanks Mughisi. Cudos.
     
  19. del print(OverlapSphere)
     
  20. Mughisi updated Teleportation System with a new update entry:

    1.4.18


    [DOUBLEPOST=1442527270][/DOUBLEPOST]
    Basically same thing as previous but without the debug print I forgot to remove (so if you don't mind it printing when the plugin loads you don't need to update again :p)