|
|
Quellcode |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 |
/**
* USE THIS SECTION TO DECLARE DETAILED ADMIN PROPERTIES.
*
* Each admin should have its own "Admin" section, followed by a name.
* The name does not have to be unique.
*
* Available properties: (Anything else is filtered as custom)
* "auth" - REQUIRED - Auth method to use. Built-in methods are:
* "steam" - Steam based authentication
* "name" - Name based authentication
* "ip" - IP based authentication
* Anything else is treated as custom.
* Note: Only one auth method is allowed per entry.
*
* "identity" - REQUIRED - Identification string, for example, a steamid or name.
* Note: Only one identity is allowed per entry.
*
* "password" - Optional password to require.
* "group" - Adds one group to the user's group table.
* "flags" - Adds one or more flags to the user's permissions.
*
* Example:
"BAILOPAN"
{
"auth" "steam"
"identity" "STEAM_0:1:16"
"flags" "abcdef"
}
*
*/
Admins
"Schwabe"
{
"auth" "steam"
"identity" "STEAM_0:0:48xxxxx"
"flags" "abcdefghijklmnz"
}
|
Benutzerinformationen überspringen
Wohnort: Hagen
Beruf: Mechatroniker (didaktische Systeme)
Rootserver vorhanden: Nein
Benutzerinformationen überspringen
Wohnort: Hagen
Beruf: Mechatroniker (didaktische Systeme)
Rootserver vorhanden: Nein
|
|
Quellcode |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 |
//Disco "STEAM_0:0:5233578" "z" //Heide "STEAM_0:0:5573783" "z" //Statler "STEAM_0:1:5306136" "z" //La Tumba "STEAM_0:1:5082041" "z" //Alonso "STEAM_0:0:13549490" "z" //"Member INF Clan" "Odin" "STEAM_0:0:11269197" "a c d e f g j k" "Skill" "STEAM_0:0:8381500" "a c d e f g j k" |
|
|
Quellcode |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 |
Admins
{
"Disco"
{
"auth" "steam"
"identity" "STEAM_0:0:5233578"
"flags" "z"
}
"Dater"
{
"auth" "steam"
"identity" "STEAM_0:1:13365724"
"flags" "z"
}
"Ryker"
{
"auth" "steam"
"identity" "STEAM_0:1:13391025"
"flags" "z"
}
}
|
Benutzerinformationen überspringen
Wohnort: Hagen
Beruf: Mechatroniker (didaktische Systeme)
Rootserver vorhanden: Nein