NTeleportation

Moved

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

5/5, 88 likes
  1. i did check the config my self i spent the past 10min editing it thanks tho
     
  2. Need help with limits and cooldowns
    Part of config:
    Code:
      "Home": {
        "HomesLimit": 2,
        "VIPHomesLimits": {
          "nteleportation.vips": 5,
          "nteleportation.admins": 10
        },
        "Cooldown": 180,
        "Countdown": 15,
        "DailyLimit": 10,
        "VIPDailyLimits": {
          "nteleportation.vips": 50,
          "nteleportation.admins": -1
        },
        "VIPCooldowns": {
          "nteleportation.vips": 5,
          "nteleportation.admins": -1
        },
        "VIPCountdowns": {
          "nteleportation.vips": 5,
          "nteleportation.admins": -1
        },
    
    If group exist permission nteleportation.admins, then limits from nteleportation.vips :(
    In code i find:
    var limit = GetHigher(player, configData.Home.VIPDailyLimits, configData.Home.DailyLimit);
    var cooldown = GetLower(player, configData.Home.VIPCooldowns, configData.Home.Cooldown);

    If you have permission, then the upper limit value is taken and the lower one from the cooldowns.
    I need the limits and cooldowns to match the permission if they exist, but I can not change the code correctly.
     
    Last edited by a moderator: Apr 11, 2017
  3. Any way to stop people from teleporting their loot out while being raided?
     
  4. NoEscape for Rust | Oxide
     
  5. Is there a command that can be used to reset someones cooldown on Tpr or Home/ grant a player more Tpr/Home usages?
    Reason I'm asking is because I want to implement that into my shop, so people can reset their cooldowns or buy more teleports.
     
  6. setting a home doesnt seem to work after the update, doing the /home does pull up the info on how to set a home the correct way but the commands dont seem to function anymore
     
  7. Looking to allow players to set home locations down inside the cave systems. Does the modified files on Page 55 still work or is there an update?

    Using the most recent copy of the json and cs file, despite this line ("AllowCave": true,) players cannot set a home in the caves - even on top of a foundation.

    Cheers!
     
  8. Hi, how I can totally disable daily limit for teleportation ? Thanks.
     
  9. Mughisi updated N Teleportation with a new update entry:

    1.0.21

     
  10. I do this for my Moderators, just change ["DailyLimit": 50,] to something like 5000. If they teleport that many times, they need a hobby!
     
  11. Mods and admins use the /tp command they dont need a limit
     
  12. Anyone know how to make it so players can TP home from only town? I have a market set as town and placed toolcupboard.
     
  13. hello,
    why wan i wipe the server the guest can back to hes last location
     
  14. remove the NTeleport(something).json files from the oxide/data/ directory
     
  15. since the update, each time a player tpr to someone or uses his home the console gets spammed with "user has connected" messages.
     
  16. hi, can i change the color from user or home ?
     
  17. how do i chance the amount of homes able to be set
     
  18. In the Config folder

    },
    "Home": {
    "HomesLimit": 4, <---------Change this number
    "VIPHomesLimits": {
    "nteleportation.vip": 10
    },

    Save and reload plugin
     
  19. When administrators run, tp or home exits the error and the players do not

    [2017/04/21 23:05:56] 'CmdChatTeleport' failed to call hook in plug-in 'NTeleportation v1.0.21' (NullReferenceException: reference object not set to an instance of an object)
    [2017/04/21 23:06:24] Failed to run the timer 15.00 in 'v1.0.21 NTeleportation' (NullReferenceException: Reference object not set to an instance of an object)
    [DOUBLEPOST=1492828356][/DOUBLEPOST]
    Solved, I have to delete the file "Teleportation Admin" because inside it has strange characters
     
  20. Hello, I am having a problem where only admins are able to teleport to the area set as "town" with the /town command. players are unable to get to my set town. does anyone have any idea what might be happening? Players are able to use all other teleport functions for the exception of teleporting to town, but admins are able to teleport to town.

    Thanks.