Forums.Counter-Strike.com | Counter-Strike Community Forums

Go Back   Forums.Counter-Strike.com | Counter-Strike Community Forums > Game Servers > Half-Life 2 Mods & Plugins > Mani Admin Plugin
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

COD4 Servers
Reply
 
LinkBack Thread Tools Search this Thread
Old 10-28-2009, 07:31 PM   #1 (permalink)
Flippi
Member
Hostage
 
Join Date: Oct 2009
Posts: 2
Default Clients.txt

Hello everyone! Just recently bought a sever here at CS.com

I am trying to set up my admin groups. I have been trying to do this on posts here but i am failing. I know how to add admins via the adminlist.txt but then all admins have every ability and i do not want this. I found a post where Heidymus basicly showed the clients.txt but not all of it i think?

I was wondering if Heidymus could maybe show me all of the clients.txt so I could just copy and paste it?
Also if i use client.txt what files do i have to delete cause i thought i read you must delete some files like adminlist/admingroups/immunitylist/immunitygroups

But if i delete that then i do not have admin powers anymore. Here is an example of what my client.txt looks like if maybe I have it almost correct can someone just post the correct version of it?! thanks alot!

Code:
"clients.txt"
{
	"version"	"1"

	// This must be a unique client name
		"Client_1"
		{
			// Client Flippi
			"name"	"Client_1"
			// Steam ID for client
			"steam"	"STEAM_0:1:8873166"
			// These are personal access flags for a player
			"groups"
			{
				"Admin"	"Owner admin"
			}
		}
// These are global groups of flags that can be assigned to clients
"groups"
{
  "Immunity"
  {
 "Owner admin" "a b c d e f g i k l m o p q r s t v w x y grav"
  "Full admin" "a b c d e f g i k l m o p q r s t v w x y grav"
  }
  "Admin"
		{
        		"Owner admin"  "A B C D E F G H I J K L M N O P Q R S T U V W X Y Z a b c d e"
			"Owner admin"  "f g i j k l m o p q q2 q3 r s t v w x y z admin grav client pban spray"
			"Full admin"  "A B C D E F G H I K L M N O Q R S T U V W X Y Z a b c d e"
			"Full admin"  "f g i j k l m o p q q2 q3 r s t v w x y z admin grav pban spray"
                        "Member admin" "A C D E F G H I K M N O Q S T U V W X Y Z a b c d e"
                        "Member admin" "f g i j k l m o p s t v w x y z admin grav spray"
                        "Lower admin" "A C D E F G I K Q T U V W X Y Z admin"
                        "Lower admin" "a b c d e f g i k l m o p s t v w admin"
	}

}

Last edited by Flippi; 10-28-2009 at 07:59 PM.
Flippi is offline   Reply With Quote
Old 10-28-2009, 09:59 PM   #2 (permalink)
CaRnAgE!
Moderator
Da Bomb Defuser
 
CaRnAgE!'s Avatar
 
Join Date: Nov 2006
Posts: 1,058
Default Re: Clients.txt

Code:
"clients.txt"
{
		"version"	"1"
	
		// This must be a unique client name
			"Client_1"
			{
				// Client Flippi
				"name"	"Client_1"
				// Steam ID for client
				"steam"	"STEAM_0:1:8873166"
				// These are personal access flags for a player
				"groups"
				{
					"Admin"	"Owner admin"
				}
			}
	"groups"
	{
		"Immunity"
	  	{
			"Owner admin" "a b c d e f g i k l m o p q r s t v w x y grav"
			"Full admin" "a b c d e f g i k l m o p q r s t v w x y grav"
		}
		"Admin"
		{
	        	"Owner admin"  "A B C D E F G H I J K L M N O P Q R S T U V W X Y Z a b c d e"
			"Owner admin"  "f g i j k l m o p q q2 q3 r s t v w x y z admin grav client pban spray"
			"Full admin"  "A B C D E F G H I K L M N O Q R S T U V W X Y Z a b c d e"
			"Full admin"  "f g i j k l m o p q q2 q3 r s t v w x y z admin grav pban spray"
			"Member admin" "A C D E F G H I K M N O Q S T U V W X Y Z a b c d e"
			"Member admin" "f g i j k l m o p s t v w x y z admin grav spray"
			"Lower admin" "A C D E F G I K Q T U V W X Y Z admin"
			"Lower admin" "a b c d e f g i k l m o p s t v w admin"
		}
	}
}

You were missing a bracket at the end. this code should now work
__________________
Always Outnumbered
Never Outgunned

HighTimes Gaming

Last edited by CaRnAgE!; 10-28-2009 at 10:04 PM.
CaRnAgE! is offline   Reply With Quote
Old 10-28-2009, 10:15 PM   #3 (permalink)
Flippi
Member
Hostage
 
Join Date: Oct 2009
Posts: 2
Default Re: Clients.txt

Quote:
Originally Posted by CaRnAgE! View Post
Code:
"clients.txt"
{
		"version"	"1"
	
		// This must be a unique client name
			"Client_1"
			{
				// Client Flippi
				"name"	"Client_1"
				// Steam ID for client
				"steam"	"STEAM_0:1:8873166"
				// These are personal access flags for a player
				"groups"
				{
					"Admin"	"Owner admin"
				}
			}
	"groups"
	{
		"Immunity"
	  	{
			"Owner admin" "a b c d e f g i k l m o p q r s t v w x y grav"
			"Full admin" "a b c d e f g i k l m o p q r s t v w x y grav"
		}
		"Admin"
		{
	        	"Owner admin"  "A B C D E F G H I J K L M N O P Q R S T U V W X Y Z a b c d e"
			"Owner admin"  "f g i j k l m o p q q2 q3 r s t v w x y z admin grav client pban spray"
			"Full admin"  "A B C D E F G H I K L M N O Q R S T U V W X Y Z a b c d e"
			"Full admin"  "f g i j k l m o p q q2 q3 r s t v w x y z admin grav pban spray"
			"Member admin" "A C D E F G H I K M N O Q S T U V W X Y Z a b c d e"
			"Member admin" "f g i j k l m o p s t v w x y z admin grav spray"
			"Lower admin" "A C D E F G I K Q T U V W X Y Z admin"
			"Lower admin" "a b c d e f g i k l m o p s t v w admin"
		}
	}
}

You were missing a bracket at the end. this code should now work
AH yes thank you sir! I alrdy found that tho and got it working Also was missing one other thing. here is an updated list incase anyone has this isssue PLEASE just copy and paste my code, only thing to change are steam IDs and the players names

Code:
"clients.txt"
{
	"version"	"1"
       // This key group lists all your client players
            "players"
        {
	// This must be a unique client name
		"Client_1"
		{
			// Bob
			"name"	"Client_1"
			// Steam ID for client
			"steam"	"STEAM_0:1:234567"
			// These are personal access flags for a player
			"groups"
			{
                               "Immunity" "Owner admin"
				"Admin"	"Owner admin"
                               
			}
		}
                // This must be a unique client name
		"Client_2"
		{
			// jeff
			"name"	"Client_2"
			// Steam ID for client
			"steam"	"STEAM_0:1:234567"
			// These are personal access flags for a player
			"groups"
			{
                               "Immunity" "Full admin"
				"Admin"	"Full admin"
                               
			}
		}
                // This must be a unique client name
		"Client_3"
		{
			// sam
			"name"	"Client_3"
			// Steam ID for client
			"steam"	"STEAM_0:1:234567"
			// These are personal access flags for a player
			"groups"
			{
                            
				"Admin"	"Member admin"
                               
			}
		}
                // This must be a unique client name
		"Client_4"
		{
			// Tom
			"name"	"Client_4"
			// Steam ID for client
			"steam"	"STEAM_0:1:234567"
			// These are personal access flags for a player
			"groups"
			{
                            
				"Admin"	"Member admin"
                               
			}
		}
               // This must be a unique client name
		"Client_5"
		{
			// Sally
			"name"	"Client_5"
			// Steam ID for client
			"steam"	"STEAM_0:1:234567"
			// These are personal access flags for a player
			"groups"
			{
                            
				"Admin"	"Member admin"
                               
			}
		}
               // This must be a unique client name
		"Client_6"
		{
			// John
			"name"	"Client_6"
			// Steam ID for client
			"steam"	"STEAM_0:1:234567"
			// These are personal access flags for a player
			"groups"
			{
                            
				"Admin"	"Member admin"
                               
			}
		}
                // This must be a unique client name
		"Client_7"
		{
			// Doe
			"name"	"Client_7"
			// Steam ID for client
			"steam"	"STEAM_0:1:234567"
			// These are personal access flags for a player
			"groups"
			{
                            
				"Admin"	"Member admin"
                               
			}
		}
                // This must be a unique client name
		"Client_8"
		{
			// Jane
			"name"	"Client_8"
			// Steam ID for client
			"steam"	"STEAM_0:1:234567"
			// These are personal access flags for a player
			"groups"
			{
                            
				"Admin"	"Member admin"
                               
			}
		}
       }

These are global groups of flags that can be assigned to clients
"groups"
{
  "Immunity"
  {
               "Owner admin" "a b c d e f g i k l m o p q r s t v w x y grav"
                "Full admin" "a b c d e f g i k l m o p q r s t v w x y grav"
  }
  "Admin"
		{
        		"Owner admin"  "A B C D E F G H I J K L M N O P Q R S T U V W X Y Z a b c d e"
			"Owner admin"  "f g i j k l m o p q q2 q3 r s t v w x y z admin grav client pban spray"
			"Full admin"  "A B C D E F G H I K L M N O Q R S T U V W X Y Z a b c d e"
			"Full admin"  "f g i j k l m o p q q2 q3 r s t v w x y z admin grav pban spray"
                        "Member admin" "A C D E F G H I K M N O Q S T U V W X Y Z a b c d e"
                        "Member admin" "f g i j k l m o p s t v w x y z admin grav spray"
                        "Lower admin" "A C D E F G I K Q T U V W X Y Z admin"
                        "Lower admin" "a b c d e f g i k l m o p s t v w admin"
        	}

}

}
Also make sure you have delete all files name with this:
adminlist/admingroups/immunitylist/immunitygroups ( if you have server through CS.com there should be 8 (some labeled old))
Flippi is offline   Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
clients.txt.... BluRanium Mani Admin Plugin 3 09-04-2009 05:30 AM
admins.txt or clients.txt? vromanowski Mani Admin Plugin 2 04-19-2009 12:56 AM
Mani Admin Clients clannbnh Installation & Tweaking 1 04-03-2009 01:12 AM
clients.txt help tddpred Mani Admin Plugin 3 11-21-2008 04:28 PM
Maps don't autodownload to clients, motd disappeared BigFoot13 Installation & Tweaking 2 06-18-2008 09:36 PM


All times are GMT -5. The time now is 04:10 AM.



Powered by vBulletin Version 3.7.2
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.0.0 RC5
Free Clan Websites and Template Hosting