"clients.txt" { "version" "1" // This key group lists all your client players "players" { // This must be a unique client name "Tvoy nik" { // Client real name "name" "" // IP adress for client "ip" "Tvoy IP" // Nik name for client "nick" "Tvoy nik" // Pass for client "password" "werthvfy" // These are personal access flags for a player "flags" { "Immunity" "Immunity grav ping afk a b c d e f g h i j k l m n o p q r s" "Immunity" "t u v x y autojoin" "Admin" "q2 q3 grav pban A B C D E F G H I J K L M N O P Q R S T U V" "Admin" "W X Y Z a b c d e f g i j k l m o p q r s t v w x y z client" "Admin" "admin spray" } } } // These are global groups of flags that can be assigned to clients "groups" { "Admin" { "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" "Admin" "e f g i j k l m o p q r s t v w x y z admin spray grav pban" "Admin" "client" } } }