1. Dump Question.... IS the Daylie limit meant as real day or ingame day? ^^
     
  2. Real day :)
     
  3. I have tried to edit the daily limit via config with no luck. My config reads:
    Code:
    function PLUGIN:LoadDefaultConfig()
      -- General Settings:
      self.Config.Settings = {
      ChatName  = "Teleportation",
      ConfigVersion  = "1.4.15",
      HomesEnabled  = true,
      TPREnabled  = true,
      InterruptTPOnHurt = true
      }  -- Admin TP System Settings:
      self.Config.AdminTP = {
      AnnounceTeleportToTarget  = false,
      UseableByModerators  = true,
      LocationRadius  = 25,
      TeleportNearDefaultDistance = 30
      }
      
      -- Homes System Settings:
      self.Config.Homes = {
      HomesLimit  = 2,
      Cooldown  = 600,
      Countdown  = 15,
      DailyLimit  = 100,
      LocationRadius  = 25,
      ForceOnTopOfFoundation  = true,
      CheckFoundationForOwner = true,
      UseFriendsAPI  = true
      }  -- TPR System Settings:
      self.Config.TPR = {
      Cooldown  = 600,
      Countdown  = 15,
      DailyLimit  = 100,
      RequestDuration  = 30,
      BlockTPAOnCeiling = true
    Regardless of my daily limit change it still says to players they only have 5 TPs. How do I fix this? (I Have restarted the server after adding, I have deleted and reinstalled)
     
    Last edited by a moderator: May 5, 2015
  4. Wulf

    Wulf Community Admin

    Edit the actual config, not the plugin itself.
     
  5. What do you mean? sorry I am really new to RUST hosting.
     
  6. Wulf

    Wulf Community Admin

    You showed part of the actual plugin, you should be editing the config file for it under oxide/config instead.
     
  7. I've change the limit, time, and daily amount in the .lua, but it still says the default amount and it doesnt change in game..

    Edit: Never mind i worked it out :)
     
    Last edited by a moderator: May 6, 2015
  8. Wulf

    Wulf Community Admin

    Edit the config under oxide/config, not the plugin itself.
     
  9. Hi,
    Is it possible to do oxide.groupe permission?
     
  10. Wulf

    Wulf Community Admin

    Not right now, it has no permissions yet. I'm sure the re-write will.
     
  11. @Mughisi

    Can you add a option to protect from getting looted the sleepers that just teleported ? because now the plugin waits until everything is loaded before letting the player wake up, but in that time a player that just did a /tpr or /home can be looted. A protection like, after a teleport the player get 1 min protection from being looted while sleeping.

    Can you also do that to the warp-system plugin ? thx :)
     
  12. Hi.
    How to clearing or reset data teleports and saved homes from wiped server? thx.
     
  13. /wipehomes
     

  14. how to fix?
     
    Last edited by a moderator: May 9, 2015
  15. Hey @Mughisi a bit of a feature request. Wonder if it would be possible for a command to wipe a single players tpr and home limit count.

    I tried manually editing the data file then reloading the plugin but that just rewrites over the datafile.

    Thanks mate
     
  16. Request, Add limit config by group
     
  17. Can somebody tell me what I need to do so there is no cooldown and unlimited teleports per day, max homes limit 5 and whatever else.
     
  18. You just edit the config file (m-Teleportation.json) you'll have a few values in there that set the limit and cooldown. If you set those to 0 (nil) they'll be unlimited.
     
  19. Got it thanks :)
     
  20. I currently force the /home to foundations. However, if the players remove the foundation the home teleport stays. Is there any way to remove the home teleport when the foundation is removed? Is this a glitch?