NTeleportation

Moved

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

5/5, 88 likes
  1. how do i setup vip for this ? there is really nothing about how to do , like permission etc , thank you in advance for the help
     
  2. How do i allow my players to use /home add on another's foundation, my server is a raid server and i'd like to be able to put home's everywhere, but just not be able to tp into a building blocked base
     
  3. So if I have different levels of VIP packages/perms how do I add them to the config to change the cooldown, home limit etc.

    EDIT- Used wrong term.. I have VIP groups that people get put into when they purchase a package that give them titles etc. When the person gets added to the group how do I get them in the teleport permission with different cooldowns, limits, etc
    [DOUBLEPOST=1499462389][/DOUBLEPOST]
    **Figured it out ....Didnt realize it was that simple LOL***
     
    Last edited by a moderator: Jul 7, 2017
  4. How do I make a hotkey? ex) /tpa = F6
     
  5. keybinds are not more working to bind to the client, in case of you mean that.
     
  6. I can't seem to teleport to players (using TPR) while their near their own cupboard, even while they're added to my friends.
     
  7. Hey Fujikura,

    Love all your plugins!

    I just have one question in regards to TP privileges. Basically i dont want anybody apart from admins to be able to use the /tp "target player" function currently everyone in the server can use this which makes it a bit annoying etc, is there a way to remove this and only allow /tpa and /tpr /home etc ?
     
  8. If you did not give the default group the permission they would not be able to use it
     
  9. but can they still use /tpa and /tpr ?
     
  10. Yes but you said they can use tp that is an admin/mod only command
     
  11. I can go under the foundation. Please add - "interrupt if player builds": true - players building twig one, adding that twig as home ,

    /home add 1 (to twig)
    /home 1
    remove twig, build longer one, make it stone, in 30 seconds
    and they teleported to old shorter twig foundation. so plugin teleports them into stone foundation.
     
  12. I have the problem that players are "not allowed" to telepor to the town. I can teleport myself there.
     
  13. 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
     
  14. I havent created any groups since I opened my server. Are there groups by default? Because then I have to give every plugin the permission to use the command of the different plugins.

    Correct will be for Nteleport "grant user player nteleportation.tptown /town" for Rusty?
     
  15. the group is called default
    So put this in rcon
    oxide.grant group default nteleportation.tptown
     
  16. Thank youuuuuuu!
     
  17. players cannot request a (/tpr) if the person accepting with (/tpa) has a cupboard. This occurs because the accepting side's cupboard was not authorized by the player that's trying to tp. How do i fix this?
     
  18. Is there a way to let people use /home set as well as /home add?
     
  19. Hi, I need help with VIP group permissions, I have a few VIPs that should get 10 teleports instead of 5 like regular players, and I know I need to create a VIP group in Oxide but I have no idea how. Can someone who uses VIP group help me?
     
  20. You need to grant any preferred group a specific permission. By default it holds already three diffrent perms to use:
    Code:
    nteleportation.vip
    nteleportation.vip2
    nteleportation.vip3
    These exist in all VIP setting parts, to have a complete set-up for each of these perms.
    You can also remove these lines and create for example only one VIP perm for EACH of these setting parts, like "nteleportation.vipaccess".
    Any user-group you want to participate on this access you need to grant the perm to, like also described some posts above.
    Example for a group called "TeleportVIP":
    Code:
    grant group teleportvip nteleportation.vipaccess
    Thats all...