1. Got the following error which makes no sense, line 7 is a comment... Everything is up to date and plugin is original.

    Code:
    [Error] Failed to call hook 'cmdSetHome' on plugin 'm-Teleportation v1.4.23'
    File: local function index(obj,name)
    ... Line: 7 trying to index an invalid object reference:
      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 NLua.Lua.CallFunction (System.Object function, System.Object[] args) [0x00000] in <filename unknown>:0
      at NLua.LuaFunction.Call (System.Object[] args) [0x00000] in <filename unknown>:0
      at Oxide.Ext.Lua.Plugins.LuaPlugin.OnCallHook (System.String hookname, 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 
     
  2. @Wulf Sorry but I wanted to ask you, randomly my server now needs people to wait 100min, I reset configs, reloaded / restart server and plugins, and no fix. Any reason why? And how can i reset cooldown ?
     
  3. Wulf

    Wulf Community Admin

    Please keep plugin questions to their threads. Creating a separate thread will not necessarily get you a faster answer. I am not familiar with every plugin either, so please do not expect an instant answer from me by tagging me.

    All I can suggest is to backup your oxide/data and oxide/config for the plugin and reset it while the server is offline.
     
  4. Did that :/ anyone else?
     
  5. Wulf

    Wulf Community Admin

    Are you sure you did it while the server was shutdown? The plugin data will not be deleted if you did it while it was running. I don't see any other reason why you'd have a 100m cooldown.
     
  6. How i can WIPE HOMES when i WIPE the server?
     
  7. Wulf

    Wulf Community Admin

    /wipehomes
     
  8. I dont want to wipe homes
     
  9. Is anyone able to re-write this in C with the ability to reset timers on players?
     
  10. Why are my players getting 240 minute cooldowns out of nowhere?
     
  11. If admin does /tp <player> <target> with the AnnounceTeleportToTarget false, they still get a message saying that you teleported to them. I added the check to line 741 to make it work with the config.

    Code:
            if self.Config.AdminTP.AnnounceTeleportToTarget then --Check config setting
                self:SendMessage( targetPlayer, self:Parse( self.Config.Messages.AdminTPPlayerTarget, { admin = player.displayName, player = originPlayer.displayName } ) )
            end
     
  12. Is it possible to set a max amount of homes?
     
  13. "HomesLimit" in the config.
     
  14. I'll probably get that done by the end of the month.
     
  15. update plugins news version oxide please....
     
  16. My /tpa, /tpr and /set home isn't working but my /tp is working, can someone please help me.
     
  17. The Config settings are not working. If i set Homes limit to 1 everybody can still make more homes..
    May fault fixed it
     
    Last edited by a moderator: Dec 17, 2015
  18. I am having an issue where players teleporting to the sphere are not able to login anymore. They are stuck on "Receiving Data".

    Is anyone else getting this, or is this an issue on my server?
     
    Last edited by a moderator: Dec 17, 2015
  19. Got some Errors in the Log:

    Code:
    File: m-Teleportation.lua Line: 2479 attempt to index field 'AdminTP' (a nil value):
      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 NLua.Lua.CallFunction (System.Object function, System.Object[] args) [0x00000] in <filename unknown>:0
      at NLua.LuaFunction.Call (System.Object[] args) [0x00000] in <filename unknown>:0
      at Oxide.Ext.Lua.Plugins.LuaPlugin.OnCallHook (System.String hookname, 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
    9:17 AM [Error] Failed to call hook 'cmdTeleport' on plugin 'm-Teleportation v1.4.23'
    File: m-Teleportation.lua Line: 2479 attempt to index field 'AdminTP' (a nil value):
      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 NLua.Lua.CallFunction (System.Object function, System.Object[] args) [0x00000] in <filename unknown>:0
      at NLua.LuaFunction.Call (System.Object[] args) [0x00000] in <filename unknown>:0
      at Oxide.Ext.Lua.Plugins.LuaPlugin.OnCallHook (System.String hookname, 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
    9:21 AM [Error] Failed to call hook 'cmdTeleportRequest' on plugin 'm-Teleportation v1.4.23'
    File: m-Teleportation.lua Line: 1744 attempt to index field 'Settings' (a nil value):
      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 NLua.Lua.CallFunction (System.Object function, System.Object[] args) [0x00000] in <filename unknown>:0
      at NLua.LuaFunction.Call (System.Object[] args) [0x00000] in <filename unknown>:0
      at Oxide.Ext.Lua.Plugins.LuaPlugin.OnCallHook (System.String hookname, 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
    9:21 AM [Error] Failed to call hook 'cmdTeleportHome' on plugin 'm-Teleportation v1.4.23'
    File: m-Teleportation.lua Line: 1544 attempt to index field 'Settings' (a nil value):
      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 NLua.Lua.CallFunction (System.Object function, System.Object[] args) [0x00000] in <filename unknown>:0
      at NLua.LuaFunction.Call (System.Object[] args) [0x00000] in <filename unknown>:0
      at Oxide.Ext.Lua.Plugins.LuaPlugin.OnCallHook (System.String hookname, 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 
    Plugin doenst work. Can u fix it, please?