1. So i've purchased a server with a friend of mine and i've run into an issue of granting Plugin permissions like /sethome for example and the only information the plugin site gives me is /grant user <player> <permission> and /grant group <group> <permission> i'm confused what to do here
     
  2. So you've either got the Teleport plugin or the ExtTeleport plugin.
    Looking at the latter of the two the permissions are like so:

    extteleport.home
    extteleport.player


    and so on...
    You'll see a complete list of permissions on the plugin's Overview tab.

    If you want to grant yourself permission to use /sethome /home etc you'd type:
    /grant user Crowsie extteleport.home
    or if you want to assign this to a group (every player is in the default group)
    /grant group default extteleport.home

    Hope that helps :)
     
  3. I Tried that unfortunatly it didn't change anything oddly enough if i grant myself access with that exact command it'll still tell me that i don't have any premission
     
  4. Wulf

    Wulf Community Admin

    Are you sure you are setup as admin with Hurtworld? If not, you won't be able to use the grant command.
     
  5. well my Steam ID is registered as an Admin on the server so yeah i'm pretty sure i should be i mean if you've got a quick way to test wether or not i'm actually registered as an admin i'd gladly check that too
     
  6. Wulf

    Wulf Community Admin

    What does the grant command return when you use it? Or any Oxide core command for that matter.
     
  7. well i'm using the ingame chat and when i put in the command it basically does nothing i'm not getting feedback at all if the command worked or not
     
  8. a quick way to check if your admin status is registered on the server is to open the console (F1) and type serverstatus
    That will return a lot of info including who's online, steam IDs and IP addresses etc. If you're not admin then that command returns nothing
     
  9. ah alright i figured the issue out now the userconfig file wasn't edited correctly therefor i didn't have admin rights thanks for the help