N Teleportation

Multiple teleportation systems for admins and players.

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

5/5, 88 likes
  1. Its possible to teleport into building block for months now.
     
  2. Hello,

    i'm admin (authlevel 2)
    Code:
    {
      "Admin": {
        "AnnounceTeleportToTarget": false,
        "LocationRadius": 35,
        "TeleportNearDefaultDistance": 30,
        "UseableByModerators": true
      },
      "Home": {
        "AllowAboveFoundation": true,
        "AllowCave": false,
        "AllowCraft": false,
        "AllowIceberg": false,
        "CheckFoundationForOwner": true,
        "CheckValidOnList": false,
        "Cooldown": 150,
        "Countdown": 15,
        "CupOwnerAllowOnBuildingBlocked": true,
        "DailyLimit": 1,
        "ForceOnTopOfFoundation": true,
        "HomesLimit": 3,
        "LocationRadius": 25,
        "Pay": 0,
        "UsableIntoBuildingBlocked": false,
        "UsableOutOfBuildingBlocked": false,
        "UseFriends": true,
        "VIPCooldowns": {
          "nteleportation.vip": 5,
          "nteleportation.admin": 0
        },
        "VIPCountdowns": {
          "nteleportation.vip": 5,
          "nteleportation.admin": 999
        },
        "VIPDailyLimits": {
          "nteleportation.vip": 5,
          "nteleportation.admin": 31
        },
        "VIPHomesLimits": {
          "nteleportation.vip": 5,
          "nteleportation.admin": 10
        }
      },
      "Settings": {
        "BlockedItems": {},
        "ChatName": "<color=red>Teleportation</color>: ",
        "HomesEnabled": true,
        "InterruptTPOnHurt": true,
        "TownEnabled": true,
        "TPREnabled": true
      },
      "Town": {
        "AllowCraft": false,
        "Cooldown": 150,
        "Countdown": 10,
        "DailyLimit": 1,
        "Location": "0 0 0",
        "Pay": 0,
        "UsableOutOfBuildingBlocked": false,
        "VIPCooldowns": {
          "nteleportation.vip": 5,
          "nteleportation.admin": 0
        },
        "VIPCountdowns": {
          "nteleportation.vip": 5,
          "nteleportation.admin": 999
        },
        "VIPDailyLimits": {
          "nteleportation.vip": 5,
          "nteleportation.admin": 31
        }
      },
      "TPR": {
        "AllowCraft": false,
        "BlockTPAOnCeiling": true,
        "Cooldown": 150,
        "Countdown": 10,
        "CupOwnerAllowOnBuildingBlocked": true,
        "DailyLimit": 1,
        "Pay": 0,
        "RequestDuration": 30,
        "UsableIntoBuildingBlocked": false,
        "UsableOutOfBuildingBlocked": false,
        "VIPCooldowns": {
          "nteleportation.vip": 5,
          "nteleportation.admin": 0
        },
        "VIPCountdowns": {
          "nteleportation.vip": 5,
          "nteleportation.admin": 999
        },
        "VIPDailyLimits": {
          "nteleportation.vip": 5,
          "nteleportation.admin": 31
        }
      },
      "Version": {
        "Major": 1,
        "Minor": 0,
        "Patch": 26
      }
    }
    Code:
    oxide.show group admin
    Group 'admin' players:
    76561197984580089 (Tanki)Group 'admin' permissions:
    adminradar.allowed, afk.excluded, autokick.use, bank.big, betterchatfilter.admin, build.builder, boxlooters.checkbox, corpseduration.modify, countryblock.bypass, enhancedhammer.use, entityowner.canchangeowners, entityowner.cancheckowners, preventlooting.admin, preventlooting.use, gatherrewards.canedit, smoothrestart.canrestart, stacksizecontroller.canchangestacksize, tickets.admin, tickets.wipe, buildinggrades.cangrade, signartist.url, signartist.text, signartist.restore, signartist.ignoreowner, signartist.ignorecd, signartist.raw, signartist.restoreall, preventlooting.player, preventlooting.corpse, preventlooting.backpack, preventlooting.storage, buildinggrades.nocost, buildinggrades.owner, nteleportation.deletehome, nteleportation.homehomes, nteleportation.importhomes, nteleportation.radiushome, nteleportation.tp, nteleportation.tpb, nteleportation.tpconsole, nteleportation.tphome, nteleportation.tptown, nteleportation.tpn, nteleportation.tpl, nteleportation.tpremove, nteleportation.tpsave, nteleportation.wipehomes, nteleportation.crafthome, nteleportation.crafttown, nteleportation.crafttpr, ping.bypass
    
    Code:
    oxide.grant group admin nteleportation.admin
    Group 'admin' already has permission 'nteleportation.admin'
    when i tp to my home, i've a delay to 15 seconds... i get a cooldown...

    VIPHomesLimits is correctly, i can set 10 homes

    what i'm wrong?

    I've try to modify nteleportation.admin to nteleportation.staff but its same...
     
    Last edited by a moderator: May 26, 2018
  3. Countdown should be 0 if you want instant, 999 means 999 seconds from when you type the command to when you TP home I believe, Cooldown is how long until you can run the TP command again.
     
  4. I've set to 0
    Code:
    oxide.reload NTeleporation
    Code:
    Teleporting to your home in 15 secondes
    I'l try to to tp at other home and i get a cooldown

    Code:
      "Home": {
        "AllowAboveFoundation": true,
        "AllowCave": false,
        "AllowCraft": false,
        "AllowIceberg": false,
        "CheckFoundationForOwner": true,
        "CheckValidOnList": false,
        "Cooldown": 150,
        "Countdown": 15,
        "CupOwnerAllowOnBuildingBlocked": true,
        "DailyLimit": 1,
        "ForceOnTopOfFoundation": true,
        "HomesLimit": 3,
        "LocationRadius": 25,
        "Pay": 0,
        "UsableIntoBuildingBlocked": false,
        "UsableOutOfBuildingBlocked": false,
        "UseFriends": true,
        "VIPCooldowns": {
          "nteleportation.vip": 5,
          "nteleportation.staff": 0
        },
        "VIPCountdowns": {
          "nteleportation.vip": 5,
          "nteleportation.staff": 0
        },
        "VIPDailyLimits": {
          "nteleportation.vip": 5,
          "nteleportation.staff": 999
        },
        "VIPHomesLimits": {
          "nteleportation.vip": 5,
          "nteleportation.staff": 10
        }
      },
    When we go too fast :( :D

    Solved thanks.

    about /town how to set town please? need zone manager?
     
    Last edited by a moderator: May 26, 2018
  5. You made sure to upload your changes to your server and reload the plugin with 'o.reload NTeleportation' correct?
     
  6. Yes, i've edited my post when u reply, sorry, its good.


    about /town how to set town please? need zone manager?
     
  7. Glad that works now, I don't actually use the Town feature, maybe someone else here can help with that one?
     
  8. read the overview on what you need to do
     
  9. Oh dint see, thanks for tip :)
     
  10. My players get kicked when they teleport home, does anyone still get this issue? Solution?
     
  11. @GiBr is there bases next to/on the water? Are they getting a red box of text and getting kicked for NullRefrence? If so its not NTeleportation, its a Rust issue. Have them take a screenshot and then hit F7 and report it to FP so that they can fix the issue
     

    Attached Files:

  12. Thank you, i think thats what they get. I do not know why but I never got kicked...
     
  13. Hello! How would i go about adding anther vip group? i've configured default players and vip, but if i want a vip+, where should i add this extra config?
     
  14. this error with kicking on teleporting is a rust issue not the plugin.
    We get it all the time on our server - its the water that causes it.
     
  15. I gave myself full perms and when I type "/home add name" nothing happens
     
  16. make sure your standing in the bottom floor of your base and I hope you are not using the " in that command
     
  17. @Resistance it only needs to be on the foundation (aka bottom floor) if Ontop Foundation is set to true.
    @Venedas are you getting anything? If your getting nothing it seems like oxide may not be installed because if its an invalid command oxide will respond with unknown command...
     
  18. I get no message. Which is odd since /town, /tpl and /tp work perfectly fine. I've been using those for months.
     
  19. for the /town command can i replace the format to be /spawn?
     
  20. Im a total noob to all of this Admin/Server stuff and havent got a clue how to get the addons working which I have installed? Can anyone please break in down for me in an idiots guide.... Tried typing commands ive seen and it either does nothing or says dont have permission?!?!