1. I cant even get the plugin to work. I put it in plugins folder, and do oxide.reload m-Teleportation.lua and it doesnt work.
    [DOUBLEPOST=1457218604][/DOUBLEPOST]
    Same here I dont rename the file but reload m-Teleportation.lua doesnt work
     
  2. Well here is a kicker for your guys, I got this error again and now sethome does not work for players at all. Ive done nothing to the server what so ever. Just broke by itself. Any ideas....
    Code:
    File: m-Teleportation.lua Line: 1444 attempt to call method 'AreFriends' (a string 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
     
  3. Wulf

    Wulf Community Admin

    If the filename is m-Teleportation.lua, you'd use reload m-Teleportation. It is case-sensitive and exact, so you'd need to use it exactly as you have it named minus the extension. If you can provide your logs, that would also help determine what it's going.
    [DOUBLEPOST=1457220701][/DOUBLEPOST]
    The plugin isn't updated officially for the FriendsAPI changes, so you'd need to use an unofficial version from this thread or disable that feature.
     
  4. It sais No Source Found when I try to reload it
    [DOUBLEPOST=1457221161][/DOUBLEPOST]And I type it EXACTLY
     
  5. Wulf

    Wulf Community Admin

    That means the filename doesn't match or the file isn't in the actual oxide/plugins folder. Plugins are loaded automatically when they are in the right location, so perhaps you placed it in the wrong location?
     
  6. I was able to get this to work however I did have to set "UseFriends": to false" and "CheckFoundationForOwner": to false, Altho this is a risky issue for some players. But it is a fix for my issue atm. As long as players have build right the will be able to sethome.
    [DOUBLEPOST=1457221924][/DOUBLEPOST]Thank wulf for your quick response.
     
  7. I didn't do anything wrong. Perhaps it is a problem with the plugin itself?
    [DOUBLEPOST=1457222395][/DOUBLEPOST]All other plugins load just fine
     
  8. Wulf

    Wulf Community Admin

    Please upload your latest oxide/log, it will tell if the plugin is having issues. The error you are getting though means that there is no plugin in the plugins folder with that filename.
     
  9. Here it is...
     

    Attached Files:

  10. Wulf

    Wulf Community Admin

    You have the file named m-Teleporation.cs, which it's not a .cs plugin, it's a .lua plugin. The Lua extension is also not loading on your server, which is likely either from a missing dependency or an incomplete server install.
     
  11. I tried changing the name once, and so you think to get the extension I have to Reinstall my whole server?
    [DOUBLEPOST=1457222893][/DOUBLEPOST]Like, in order to have the .lua extension available?
     
  12. Wulf

    Wulf Community Admin

    I'm not sure, as the error is rare and we can't reproduce it other than if a file is missing. A re-install of Oxide would probably be good, and verifying that all files included with the Oxide-Rust.zip are in the same locations in your server install.
     
  13. Okay. Thanks anyways.
    [DOUBLEPOST=1457223820][/DOUBLEPOST]
    I tried both of those and still not working :(
    [DOUBLEPOST=1457223847][/DOUBLEPOST]Any other Teleportation mods besides this one?
     
  14. Wulf

    Wulf Community Admin

    Magic Teleportation for Rust | Oxide
     
  15. Does that include players teleporting to players, becuase without that my server will not gain players
     
  16. Wulf

    Wulf Community Admin

    I don't know, I've never used it.
     
  17. Damnit :/
     
  18. Wulf

    Wulf Community Admin

    Are you self-hosting or using a shared host with only FTP access?
     
  19. Im self-hosting
     
  20. Wulf

    Wulf Community Admin

    What OS is it using, and is it 32-bit or 64-bit?