Skip to content

Commit

Permalink
Update README.md for Schedules
Browse files Browse the repository at this point in the history
Corrected the information for everyday settings.
  • Loading branch information
Dateranoth committed Feb 27, 2017
1 parent a48fbcf commit 8ec6780
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ Log displays `AdminPass=***sWd1**`
* **BuildingDmgEnabledSchedule**
* This is an array that will determine when player owned buildings **CAN BE DAMAGED**
* Format is `WDAY-HHMMtoWDAY-HHMM`
* `WDAY = 1 - 7, 1 is Sunday and 7 is Saturday`
* `WDAY = 0 - 7, 0 is Everyday, 1 is Sunday and 7 is Saturday`
* `HHMM = 0000 - 2359`
* Example: To **Enable** Building Damage Friday Night at 06:00 to Saturday Morning at 10:00
* `BuildingDmgEnabledSchedule=6-0600to7-1000`
Expand All @@ -165,7 +165,7 @@ Log displays `AdminPass=***sWd1**`
* **AvatarsDisabledSchedule**
* This is an array that will determine when Avatars **ARE DISABLED**
* Format is `WDAY-HHMMtoWDAY-HHMM`
* `WDAY = 0 - 7, 0 is Everyday 1 is Sunday and 7 is Saturday`
* `WDAY = 0 - 7, 0 is Everyday, 1 is Sunday and 7 is Saturday`
* `HHMM = 0000 - 2359`
* Example: To **Disable** Avatars Friday Night at 06:00 to Saturday Morning at 10:00
* `AvatarsDisabledSchedule=6-0600to7-1000`
Expand Down

0 comments on commit 8ec6780

Please sign in to comment.