HWTeleportation

Moved

Total Downloads: 12,622 - First Release: Dec 12, 2015 - Last Update: Nov 5, 2017

5/5, 35 likes
  1. How do you set permissions for anyone to use tpr and tpa and sethome etc.? I don't understand how permissions work. And I want anyone to be able to sethome and use tpa and tpr.
     
  2. Have you looked over the overview yet
     
  3. Yes I don't understand it.
    [DOUBLEPOST=1450732116][/DOUBLEPOST]
    I want to know how to set those permissions for anyone to use.
    [DOUBLEPOST=1450732145][/DOUBLEPOST]I know how to set permissions for one person but how to you remove the permissions allowing anyone to use it?
     
  4. You need to set them as group permissions not user in your ingame chat as admin.
    /grant group default teleportation.tpr
    /grant group default teleportation.home
    /grant group admin teleportation.tpr
    /grant group admin teleportation.admin
    /grant group admin teleportation.home
    change what you need for each group you have this one teleportation.admin is only for admins and mods
     
    Last edited by a moderator: Dec 21, 2015
  5. How do I set a group permission for this, and how do I make the group available to everyone once they join the server?
     
  6. Check the post I edited it, I don't play this game, but I am sure any player that joins is auto put into the player group but you would need to check the group names you have to see what they are called
     
  7. Wulf

    Wulf Community Admin

    The default group for Hurtworld is 'default', not 'player' like with Rust.
    Use '/grant group default teleportation.tpr' and /grant group player teleportation.home' in your ingame chat as admin.

    Admin can inherit the 'player' group as well, so you don't need to assign them the normal permissions:
    Code:
    /group parent admin default
    You should only grant your admin group the 'teleportation.admin' permission though:
    Code:
    /grant group admin teleportation.admin
    Then to make sure you are in that group, use:
    Code:
    /usergroup add YourNameOrSteamId admin
     
  8. Sorry you said the default group is not called player but below that you wrote player so what I put above is right
     
  9. Thank you, this is what I was looking for, you the best wulf! :D
     
  10. Wulf

    Wulf Community Admin

    Edited, thanks. I was thinking 'player' from your post, but it the default is indeed 'default', not 'player' as you had.
    [DOUBLEPOST=1450733521][/DOUBLEPOST]
    Make sure to check my edited post.
     
  11. I see so the group is called default not player I understand now your other post was a bit hard to understand as it contradicted its self
     
  12. Wulf

    Wulf Community Admin

    Yeah, sorry about that... you got in my head with 'player'. :p
     
  13. Code:
    [Oxide] 12:34 AM [Error] Failed to call hook 'cmdTpr' on plugin 'Teleportation 1.1.1' (NullReferenceException: Object reference not set to an instance of an object)
     
  14. Too much rust on the mind :)
    I edited my above post. You should make a sticky of how to for admin like you done for rust
     
  15. Wulf

    Wulf Community Admin

    I'm working on some docs that will include that and more.
    [DOUBLEPOST=1450734135][/DOUBLEPOST]
    Please provide the full log, not just one line.
     
  16. This is all what i can find about teleportation im oxide logs
    Code:
    11:52 PM [Error] Failed to call hook 'cmdTpr' on plugin 'Teleportation v1.1.1' (NullReferenceException: Object reference not set to an instance of an object)
    11:52 PM [Debug]   at Oxide.Plugins.Teleportation+<GetPlayer>c__AnonStorey3.<>m__0 (.PlayerSession player) [0x00000] in <filename unknown>:0 
     
  17. Hey can somebody tell me how to disable the cooldown for /tpr I mean if I hit tpr once and it teleports me I don't have to wait more to teleport again to my friend and I set it to 0 but it still says wait 0 minutes to teleport = 60 seconds before I can do it :(
     
  18. hey i keep getting unkown commad when i try to /tp
     
  19. Wulf

    Wulf Community Admin

    The plugin isn't loaded on your server then. Check to make sure you are using the latest version, else check your oxide/logs for errors.
     
  20. Are you sure u placed the plugin in the right folder ?