NTeleportation

Moved

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

5/5, 88 likes
  1. Is there a way to disable all the chat commands from the plugin for all players? I only want this plugin for admins.
     
  2. Can we by chance get a way to deny a player teleporting via another plugin? As in how betterchat has OnBetterChat, etc.
     
  3. Wulf

    Wulf Community Admin

    Hook the CanTeleport (might be canTeleport) and return false. Example: NoEscape.
     
  4. sorry it worked :) Was my bind who didnt worked. bind home chat.say "/home h"
    Cant understand why.
    Failed to call hook 'OnPlayerChat' on plugin 'RustIO v2.10.0' (MissingFieldException: Field '.Arg.Connection' not found.)

    Has this something to do with it?
    I can do tp and stuff. Even write /home h
    But my bind gives me error... syntax error you can only use bla bla bla....

    I was doing some stuff in Python last night.. i got some error about the text... utf8 or something and changed it i think..
     
    Last edited by a moderator: Feb 10, 2017
  5. what is the defualt grup name... if i havn't changed it ?
     
  6. Wulf

    Wulf Community Admin

    default
     
  7. I got a VIP group in Oxide... how do I set the permission(?) to connect this group to the Teleportation ? My VIPs should have 5 homes instead of 3. I already gave the VIPs in the .json this amount. I just can't find the option to grant the VIP group the 5 home ability.
     
  8. Help please, have ceased to work bind keypad3 chat.say "/home 3"
    After updating game (how to make what has earned?
    Gives out a mistake:
    A Syntax Error Occurred!
    You can only use the /home command as follows: /home \"name\"
    Teleports yourself to your home with the name 'name'. /home add \"name\"
    Saves the current location as your home with the name 'name'. /home list
    Shows you a list of all your saved home locations. /home remove \"name\"
    Removes the home location with the name 'name'.",
     
  9. That happend to me too :(
     
  10. How can I disable the ability for raiders to add their foundations to my foundations, and set a home on them? Raiders can't set home on my foundations, but on the foundations which they built.
     

    Attached Files:

  11. Players are getting "You can't teleport in a building blocked zone everywhere in the map"
    Code:
    {
      "Admin": {
        "AnnounceTeleportToTarget": false,
        "LocationRadius": 25,
        "TeleportNearDefaultDistance": 30,
        "UseableByModerators": true
      },
      "Home": {
        "AllowAboveFoundation": true,
        "AllowCave": false,
        "AllowCraft": false,
        "AllowIceberg": false,
        "CheckFoundationForOwner": true,
        "CheckValidOnList": false,
        "Cooldown": 60,
        "Countdown": 15,
        "CupOwnerAllowOnBuildingBlocked": true,
        "DailyLimit": 1000,
        "ForceOnTopOfFoundation": true,
        "HomesLimit": 5,
        "LocationRadius": 25,
        "Pay": 0,
        "UsableIntoBuildingBlocked": false,
        "UsableOutOfBuildingBlocked": false,
        "UseFriends": true,
        "VIPCooldowns": {
          "nteleportation.vip": 30
        },
        "VIPCountdowns": {
          "nteleportation.vip": 5
        },
        "VIPDailyLimits": {
          "nteleportation.vip": 10000
        },
        "VIPHomesLimits": {
          "nteleportation.vip": 10
        }
      },
      "Settings": {
        "BlockedItems": {},
        "ChatName": "<color=red>Teleportation</color>: ",
        "HomesEnabled": true,
        "InterruptTPOnHurt": true,
        "TownEnabled": true,
        "TPREnabled": true
      },
      "Town": {
        "AllowCraft": false,
        "Cooldown": 60,
        "Countdown": 15,
        "DailyLimit": 5,
        "Location": "0 0 0",
        "Pay": 0,
        "UsableOutOfBuildingBlocked": false,
        "VIPCooldowns": {
          "nteleportation.vip": 5
        },
        "VIPCountdowns": {
          "nteleportation.vip": 5
        },
        "VIPDailyLimits": {
          "nteleportation.vip": 5
        }
      },
      "TPR": {
        "AllowCraft": false,
        "BlockTPAOnCeiling": true,
        "Cooldown": 60,
        "Countdown": 15,
        "CupOwnerAllowOnBuildingBlocked": true,
        "DailyLimit": 1000,
        "Pay": 0,
        "RequestDuration": 30,
        "UsableIntoBuildingBlocked": false,
        "UsableOutOfBuildingBlocked": false,
        "VIPCooldowns": {
          "nteleportation.vip": 30
        },
        "VIPCountdowns": {
          "nteleportation.vip": 5
        },
        "VIPDailyLimits": {
          "nteleportation.vip": 10000
        }
      },
      "Version": {
        "Major": 1,
        "Minor": 0,
        "Patch": 18
      }
    }
     
  12. How do I set so VIP players can set 5 homes if the name of the group on oxide is vip4?
     
  13. Nogrod this needs an update???
     
  14. Wulf

    Wulf Community Admin

    What exactly does it need an update for?
     
  15. wulf it wont let any players tp on the map!! saying buliding blocked no matter where you are

    Same as above for juli
     
  16. Should i give all permissions to all players ?

    Code:
    Permissions:
    nteleportation.deletehome - /home delete & /deletehome
    nteleportation.homehomes - /home homes & /homehomes
    nteleportation.importhomes - teleport.importhomes
    nteleportation.radiushome - /home radius & /radiushome
    nteleportation.tp - /tp
    nteleportation.tpb - /tpb
    nteleportation.tpconsole - teleport.topos & teleport.toplayer
    nteleportation.tphome - /home tp & /tphome
    nteleportation.tptown - /town
    nteleportation.tpn - /tpn
    nteleportation.tpl - /tpl
    nteleportation.tpremove - /tpremove
    nteleportation.tpsave - /tpsave
    nteleportation.wipehomes - /wipehomes
    nteleportation.crafthome - allow craft while home tp
    nteleportation.crafttown - allow craft while town tp
    nteleportation.crafttpr - allow craft while tpr tp
     
  17. admins can still tp any where but defualt cant tpr to others or home
     
  18. I didn't set any permission or edit any files but all users can use /tpr and /home commands. Of course admins too.
     
  19. Is there a setting to where everyone can /town I'm having to give each person permission to tp to town. I didn't have to do this last time. I do have TC in the buildings if that makes any difference. New spawns are unable to visit town unless I'm there to give permissions to TP there.
     
    Last edited by a moderator: Feb 13, 2017
  20. nteleportation.tptown default dosn't work for me
    [DOUBLEPOST=1487003331][/DOUBLEPOST]
    no don't give them