NTeleportation

Moved

Total Downloads: 53,605 - First Release: Apr 12, 2016 - Last Update: Apr 5, 2018

5/5, 88 likes
  1. it works but that is spamming my console. im hosted.
     
  2. maybe check your oxide version against current one:
    Code:
    Oxide 2.0.2225 for Rust 960.76 (1479)
     
  3. its current
     
  4. Strange behavior....to get sure, maybe backup your config and datafiles, delete the orig files, and reload the plugin, to see if this fixes the error.
     
  5. Team /tpc is not working!
     
  6. i cant set home in a overpass for some reason
    [DOUBLEPOST=1469832552][/DOUBLEPOST]and i put the cave config to true
    [DOUBLEPOST=1469832595][/DOUBLEPOST]its says you can only sethome on foundation
     
  7. Are you using a seed or a named map on your server?
     
  8. I'm having a problem with players being able to create homes in caves even though I have caves set to false.
    Code:
    "Home": {
        "AllowAboveFoundation": true,
        "AllowCave": false,
        "AllowCraft": false,
        "AllowIceberg": false,
        "CheckFoundationForOwner": true,
        "Cooldown": 180,
        "Countdown": 10,
        "DailyLimit": 1000000000,
        "ForceOnTopOfFoundation": false,
        "HomesLimit": 5,
        "LocationRadius": 25,
        "UsableOutOfBuildingBlocked": false,
        "UseFriends": true,
        "VIPCooldowns": {
          "nteleportation.vip": 15
        },
    Any ideas on how to prevent people from creating homes in caves?
     
  9. Hi all.

    For me Work without problèm.
    Is There à solution to use multiple town?
    I need to have à town in and à second town out.
    Do someone have an idéa?
    Thank à lot
     
  10. Would you be willing to add the ability to let NPCs teleport you to predetermined coordinates? I would be willing to pay you for this plugin.
    Example: Allow admin to select NPC either by id and/or by standing in front and selecting. Then set the NPC as a teleporter and then give the NPC teleporter a predetermined coordinates (xyz) to teleport players. When players "use" click on the NPC it gives them a Yes or No option to teleport. If user clicks "Yes" it teleports them to preset coordinates, if no nothing happens.
    Again let me know if you'd be willing to do this and I'd be happy to donate a decent sum.
    [DOUBLEPOST=1470131369][/DOUBLEPOST]Could someone explain how VIP works? How do I set it so only VIPs can use the town teleportation?
     
  11. I have treid to change the amount of tp's a player gets but it doesn't change anything in game, please help
     
  12. Code:
      "TPR": {
        "AllowCraft": false,
        "BlockTPAOnCeiling": true,
        "Cooldown": 600,
        "Countdown": 15,
        "DailyLimit": 5,  // <<<<<<<<<<<
     
  13. Is there a permission for the /town command? I didn't see it in overview. And can you make more than one /town ?
     
    Last edited by a moderator: Aug 4, 2016
  14. Yeah i have changed that value but nothing
    [DOUBLEPOST=1470310172][/DOUBLEPOST]
    I changed those values but nothing.
    [DOUBLEPOST=1470310351][/DOUBLEPOST]
    I have the changes

    HomesLimit = 10000,
    VIPHomesLimits = new Dictionary<string, int> {{ConfigDefaultPermVip, 5}},
    Cooldown = 10,
    Countdown = 5,
    DailyLimit = 5000,
    VIPDailyLimits = new Dictionary<string, int> {{ConfigDefaultPermVip, 5}},
    VIPCooldowns = new Dictionary<string, int> {{ConfigDefaultPermVip, 5}},
    VIPCountdowns = new Dictionary<string, int> {{ConfigDefaultPermVip, 5}},
    LocationRadius = 25,
    ForceOnTopOfFoundation = true,
    CheckFoundationForOwner = true,
    UseFriends = true,
    AllowAboveFoundation = true
     
  15. Cant seem to set homes on Ice mountains anymore out in the water after the reset, it keeps saying people got to be on a foundation

    any way to fix that problem?
     
  16. Is anyone else having an issue where set homes are not saving?

    It happens to all players on my servers.
     
  17. Is there anyway you could add another command similar to town? or the ability to set more then one town? For example /market people can set up trade posts ect.
     
  18. Not sure if this can already be done or if there is another plugin that can do it but I will ask here anyway. I would like to have the ability to set a separate after-death cooldown. This would prevent people from teleporting right back into a fight in a 1 v many situation by teleporting to one of their team mates.
     
  19. The cool down option that is in the config should do that already
     
  20. "Settings": {
    "ChatName": "<color=red>Teleportation</color>: ",
    "HomesEnabled": true,
    "TPREnabled": true,
    "TownEnabled": true,
    "InterruptTPOnHurt": true,
    "BlockedItems": {}
    },
    "Admin": {
    "AnnounceTeleportToTarget": false,
    "UseableByModerators": true,
    "LocationRadius": 25,
    "TeleportNearDefaultDistance": 30
    },
    "Home": {
    "HomesLimit": 4,
    "VIPHomesLimits": {
    "nteleportation.vip": 5
    },
    "Cooldown": 0,
    "Countdown": 5,
    "DailyLimit": 5000,
    "VIPDailyLimits": {
    "nteleportation.vip": 5
    },
    "VIPCooldowns": {
    "nteleportation.vip": 5
    },
    "VIPCountdowns": {
    "nteleportation.vip": 5
    },
    "LocationRadius": 25,
    "ForceOnTopOfFoundation": true,
    "CheckFoundationForOwner": true,
    "UseFriends": true,
    "UsableOutOfBuildingBlocked": true,
    "AllowIceberg": false,
    "AllowCave": false,
    "AllowCraft": false,
    "AllowAboveFoundation": false
    },
    "TPR": {
    "Cooldown": 6,
    "Countdown": 7,
    "DailyLimit": 5000,
    "VIPDailyLimits": {
    "nteleportation.vip": 5
    },
    "VIPCooldowns": {
    "nteleportation.vip": 5
    },
    "VIPCountdowns": {
    "nteleportation.vip": 5
    },
    "RequestDuration": 30,
    "BlockTPAOnCeiling": true,
    "UsableOutOfBuildingBlocked": false,
    "AllowCraft": false
    },
    "Town": {
    "Cooldown": 6,
    "Countdown": 7,
    "DailyLimit": 5000,
    "VIPDailyLimits": {
    "nteleportation.vip": 5
    },
    "VIPCooldowns": {
    "nteleportation.vip": 5
    },
    "VIPCountdowns": {
    "nteleportation.vip": 5
    },
    "Location": "0 0 0",
    "UsableOutOfBuildingBlocked": false,
    "AllowCraft": false
    },
    "Version": {
    "Major": 1,
    "Minor": 0,
    "Patch": 11
    }
    }

    I don't see it. just the global and vip cooldowns