View Single Post
Bacardi
Veteran Member
Join Date: Jan 2010
Location: mom's basement
Old 10-16-2020 , 13:09   Re: Server first time
Reply With Quote #2

https://wiki.alliedmods.net/Category..._Documentation

Use either, not both files.

My opinion is:
admins_simple.ini is easier to use,
but you later demand more and more flexible to admin system and plugins,
go straight to admins.cfg. Why bother use and learn first file after all.
Learn use admins.cfg instead.


admins.cfg
Code:
Admins
{
	"BAILOPAN"
	{
		"auth"		"steam"
		"identity"	"STEAM_0:1:2345"
		"flags"		"abcdef"
		"immunity"	"5"
		"group"		"Awesome Admins"
	}

	"Blue Crab"
	{
		"auth"		"steam"
		"identity"	"STEAM_0:1:666666"
		"flags"		"z"
		"immunity"	"99"
	}
}

My second opinion is:
Z (root flag) grant you all admin permission and bypass immunity checks, later this would be pain in ass to have.
(There is some you don't want have and let others have it.)

I suggest to leave Z flag out and use it as to "restrict" plugin command(s) or features.

So give yourself, abcdefghijklmn


- You can create admin groups. Groups can have certain flags and also, you can "allow" or "deny" certain admin commands.
- You can grant admin with multiple admin groups.
__________________
Do not Private Message @me
Bacardi is offline