HWTeleportation

Moved

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

5/5, 35 likes
  1. Wulf

    Wulf Community Admin

    The error you posted previously is not possible with the latest version.
     
  2. Am I doing something wrong with the ftp? I dl the plugin to a folder on desktop then connect to the server using Filezilla and then just drag and drop in oxide/plugins in server.
     
  3. Wulf

    Wulf Community Admin

    That should be it. Make this line matches up in the plugin:
    Code:
    [Info("Teleportation", "LaserHydra", "1.1.11", ResourceId = 1519)]
     
  4. That's what I got,

    namespace Oxide.Plugins
    {
    [Info("Teleportation", "LaserHydra", "1.1.11", ResourceId = 1519)]
    [Description("Teleportation plugin with many different teleportation features")]
    class Teleportation : HurtworldPlugin
    {

    And I just installed the latest version 1.1.11 and it isn't working?????????????
     
  5. Wulf

    Wulf Community Admin

    Okay, so it should be fine. Could you provide me with the latest log please, as there's no way for it to get the same error that you previously posted.
     
  6. there is no new logs, I cleared them just before and now it isn't storing any new logs. But I am having trouble with all the plugins I added so getting them to all work is my main problem.
     
    Last edited by a moderator: Dec 25, 2015
  7. Wulf

    Wulf Community Admin

    If you deleted them while the server was running, it won't create a new one until it is restarted.
     
  8. Server was not running when deleted old logs but even after restart it not loading any new logs and I have done 3 or 4 restarts.
     
  9. Wulf

    Wulf Community Admin

    You may want to check that Oxide is still installed. You can verify using /version or any chat command.
     
  10. yeah oxide is installed but needed updating the steam update was over riding the plugin dll's lol.
    [DOUBLEPOST=1451025800][/DOUBLEPOST]How do I make it so players can use tp?
     
  11. Wulf

    Wulf Community Admin

    Oxide is a mod, so it always needs to be installed after any updates.

    /grant group default teleportation.tpr
    /grant group default teleportation.home
     
  12. Code:
    12:14 [Error] Failed to call hook 'cmdTpr' on plugin 'Teleportation v1.1.11' (NullReferenceException: Object reference not set to an instance of an object)
    12:14 [Debug]   at Oxide.Plugins.Teleportation+<GetPlayer>c__AnonStorey3.<>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 collection) [0x00000] in <filename unknown>:0
      at System.Linq.Enumerable.ToList[PlayerSession] (IEnumerable`1 source) [0x00000] in <filename unknown>:0
      at Oxide.Plugins.Teleportation.GetPlayer (System.String searchedPlayer, .PlayerSession executer) [0x00000] in <filename unknown>:0
      at Oxide.Plugins.Teleportation.cmdTpr (.PlayerSession player, System.String command, System.String[] args) [0x00000] in <filename unknown>:0
      at Oxide.Plugins.Teleportation.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00000] in <filename unknown>:0
      at Oxide.Plugins.CSharpPlugin.InvokeMethod (System.Reflection.MethodInfo method, 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[] args) [0x00000] in <filename unknown>:0
    12:14 [Error] Failed to call hook 'cmdTpr' on plugin 'Teleportation v1.1.11' (NullReferenceException: Object reference not set to an instance of an object)
    12:14 [Debug]   at Oxide.Plugins.Teleportation+<GetPlayer>c__AnonStorey3.<>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 collection) [0x00000] in <filename unknown>:0
      at System.Linq.Enumerable.ToList[PlayerSession] (IEnumerable`1 source) [0x00000] in <filename unknown>:0
      at Oxide.Plugins.Teleportation.GetPlayer (System.String searchedPlayer, .PlayerSession executer) [0x00000] in <filename unknown>:0
      at Oxide.Plugins.Teleportation.cmdTpr (.PlayerSession player, System.String command, System.String[] args) [0x00000] in <filename unknown>:0
      at Oxide.Plugins.Teleportation.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00000] in <filename unknown>:0
      at Oxide.Plugins.CSharpPlugin.InvokeMethod (System.Reflection.MethodInfo method, 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[] args) [0x00000] in <filename unknown>:0
    
     
  13. Hello sir,
    I can't get me and my admins to use /tp ..
    How do I fix this?
     
  14. Did you type
    /grant group default teleportation.tpr
    /grant group default teleportation.home
    in chat? these are the permission commands, this is all I did and it worked nps.
     
  15. I'm talking about /tp, not /tpr or /home.
    I got everything worked, except /tp, because I can't give default the permission to use /tp else, everyone on my server would be able to.. lol
     
  16. /oxide.grant user Paralyzed teleportation.admin
     
  17. How do you give permissions to certain players?
     
  18. Wulf

    Wulf Community Admin

    See the example above your post.
     
  19. Sorry I mean if they have a space in their name, I dunno why I didn't clarify that.
     
  20. Wulf

    Wulf Community Admin

    /grant user "User Name" permission