NTeleportation

Moved

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

5/5, 88 likes
  1. Did anyone have the TP function stop working since the latest oxide update? I was told my server admins updated my oxide today.... but if that's true and it broke a bunch of my mods I would ask that they do not automatically update it... I should get a choice in the timing of this update.

    Still waiting to find out... a couple mods no longer work.


    Here are the errors I am getting:
    09:01 [Error] Failed to call hook 'cmdChatTeleport' on plugin 'NTeleportation v1.0.11' (NullReferenceException: Object reference not set to an instance of an object)
    09:01 [Debug] at System.Globalization.CompareInfo.IndexOf (System.String source, System.String value, CompareOptions options) [0x00000] in <filename unknown>:0
    at UnityEngine.StringEx.Contains (System.String haystack, System.String needle, CompareOptions options) [0x00000] in <filename unknown>:0
    at Oxide.Plugins.NTeleportation.FindPlayers (System.String nameOrIdOrIp) [0x00000] in <filename unknown>:0
    at Oxide.Plugins.NTeleportation.FindPlayersSingle (System.String nameOrIdOrIp, .BasePlayer player) [0x00000] in <filename unknown>:0
    at Oxide.Plugins.NTeleportation.cmdChatTeleport (.BasePlayer player, System.String command, System.String[] args) [0x00000] in <filename unknown>:0
    at Oxide.Plugins.NTeleportation.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00000] in <filename unknown>:0
    at Oxide.Plugins.CSharpPlugin.InvokeMethod (HookMethod method, System.Object[] args) [0x00000] in <filename unknown>:0
    at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x00000] in <filename unknown>:0
    at Oxide.Core.Plugins.Plugin.CallHook (System.String name, System.Object[] args) [0x00000] in <filename unknown>:0
     
    Last edited by a moderator: Aug 7, 2016
  2. You have it set to 0
    "Cooldown": 0,
     
  3. is it possible to show timer countdown on the screen, I have seen that but I don't remember in which server. when i requested teleport to someone and he accepted there was a timer on the screen.
     
  4. my settings dont seem to want to load for this, i cant make it allow building on the ice mountains, or redo the ammount of times people can tp and such i do have the newest version of both the plugin and Oxide. any commands for the console to change these things or to load the actual config?
     
  5. I found a bug, on my server i have one player named OKI and anotherone Cookiemonster, when you try to /tpr OKI you get the multiple players found message. So you can't TP to OKI. :(
     
  6. to tp to OKI doesnt it work to do /tpr "OKI"
     
  7. Same result.
     
  8. How would i change the vipsethomelimit to suit all of my different donator ranks?
     
  9. Can anyone help me understand how N-Teleporation blocks TP in NOTP zones? (zone manager)

    I'm trying to apply the same to Warp System with no success.
    Thanks in advance.

    " private object CanTeleport(BasePlayer player)
    {
    if (HasPlayerFlag(player, ZoneFlags.NoTp)) { return "You may not teleport in this area"; }
    return null;
    }"

    [DOUBLEPOST=1470757520][/DOUBLEPOST]Failing that, is there a way to have global (additional) homes which are available to everyone?
    Those would be subject to normal N-Teleportation rules and would place nice with zone manager.
     
  10. ive setup custom permissions for a donator rank im testing, how do i apply these permissions to that rank:

    "VIPCooldowns": {
    "nteleportation.vip": 5
    "nteleportation.ultradonator" : 5
    },
    "VIPCountdowns": {
    "nteleportation.vip": 5
    "nteleportation.ultradonator" : 5
    },
    "VIPDailyLimits": {
    "nteleportation.vip": 500
    "nteleportation.ultradonator" : 5000
    },
    "VIPHomesLimits": {
    "nteleportation.vip": 5
    "nteleportation.ultradonator" : 7
    }
     
  11. **SOLVED IT MYSELF DONT WORRY**
     
  12. Hey, im experiencing a problem, everywhere on the map on a foundation i can add a home.... BUT on one of the ice bergs with a foundation it says:"You can only use a home location on a foundation" anyway to fix this?
     
  13. ???????
     
  14. How about the Idea, that telport functions like /home /town and /tpr would use Economics or ServerRewards ?
    My idea is, noch daily limit, but each teleport would cost eco´s or sr...

    :)
    This would be a nice Update for the teleport plugin :)
    look in your config...
    Code:
        "AllowIceberg": false,
     
  15. Is this plugin broken? Players on my server are reporting that they cannot set homes, and when using /home list all my homes was removed?
     
  16. I just recently update my server, some of my players reported having lost their home too. I allow iceburg bases on my server and when this happened there was no way for them to get back on since its barricaded with stone walls. after that it told them that they did not own the building. The only way i was able to fix one of the issue was to change CheckFoundationForOwner to false while they set up their home back. any help or advice would be appreciated.
     
  17. present the same problem
     
  18. as I leave vip?
     
  19. Everything started working again since the livemap (RustIO) was fixed.
     
  20. Just like to report a bug. After a player teleports the player loading to the new locations is invisible till completely loaded.