Ulysses
Ulysses Stuff => General Chat & Help and Support => Topic started by: Dewritos on October 22, 2016, 04:59:35 PM
-
Title says it all, I was wondering if there is any fix?
-
If you have access to the server console, you could manually add them back in with ulx groupallow. If not, you could edit the "superadmin" section in your data/ulib/groups.txt to the default.
"superadmin"
{
"allow"
{
}
"inherit_from" "admin"
}
but, anything specifically added to them otherwise will need to be re-added ingame.
It's easier to use groupallow, though.
-
^ That (the above) is a bad way of doing it. That's how you end up breaking crap, if you don't know what you're doing. Assuming this is a new user, the best and easiest option is to go to console and type:
ulx groupallow superadmin "ulx groupallow"
so basically, the code for adding permissions to any group is:
ulx groupallow <GROUP> "<PERMISSION>"
-
^ That (the above) is a bad way of doing it.
If you have access to the server console, you could manually add them back in with ulx groupallow. If not,
-
I don't read, sorry. Though, if he still is Superadmin, it doesn't mean he removed rcon access. So technically he could do
ulx rcon ulx groupallow superadmin "ulx groupallow"