1. How do you change the text colour of teleport requests? I tried adding <lime>text here<end>. Didn't work.
     
  2. Wulf

    Wulf Community Admin

    That's the special format the Notifier plugin uses, no other plugin uses that. Use the normal HTML styling that Rust uses.
    http://docs.oxidemod.org/rust/#styling-messages
     
  3. Thanks Wulf...
     
  4. just wondering why when i wipe the server and have a new map going, people still have their set homes from the other map? :s
     
  5. It isn't possible for the plugin to detect that, when the server is wiped the data file should also be removed so that it resets all teleport data, including saved home locations.
     
  6. Well people can still tp under water on my server cause i switched maps and people can still build under. Anyway to remove all the homes set?

    Deleted the plugin and config and redownloaded still no luck
     
  7. Homes are stored in the data file, not the config file. You could also wipe all homes with /wipehomes normally.
     
  8. Hi,
    someone today on my server reported a glitch about the teleportation plugin.
    Basically when the person who accepted the tp request face the opposite direction of a wall (so with his back on the wall) the person teleported might get on the other side of the wall (so inside a house for example).

    Can you guys take a look into that?
    Thanks.
     
  9. I'm aware of a few bugs and I'm working on a new version of the plugin, the only thing is that the new version will be in C# so that requires me to rewrite everything so this will take a lot of time and my time is pretty limited right now but I'm doing my best.
     
    Last edited by a moderator: Jun 19, 2015
  10. Help, how to make what sethome raised only if you FRIEND owner of the house? Thx!
     
  11. It does not help. I should this plugin, and can put all setрome.
     
  12. That's awesome to hear! Thank you for taking the time fixing this issues!
     
  13. You need to reload m-teleportation after you put the other plugin to oxide/plugins
     
  14. Reloads many times, it does not help. The house can put all the ...
    It's config m-teleport:
    Code:
         ForceOnTopOfFoundation  = true,
            CheckFoundationForOwner = true,
            UseFriendsAPI           = true
     
  15. email the developer of this plugin
     
  16. People are saying that they have a 200min cooldown? And this applies to all my players.

    Heres my config for TP's
    Code:
      "TPR": {
        "BlockTPAOnCeiling": true,
        "Cooldown": 60,
        "Countdown": 15,
        "DailyLimit": 500,
        "RequestDuration": 30
      }
    }
    Heres my config for homes
    Code:
      "Homes": {
        "CheckFoundationForOwner": true,
        "Cooldown": 60,
        "Countdown": 15,
        "DailyLimit": 500,
        "ForceOnTopOfFoundation": true,
        "HomesLimit": 5,
        "LocationRadius": 25,
        "UseFriendsAPI": true
      },
    Help? Ive changed the daily limit and reloaded the plugin and it didnt work.
     
  17. Maybe everytime that they are using the command it applies more cooldown .. why you didnt try if you have 200mins cooldown ? sometimes the players are trolling :p
     
  18. everyone is trolling? Even my mods? Everyone is getting the cooldown. Do you have any idea why?
     
  19. i have manualy gone in & changed the parimeters on some of the settings...for example the cool down i changed from 60 to 0...for daily limit i changed it from 5 to 50....for the max homes set i changed it from 2 to 5...but it seems nothing i have done is working...i have even deleted the file from the plugin folder & reinstalled the edited version / rebooted server & relogged on to find that there is still a max of 2 sethomes a coold down rate of 10 min & max of 5 tp in a day...what am i doing that is wrong?