NTeleportation

Moved

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

5/5, 88 likes
  1. maybe set this "TPREnabled": true to false ?
     
  2. I don't see that option in my config

    Ok yeah I do see it! thank you very much mate.
     
  3. Hey, Is there a possibility to set up nteleportation to consume an item every time you teleport?
     
  4. Not supported by the current code.
     
  5. i added Vip group - and add user to it to give him the vip tp but its not working .. do i have to give the group any permissions ?


    EDIT :
    i used Permission manager
    Permissions Manager for Rust | Oxide
    and give the group VIP the permission vip from Nteleportation tap .
     
    Last edited by a moderator: Sep 22, 2017
  6. I fired up my server today and people started joining. I have the NTeleportation plugin on it. While I was on the server, one guy teleported to me. No TPR was needed. And he told me that for some reason he can instantly teleport to whoever he wants. He wasnt the only one able to do this. Several people were able to which is obviously not good. Any reason why this is happening?
     
  7. I used the / tp [coordinates] command and my server has crashed
    Oxide Version: 2.0.3484
    N Teleportation: 1.0.21
     
  8. Found an issue. when in vanish Admins cannot tp to players without being seen.
    using ( /tp <player> <targetplayer> ).
    have tried all settings nothing helps.
    Can tp using RustAdmin but not all admins/moderators use it.
    Only been an issue since last game and mod update.
     
  9. If you teleport while "mounted" (sitting in a chair or car), when you arrive at your destination you will still be sitting. Other players will see you just sitting and you can run around invisible. This is a new issue that was introduced since the addition of chairs and will become more common with vehicles.
    To fix, I'd imagine you'd just have to block people teleporting while mounted, or have the plugin "unmount" people before tp.
     
  10. @Nogrod Players reporting the issue of when the /tpa player is mounted in a chair that they remain mounted on the chair, but they can run around like they are in vanish. I've also noticed that sometimes players will teleport through a wall when target player is close to a wall. Other than that thanks for the great plug-in!
     
  11. How to make a tp zone like /town but using different spawns? Thans in advance
     
  12. If [Admin] is wanting to teleport to [Player] just do /tp [Playername] Then [Admin] should teleport to [playername]
     
  13. Is there a way to block TP if you are in combat or being raided?
     
  14. Look up NoEscape plugin.
    NoEscape for Rust | Oxide
     
  15. Can someone help me ive turned the force ontop of foundation thingy on but still it dont work so i cant get people to be able to set homes in caves
     
  16. Did you reload plugin after making the changes
     
  17. yes i reloaded it and restarted the server
    [DOUBLEPOST=1506881703][/DOUBLEPOST]
    would you be able to show me ur code for the home thingy if u have it?
     
  18. Might not help but here you go
    Code:
    {
      "Settings": {
        "ChatName": "<color=red>Teleportation</color>: ",
        "HomesEnabled": true,
        "TPREnabled": true,
        "TownEnabled": false,
        "InterruptTPOnHurt": true,
        "BlockedItems": {}
      },
      "Admin": {
        "AnnounceTeleportToTarget": false,
        "UseableByModerators": true,
        "LocationRadius": 25,
        "TeleportNearDefaultDistance": 30
      },
      "Home": {
        "HomesLimit": 3,
        "VIPHomesLimits": {
          "nteleportation.vip": 5
        },
        "Cooldown": 600,
        "Countdown": 15,
        "DailyLimit": 15,
        "VIPDailyLimits": {
          "nteleportation.vip": 25
        },
        "VIPCooldowns": {
          "nteleportation.vip": 300
        },
        "VIPCountdowns": {
          "nteleportation.vip": 10
        },
        "LocationRadius": 25,
        "ForceOnTopOfFoundation": true,
        "CheckFoundationForOwner": true,
        "UseFriends": true,
        "UsableOutOfBuildingBlocked": false,
        "UsableIntoBuildingBlocked": false,
        "CupOwnerAllowOnBuildingBlocked": true,
        "AllowIceberg": true,
        "AllowCave": true,
        "AllowCraft": false,
        "AllowAboveFoundation": true,
        "CheckValidOnList": false,
        "Pay": 10
      },
      "TPR": {
        "Cooldown": 600,
        "Countdown": 15,
        "DailyLimit": 15,
        "VIPDailyLimits": {
          "nteleportation.vip": 15
        },
        "VIPCooldowns": {
          "nteleportation.vip": 15
        },
        "VIPCountdowns": {
          "nteleportation.vip": 15
        },
        "RequestDuration": 30,
        "BlockTPAOnCeiling": true,
        "UsableOutOfBuildingBlocked": false,
        "UsableIntoBuildingBlocked": false,
        "CupOwnerAllowOnBuildingBlocked": true,
        "AllowCraft": false,
        "Pay": 10
      },
      "Town": {
        "Cooldown": 600,
        "Countdown": 15,
        "DailyLimit": 15,
        "VIPDailyLimits": {
          "nteleportation.vip": 15
        },
        "VIPCooldowns": {
          "nteleportation.vip": 15
        },
        "VIPCountdowns": {
          "nteleportation.vip": 15
        },
        "Location": "0 0 0",
        "UsableOutOfBuildingBlocked": false,
        "AllowCraft": false,
        "Pay": 10
      },
      "Version": {
        "Major": 1,
        "Minor": 0,
        "Patch": 21
      }
    }
     
  19. Is there a way to wipe "town set" command, so town is deleted?

    I have tried to do /tpremove town.....but no luck.

    Thanks.
     
  20. Go into server files and delete the NteleTOWN data file. I think server has to be shutdown to do this.