"clients.txt" { "version" "1" // This key group lists all your client players "players" { // This must be a unique client name "Bob" { // Client real name "name" "Bob" // Steam ID for client "steam" "STEAM_0:0:4193962" // This sub key is for multiple ip addresses "ip" { "IP1" "192.168.2.101" "IP2" "192.168.91.1" "IP3" "192.168.21.1" "IP4" "localhost" } // These are personal access flags for a player "groups" { "Admin" "Serveradmin" "Immunity" "Serveradmin" } } } // These are global groups of flags that can be assigned to clients "groups" { "Immunity" { "Serveradmin" "a b c d e f g h i j k l m n o p q r s t u v x y afk ping autojoin grav Immunity" } "Admin" { "Serveradmin" "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" "Serveradmin" "f g i k l m o p q q2 q3 r s t v w x y z admin client grav pban spray" } } }