NTeleportation

Moved

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

5/5, 88 likes
  1. its in your config try taking a look
     
  2. Untitled.jpg
    i try to configed NTeleportation but can't
     
  3. unload plugin
    upload file
    Then reload the plugin
     

    Attached Files:

  4. this file cooldown 10 min
    i want to fix cooldown and tp limit per day
     
  5. Then edit the file to the way you want it
     
  6. i put file to config and i edit T__T can't
     
  7. Go to your file manager > Oxide > condig > NTeleportations > Find the line: "Cooldown": xx,

    Just replace the "xx" for seconds ( "Cooldown": 1, is 1 second)

    Hope its works now for you.

    - Joey
     
  8. Edit it on your desktop and use Notepad++
     
  9. Hi,

    what can I do? Cant use tp <player> <targetplayer> as Admin and other players cant tp to me....

    TY
     

    Attached Files:

  10. You will have to type the full name in quotes: "qbAzz♥Karolina♥"

    FYI to do the hearts press left alt and on numpad press 3 then let go of left alt ;)
     
  11. Thank You - but the Problem is, that other cant to to me -> I am oLi and i cant move others to me. Also when i set "oLi"
     
  12. tp is for admins to use only players cant use it
    players use these commands
    tpr <player name> - Sends a teleport request to the player.
    tpa - Accepts an incoming teleport request.

    Try reading the overview first
     
  13. ehm...u cant or u wont understand me? I am the Admin/Owner -> i cant move Players to me, and other guys cant tp to me, cause of this message u see in the picture
     
  14. I see I had that problem once I just added extra letters from there name until it worked
     
  15. When u write oLi or "oLi" is everytime the same problem. U have not many options with 3 letters :D
     
  16. I did not know it was only 3 letters in there name maybe coder can update plugin to see if that help you but you can use rustadmin rcon it will allow you to tp to them
     
  17. Hi u See in the picture self they found more namens where is oli ex. Karolina plugin See more namens with oli so u use your steam ID or u rename your Name in ex. oLi_
     
  18. Hi All

    I am a complete novice at this and hope you will help, what exactly do I do with the config that you download for this ? do I just put it in the same place mods go or do I add it to the server config at the bottom? I'm a bit clueless with this any and all help (simple please) would be very much appreciated.
     
  19. You don't, the plugin creates a config file which will be located here: SERVERID/oxide/config/

    It's recommended to use Notepad++ to edit config files etc.

    Simply use a ftp program to download the config from your game server then make required changes and re-upload to the same location overwriting the file. then using RustAdmin or similar RCON program run this command: oxide.reload DeathNotes
    (You can also use the Console (F1) to put the command: oxide.reload DeathNotes)
    Done!
     
  20. OK, fun stuff, what's this? I had player cooldowns set to 10 seconds, I didn't change my config for MONTHS, and suddenly players are getting this:
    upload_2017-8-25_0-46-42.png
    Code:
    {
      "Settings": {
        "ChatName": "<color=red>Teleportation</color>: ",
        "HomesEnabled": true,
        "TPREnabled": true,
        "TownEnabled": true,
        "InterruptTPOnHurt": false,
        "BlockedItems": {}
      },
      "Admin": {
        "AnnounceTeleportToTarget": false,
        "UseableByModerators": true,
        "LocationRadius": 25,
        "TeleportNearDefaultDistance": 30
      },
      "Home": {
        "HomesLimit": 5,
        "VIPHomesLimits": {
          "nteleportation.vip": 10
        },
        "Cooldown": 10,
        "Countdown": 10,
        "DailyLimit": 1000,
        "VIPDailyLimits": {
          "nteleportation.vip": 1000
        },
        "VIPCooldowns": {
          "nteleportation.vip": 5
        },
        "VIPCountdowns": {
          "nteleportation.vip": 10
        },
        "LocationRadius": 20,
        "ForceOnTopOfFoundation": false,
        "CheckFoundationForOwner": true,
        "UseFriends": true,
        "UsableOutOfBuildingBlocked": false,
        "UsableIntoBuildingBlocked": true,
        "CupOwnerAllowOnBuildingBlocked": false,
        "AllowIceberg": true,
        "AllowCave": true,
        "AllowCraft": false,
        "AllowAboveFoundation": true,
        "CheckValidOnList": false,
        "Pay": 0
      },
      "TPR": {
        "Cooldown": 10,
        "Countdown": 10,
        "DailyLimit": 1000,
        "VIPDailyLimits": {
          "nteleportation.vip": 1000
        },
        "VIPCooldowns": {
          "nteleportation.vip": 5
        },
        "VIPCountdowns": {
          "nteleportation.vip": 10
        },
        "RequestDuration": 30,
        "BlockTPAOnCeiling": false,
        "UsableOutOfBuildingBlocked": false,
        "UsableIntoBuildingBlocked": true,
        "CupOwnerAllowOnBuildingBlocked": false,
        "AllowCraft": false,
        "Pay": 0
      },
      "Town": {
        "Cooldown": 10,
        "Countdown": 10,
        "DailyLimit": 100,
        "VIPDailyLimits": {
          "nteleportation.vip": 100
        },
        "VIPCooldowns": {
          "nteleportation.vip": 5
        },
        "VIPCountdowns": {
          "nteleportation.vip": 10
        },
        "Location": "0 0 0",
        "UsableOutOfBuildingBlocked": false,
        "AllowCraft": false,
        "Pay": 0
      },
      "Version": {
        "Major": 1,
        "Minor": 0,
        "Patch": 20
      }
    }