HWTeleportation

Moved

Total Downloads: 12,622 - First Release: Dec 12, 2015 - Last Update: Nov 5, 2017

5/5, 35 likes
  1. Bro,i just wonder what to do next , i put the files just downloaded into /plugins and login my game,but plugins didnt work,actually i dont know how to use there great plugins.i wish i can ge help.
     
  2. Wulf

    Wulf Community Admin

    Did you put them in oxide/plugins? Have you verified that Oxide is installed? You can check for Oxide using the '/version' chat command ingame.
     
  3. tks for reply,i just unzip the <oxide-hurtworld.zip> to the main folder and run _startexample.bat,so i think oxide was installed.i noticed those plugins were not loaded at all,and i got a screenshot for that.
     

    Attached Files:

  4. How do I set home/homes for home teleportation for all players? /sethome doesn't seem to be working (you don't have permission to use this command), thanks.
     
  5. Wulf

    Wulf Community Admin

    It looks like you somehow have duplicates of all files. I'd recommend starting with a fresh install of the Hurtworld server, then when copying files over, make sure to pick Overwrite when prompted.
     
  6. i'll try it out,tks Wulf.
     
  7. Ahh never mind, figured it out!, thanks Wulf for this awesome plugin!
     
  8. Wulf

    Wulf Community Admin

    Not my plugin, but no problem. ;)
     
  9. You can just set 'TPR : Cooldown Enabled' to false in the config.
     
    Last edited by a moderator: Dec 22, 2015
  10. Is it my bad or debug message ?

    [SERVER v1.0.18] Console: Teleportation.cs(91,14): warning CS0114: `Oxide.Plugins.Teleportation.LoadConfig()' hides inherited member `Oxide.Core.Plugins.Plugin.LoadConfig()'
     
  11. Its just a warning and can be ignored.
     
  12. I still get "You dont have permission to use this command" for all my players...?
     
  13. See here
     
  14. Still have this error

    Code:
    [Oxide] 12:58 PM [Error] Failed to call hook 'cmdTpr' on plugin 'Teleportation v
    1.1.1' (NullReferenceException: Object reference not set to an instance of an ob
    ject)
    [Oxide] 12:58 PM [Debug]   at Oxide.Plugins.Teleportation+<GetPlayer>c__AnonStor
    ey3.<>m__0 (.PlayerSession player) [0x00000] in <filename unknown>:0
      at System.Linq.Enumerable+<CreateWhereIterator>c__Iterator1D`1[PlayerSession].
    MoveNext () [0x00000] in <filename unknown>:0
      at System.Collections.Generic.List`1[PlayerSession].AddEnumerable (IEnumerable
    `1 enumerable) [0x00000] in <filename unknown>:0
      at System.Collections.Generic.List`1[PlayerSession]..ctor (IEnumerable`1 colle
    ction) [0x00000] in <filename unknown>:0
      at System.Linq.Enumerable.ToList[PlayerSession] (IEnumerable`1 source) [0x0000
    0] in <filename unknown>:0
      at Oxide.Plugins.Teleportation.GetPlayer (System.String searchedPlayer, .Playe
    rSession executer) [0x00000] in <filename unknown>:0
      at Oxide.Plugins.Teleportation.cmdTpr (.PlayerSession player, System.String co
    mmand, System.String[] args) [0x00000] in <filename unknown>:0
      at Oxide.Plugins.Teleportation.DirectCallHook (System.String name, System.Obje
    ct& ret, System.Object[] args) [0x00000] in <filename unknown>:0
      at Oxide.Plugins.CSharpPlugin.InvokeMethod (System.Reflection.MethodInfo metho
    d, System.Object[] args) [0x00000] in <filename unknown>:0
      at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[]
    args) [0x00000] in <filename unknown>:0
      at Oxide.Core.Plugins.Plugin.CallHook (System.String hookname, System.Object[]
     
  15. I love you.
     
  16. When do you see this happen?
     
  17. I dont know for sure, it`s just happens periodically, some players says, that tpr timer didnt work propertly.
    My config file
     

    Attached Files:

  18. I'm also getting the same error as Sensation. It breaks the teleport function after a few minutes. Reloading the plugin used to work, but with lots of players it seems to break instantly.

    This doesn't look like an error in the Teleportation plugin. More likely that Hurtworld is bugging out and giving an invalid/incorrect argument.

    Strange that only the Teleportation function seems to trigger the bug though.
     
    Last edited by a moderator: Dec 22, 2015
  19. Okay, i've looked through all 14 pages, couldnt find it.
    So here are my 2 questions
    I am assuming when i have the teleportation.admin permission i am not limited by the timers set for the default players ?
    So far i can tell from reading and understanding the Json file, the admin(s) have the same number (3) homes as players, is it possible to up that number.
    Or do i missunderstand and do have admins have unlimited homes ?

    Anyway great work on the plugin, much appreciated :)
     
  20. Guys I got a problem... look at my teleportation config
    Code:
    {
      "Settings": {
      "Home : Check for Stake": true,
      "Home : Cooldown Enabled": true,
      "Home : Cooldown in minutes": 3.0,
      "Home : Enabled": true,
      "Home : Maximal Homes": 3,
      "Home : Stake Radius": 10.0,
      "Home : Teleport Timer": 25.0,
      "TPR : Cooldown Enabled": false,
      "TPR : Cooldown in minutes": 0,
      "TPR : Enabled": true,
      "TPR : Pending Timer": 30.0,
      "TPR : Teleport Timer": 25.0
      }
    }
    I set false on /tpr cooldown and it affects /home cooldown aswell.. so how am I gonna fix that?? the cooldown for home should pe 3 minutes but it doesn't work...
     
    Last edited by a moderator: Dec 22, 2015