Ulysses
Ulysses Stuff => General Chat & Help and Support => Topic started by: Loading on July 19, 2009, 04:19:03 PM
-
is there any way that you can change what each level of admin can do/what they have access to? I'm going to be using this for my ZS server so is there anyway I can change what they see in the admin menu or what they can use in the menu.
-
Yes, you change their access using the user management commands. See 'ulx help' or the FAQs for more information.
-
so if I want to make a user group only able to kick,ban and mute I would have to add add:
Deny
{
Everyothercommand
}
under each name?
-
no, you'd
allow
{
"ulx kick"
"ulx ban"
"ulx mute"
}
deny
{
nothing
}
inherit_from
{
no-one
}
-
ok way more easy then I thought now how what is "inherit_from" just so I know?
how can I disallow noclip for admins by default?
"Users"
{
//
// This is your users file
//
// You can use this file to add people as admins on your server
// Add them to the relevant section
//
// If you're a Lua coder you can add your own sections and use them
// in your script by doing pl:IsUserGroup( "admin" ) etc
//
"superadmin"
{
NEVER
}
"admin"
{
"USER" "STEAMID"
allow
{
"ulx kick"
"ulx ban"
"ulx mute"
"ulx unmute"
"ulxunban"
}
deny
{
nothing
}
inherit_from
{
no-one
}
"USER" "STEAMID
allow
{
"ulx kick"
"ulx ban"
"ulx mute"
"ulx unmute"
"ulxunban"
}
deny
{
nothing
}
inherit_from
{
no-one
}
}
}
-
You are in the wrong groups file.
.../data/ULib/groups.txt
-
so then
"superadmin"
{
"deny"
{
}
"allow"
{
"ulx hiddenecho"
"ulx rcon"
"ulx luarun"
"ulx cexec"
"ulx ent"
"ulx adduser"
"ulx adduserid"
"ulx removeuser"
"ulx userallow"
"ulx userdeny"
"ulx addgroup"
"ulx removegroup"
"ulx groupallow"
"ulx groupdeny"
"overcomeimmunity"
}
"inherit_from"
{
"admin"
}
}
"admin"
{
"deny"
{
}
"allow"
{
"ulx mute"
"ulx unmute"
"ulx gag"
"ulx ungag"
"ulx slay"
"ulx adminmenu"
"ulx clientmenu"
"ulx mapsmenu"
"ulx showmotd"
"ulx banmenu"
"ulx map"
"ulx kick"
"ulx ban"
"ulx banid"
"ulx unban"
}
"inherit_from"
{
"user"
}
}
"user"
{
"deny"
{
}
"allow"
{
"ulx"
"ulx help"
"ulx psay"
"ulx asay"
"ulx thetime"
"ulx menu"
"ulx_valueupdate"
"ulx_cvar"
"ulx_getgamemodes"
"ulx motd"
"ulx_getbans"
"ulx usermanagementhelp"
"ulx who"
"ulx votemap"
}
"inherit_from"
{
}
still don't know what "inherit_from" will do
-
It inherits all the allows from the group that you told it to inherit from. This is all explained in the ulx usermanagementhelp
-
ok well everything has been explained to me now and it's going to be a lot easier to setup the admin functions form now on the only thing I would like now is noclip to be disabled for all admins.
-
So you want your users to be able to noclip and not your admins?
-
no sorry I want no one able to noclip if I can.
-
ok this is lame ever since making the changes I can't do anything (I don't have access to any commands)
from ulib in the data folder:
Users:
"myingmaename"
{
"deny"
{
}
"type" "steamid"
"groups"
{
"superadmin"
}
"id" "mysteamid"
"pass" ""
"allow"
{
}
}
Groups:
"superadmin"
{
"deny"
{
}
"allow"
{
"ulx hiddenecho"
"ulx rcon"
"ulx luarun"
"ulx cexec"
"ulx ent"
"ulx adduser"
"ulx adduserid"
"ulx removeuser"
"ulx userallow"
"ulx userdeny"
"ulx addgroup"
"ulx removegroup"
"ulx groupallow"
"ulx groupdeny"
"overcomeimmunity"
}
"inherit_from"
{
"admin"
}
}
"admin"
{
"deny"
{
}
"allow"
{
"ulx menu"
"ulx mute"
"ulx unmute"
"ulx gag"
"ulx ungag"
"ulx slay"
"ulx adminmenu"
"ulx clientmenu"
"ulx mapsmenu"
"ulx showmotd"
"ulx banmenu"
"ulx map"
"ulx kick"
"ulx ban"
"ulx banid"
"ulx unban"
}
"inherit_from"
{
"user"
}
}
"user"
{
"deny"
{
}
"allow"
{
"ulx"
"ulx help"
"ulx psay"
"ulx asay"
"ulx thetime"
"ulx menu"
"ulx_valueupdate"
"ulx_cvar"
"ulx_getgamemodes"
"ulx motd"
"ulx_getbans"
"ulx usermanagementhelp"
"ulx who"
"ulx votemap"
}
"inherit_from"
{
}
Form settings:
Users.txt
"Users"
{
//
// This is your users file
//
// You can use this file to add people as admins on your server
// Add them to the relevant section
//
// If you're a Lua coder you can add your own sections and use them
// in your script by doing pl:IsUserGroup( "admin" ) etc
//
"superadmin"
{
"myingamename" "mysteamid"
}
"admin"
{
"adminsingmaename" "adminssteamid"
}
}
-
sorry for asking for so much help
-
anyone?
-
well it's the groups.txt that broke it if I remove that form data then it starts working again.
-
Then most likely it's broken due to syntax errors.
Make sure you have proper open and end brackets, open and end quotes, etc.
If you aren't going to use the ulx groupallow and userallow (and/or deny) commands and instead edit manually, you must ensure you properly edit the files.
If you've tried editing /addons/ULib/ files... delete ULib and redownload. Never edit ULib/ULX files in addons. (I believe our files state that too)
Get a text editor such as Notepad++ that will easily show blocks of code/lines from open to close brackets.
The example you have in a previous post is missing a close bracket, but that might just be a bad copy / paste.
And finally, don't make multiple posts going "anyone" "bump" "blah" "blah" "need help" after you've asked one more post.
If you have new information, fine; else, this is a slow board, we're busy. We may take days to respond, or not.