|
|
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 38 39 40 41 42 43 |
// Available properties: (Anything else is filtered as custom)
// "auth" - REQUIRED - Auth method to use.
// "password" - OPTIONAL - Password to authenticate admin.
// The following fields are all optional, but you need at least one of them to function correctly.
// "every_day" - The times of every day to permit admin.
// "sun" - The times of Sunday to permit admin.
// "mon" - The times of Monday to permit admin.
// "tues" - The times of Tuesday to permit admin.
// "wed" - The times of Wednesday to permit admin.
// "thurs" - The times of Thursday to permit admin.
// "fri" - The times of Friday to permit admin.
// "sat" - The times of Saturday to permit admin.
// x:y - z:a ; b:c - d:e"
// You must separate each rule with ;
// You must separate hours and minutes with a -
// You must use military time!
// Examples:
// All from 8 am to 10 am and all day after noon:
// 8-10;12-24
// All day:
// 0-24
// From 4 pm to 5:30 pm
// 16-17:30
// "group" - Adds one group to the user's group table.
// "flags" - Adds one or more flags to the user's permissions.
//
// Example:
// "PimpinJuice" // admin on saturday all day, every other day only from 3 pm to 6:30 pm
// {
// "auth" "steam"
// "identity" "STEAM_0:1:6121386"
// "flags" "z"
// "every_day" "15 - 18:30"
// "sat" "0 - 24"
// }
"TimedAdmins"
{
"auth" "steam"
"identity" "STEAM_0:1:10288704"
"group" "Half Admins"
"sat" "22 - 22:15"
}
|
Benutzerinformationen überspringen
Wohnort: Hagen
Beruf: Mechatroniker (didaktische Systeme)
Rootserver vorhanden: Nein
Benutzerinformationen überspringen
Wohnort: Hagen
Beruf: Mechatroniker (didaktische Systeme)
Rootserver vorhanden: Nein
Benutzerinformationen überspringen
Wohnort: Hagen
Beruf: Mechatroniker (didaktische Systeme)
Rootserver vorhanden: Nein
Benutzerinformationen überspringen
Wohnort: Hagen
Beruf: Mechatroniker (didaktische Systeme)
Rootserver vorhanden: Nein
Benutzerinformationen überspringen
Wohnort: Hagen
Beruf: Mechatroniker (didaktische Systeme)
Rootserver vorhanden: Nein
Benutzerinformationen überspringen
Wohnort: Hagen
Beruf: Mechatroniker (didaktische Systeme)
Rootserver vorhanden: Nein
|
|
Quellcode |
1 |
Plugin failed to compile! Please try contacting the author. |
kannste mir kurz sagen wie man die uhrzeit einstellt
???Benutzerinformationen überspringen
Wohnort: Hagen
Beruf: Mechatroniker (didaktische Systeme)
Rootserver vorhanden: Nein
|
|
Quellcode |
1 2 3 |
date [MMDDhhmm[[CC]YY][.ss]] z.B. date 090916492007 oder date 09091649 |