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
Solved Need help figuring out permissions
Discussion in 'Hurtworld Discussion' started by Crowsie, Apr 3, 2016.
-
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 -
-
Wulf Community Admin
-
-
Wulf Community Admin
-
-
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 -
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