1. Wulf

    Wulf Community Admin

    This plugin doesn't recognize groups yet, only Rust auth levels.
     
  2. And how can I add more homes to anyone? Individualy or with auth levels
     
  3. Wulf

    Wulf Community Admin

    I'd assume via the config option, "HomesLimit": 2.
     
  4. Yeah I know it, but Homelimits on the config file is for all players, and I am asking how to add more homes to a specific player or group.
     
  5. Wulf

    Wulf Community Admin

    There isn't any way yet, there is no support for groups.
     
  6. Hello,

    We are interested in having someone help us code a method of distinguishing "tiers" of teleport privilege within m-teleportation. Basically, we want to be able to have different users to have unique settings (ie certain users have longer/shorter cooldowns than others, different max # of homes, etc). We'd be willing to donate to anyone willing to take a crack at this for us. More info/details upon request.

    - matt
     
  7. Just to inform you, an update is being worked on that will implement this, aiming to have it done somewhere next week.
     
  8. Awesome to hear - thank you! We will just sit tight in that case, but once it drops, expect some dough from us!! :)
     
  9. Damn would've been awesome though! :)
    I have many VIP's on my server that would enjoy that feature with reduced cooldown on homes.
     
  10. Got this error after latest server/oxide update:
    Code:
    [Oxide] 5:14 PM [Error] Failed to run a 15.00 timer (ExecutionEngineException: SIGILL)
    [Oxide] 5:14 PM [Debug]   at (wrapper managed-to-native) KeraLua.NativeMethods:LuaNetPCall (intptr,int,int,int) at KeraLua.Lua.LuaNetPCall (IntPtr luaState, Int32 nArgs, Int32 nResults, Int32 errfunc) [0x00000] in <filename unknown>:0 at NLua.LuaLib.LuaPCall (LuaState luaState, Int32 nArgs, Int32 nResults, Int32 errfunc) [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.LuaFunction.Call (System.Object[] args, System.Type[] returnTypes) [0x00000] in <filename unknown>:0 at NLua.Method.LuaDelegate.CallFunction (System.Object[] args, System.Object[] inArgs, System.Int32[] outArgs) [0x00000] in <filename unknown>:0 at LuaGeneratedClass1.CallFunction () [0x00000] in <filename unknown>:0 at Oxide.Core.Libraries.Timer+TimerInstance.Update () [0x00000] in <filename unknown>:0 
     
  11. I have the exact same issue.
     
  12. How can players check their limits?
    also is there an admin RESET command that can be used from RCON? if not FEATURE request!
    RCON> /TPLIMIT resetall or /TPLIMIT reset <steamed>

    maybe a security group so I Can great VIP with no limits?
     
  13. Hi guys,
    does anyone know where does this plugin save the homes? Which is the file with the coordinades?

    Thanks,
    Mario

    Found it, sorry.
     
  14. m-Teleportation.json in data folder
     
  15. I edit the cooldowns at what not like so:
    -- Homes System Settings:
    self.Config.Homes = {
    HomesLimit = 3,
    Cooldown = 78,
    Countdown = 10,
    DailyLimit = 100,
    LocationRadius = 25,
    ForceOnTopOfFoundation = true,
    CheckFoundationForOwner = true,
    UseFriendsAPI = true
    }

    -- TPR System Settings:
    self.Config.TPR = {
    Cooldown = 78,
    Countdown = 10,
    DailyLimit = 100,
    RequestDuration = 30,
    BlockTPAOnCeiling = false
    But it doesn't work, the cooldowns are still 10mins and the countdown and what not are default. How do I fix this?
     
  16. did you restart yet
     
  17. Still not working :/
    [DOUBLEPOST=1442034436][/DOUBLEPOST]
    Code:
    [Oxide] 2:55 PM [Info] Unloaded plugin Teleportation System v1.4.17 by Mughisi
    121.223.69.231:62767/76561198054030811/Deagarino joined [windows/76561198054030811]
    [Oxide] 2:56 PM [Error] Failed to load plugin m-Teleportation (IOException: Sharing violation on path c:\games\108_61_227_137_28016\1210594\ruste\server\1210594\oxide\plugins\m-Teleportation.lua)
    [Oxide] 2:56 PM [Debug]   at System.IO.FileStream..ctor (System.String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, Boolean anonymous, FileOptions options) [0x00000] in <filename unknown> :0
      at System.IO.FileStream..ctor (System.String path, FileMode mode, FileAccess access, FileShare share) [0x00000] in <filename unknown>
      at (wrapper remoting-invoke-with-check) System.IO.FileStream:.ctor (string,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare)
      at System.IO.File.OpenRead (System.String path) [0x00000] in <filename unknown> :0
      at System.IO.FileStream..ctor (System.String path, FileMode mode, FileAccess access, FileShare share) [0x00000] in <filename unknown>
      at (wrapper remoting-invoke-with-check) System.IO.FileStream:.ctor (string,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare)
      at System.IO.File.OpenRead (System.String path) [0x00000] in <filename unknown> :0
      at System.IO.StreamReader..ctor (System.String path, System.Text.Encoding encoding, Boolean detectEncodingFromByteOrderMarks, Int32 bufferSize) [0x00000] in <filename unknown> :0
      at System.IO.StreamReader..ctor (System.String path, System.Text.Encoding encoding) [0x00000] in <filename unknown>
    I am also getting this error in the admin panel.
     
  18. Can you upload your full config
     
  19. Here you go:
     

    Attached Files:

  20. Thats not the config thats the script and I see you have edited it best not to only edit the config