1. That would be awesome! Is this plugin still in development ?
     
  2. Working on a C# version whenever I have some time to spare
     
  3. Calytic

    Calytic Community Admin Community Mod

    Sweet! Any chance you could publish your new version on GitHub? I will happily PR transcriptions from LUA to C# as well as work on modular extensions to teleport for use-cases such as the one described by Brinks.
     
  4. I was wondering if there was a way to block people from setting homes by using building privelge.
     
  5. Hi guys,

    i need some support for "friends @ home".
    sethome is working fine at our server if you build a house at your own. But some players want to allow their friends to sethome in their house too (and say, that other server have this function). On our server you can't set home as a friend. You always get the message "You can't set your home at someones elses house...".
    We have installed the FriendsAPI (0friendsAPI) and the m-Teleportation.json, that looks like:
    Code:
      "Homes": {
      "Countdown": 5,
      "UseFriendsAPI": true,
      "CheckFoundationForOwner": true,
      "LocationRadius": 25,
      "ForceOnTopOfFoundation": true,
      "Cooldown": 60,
      "DailyLimit": 10,
      "HomesLimit": 5
      },
    I thought it only needs the value "true"@UseFriendsAPI to allow friends @ sethome?

    Are there any other values i have to set?
    Thanks for the great work and support!
     
    Last edited by a moderator: Jun 5, 2015
  6. I'm sure the answer might be in here but there is 51 pages so...how do you go about changing the daily amount of teleports, teleport duration and saved home locations on top of changing the tpr limits?
     
  7. Is it possible to do that if the player is in death mode 5 hp, the moment where other player can loot help him up or kill him, in that mode player would not be able to teleport?
     
  8. @Mughisi I am wanting to see if I can add code in that prior to teleporting to a home, to check if the foundation exists. I was wondering if you have this setup on a repository somewhere where I can fork this so I can easily integrate future updates into my system.

    I did this because recently someone created a ton of homes around a base, then deleted the foundations, which means players can't counteract the invaders in any way. I'd like to change this.
     
  9. Any way to delete the locations of all the players?
     
  10. Is it possible for the admin to set positions that everyone can TP to? It would be nice for people to teleport to an arena to watch if they aren't taking part or teleport to a trading area which is a non-PVP area.
     
  11. Hi friend, please config eliminate time tp player-player??
    sorry my friend is low ;P
     
  12. Wulf

    Wulf Community Admin

    Change the countdown and cooldown options to your liking.
     
  13. I don't know if its been mentioned before but how would i set up a "HomesLimit" exception for a player that donates?
     
  14. how do you wipe the sethome cause people can build underground after i wipe my server
     
  15. nvm figured out the problem :p
     
  16. Should i copy the full code message?
    And is it on steamCMD i do it?
     
  17. Eat

    Eat

    Code:
    [6/11/2015 11:20:53 AM] [Oxide] 11:20 AM [Warning] CallHook 'OnEntityTakeDamage' on plugin 'Teleportation System' took: 8633ms
    [6/11/2015 11:20:53 AM] [Oxide] 11:20 AM [Warning] CallHook 'OnEntityTakeDamage' on plugin 'Teleportation System' took average: 501ms
    AM [Warning] CallHook 'cmdSetHome' on plugin 'Teleportation System' took: 2516ms
    10:57 AM [Warning] CallHook 'OnEntityTakeDamage' on plugin 'Teleportation System' took average: 8052ms
     
    Last edited by a moderator: Jun 11, 2015
  18. I've encountered a problem in the server that i admin, people can make a sethome and even after that foundation is remove, they can teleport back there, spawning in mid-air and consequently getting in bases now built on the same spot. Is there a way to prevent/fix it?
     
  19. Hi geeting alot of hook errors when is this plugin getting an update.

    Please and thanks
     
  20. The OnEntityTakeDamage warnings could also be caused by another plugin as this one barely does anything in that hook that could cause it to be slow, regarding the time warning on sethome, your file might be getting pretty big causing it to take a bit longer to save, I plan on splitting the data and saving them to separate files in the next version.
    Errors or warnings? And could you post them?
    [DOUBLEPOST=1434195395][/DOUBLEPOST]
    Currently there isn't anything in place for this, but I plan on removing the home locations in the next version when the foundation is removed.