[HELPOP] Sourcemod Configs
3 Attachment(s)
(I'm extremely new to alliedmodders forums, so disregard my stupidity with how things work please,. i'll learn it eventually!) Hey, my name is RoseTheFox and i'm seeming to have trouble with permission setups reguarding sourcemod and it's admin_overrides/admin_groups.cfgs
What i'm trying to do is have multiple custom groups set up to have access to only a certain set of commands, like for example; I have the permamute plugin and I want to keep that command access level to custom flags I've set for higher-staff ranks, and not let the lower immunity ranks have access to them, I also want to make it so that it doesn't of course show up in the easy-access admin menu, like limiting the lower-staff ranks to certain permission sets. I've read up on the documentation and followed it the best I can and I haven't figured out how to get any of it to work properly, I've attached files of the custom groups and the over-ride and group file, of the commands I want set to what ranks to see if any of you can help me out? I'm not the brightest with this stuff, only now learning how to decompile and recompile plugins, so any help is appreciated! |
Re: [HELPOP] Sourcemod Configs
I'm not sure what are you expecting from us but I would recommend to look into sourcebans. It it's a more advanced and up to date solution than permamute and provides you a webpanel to create groups with permissions and overrides so you don't have to edit the configs by hand.
|
Re: [HELPOP] Sourcemod Configs
I'm not expecting anything, I was just looking to see if anyone could help make it so that some of these commands are locked behind certain custom flags, so that the lower ranked flag can not use them
|
Re: [HELPOP] Sourcemod Configs
Example with SourceMod (without SourceBans)
admins.cfg Code:
AdminsCode:
GroupsHave also access to specific commands in admin group 1. - player_Beta have access to all commands and features with admin flags "ab" - player_Zeta have access to all commands and features with adminflags "abcdefg" Have also access to specific commands in admin group 1. Avoid give admin root flag "Z". This grant all access and bypass immunity check and so on. You not actually like it. Instead, give yourself all flags, "abcdefghijklmnopqrst" *edit with admin_overrides.cfg, you can change commands and some plugin features admin flags to else. |
Re: [HELPOP] Sourcemod Configs
What would be an example with Sourcebans, if you can add? Also thank you so much! I'll take a look at this!
|
Re: [HELPOP] Sourcemod Configs
I mean you said you checked the documentation (admins.cfg and admin_groups.cfg) which provides you with the same informations as Bacardi posted?
Now you ask about Sourcebans when I already told you that you won't have to mess around with configs by hand but use the webpanel to change things. Sourcebans is using the same format and functions but just saved in a subfolder with a prefix (sourcebans/sb_admins.cfg, sourcebans/sb_admin_groups.cfg etc.) |
Re: [HELPOP] Sourcemod Configs
Quote:
|
Re: [HELPOP] Sourcemod Configs
All the panel does is read/write from/to the database and config files so yes.
|
Re: [HELPOP] Sourcemod Configs
Quote:
What about using plugins/includes like custom-chatcolors (for colored ranks and such)? |
Re: [HELPOP] Sourcemod Configs
That needs to be configured in the plugin config file.
Please read my posts. Quote:
Quote:
|
| All times are GMT -4. The time now is 21:07. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.