Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
oqyh authored May 28, 2024
1 parent 96675b2 commit 94959c2
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# [CS2] Auto-Restart-Server-GoldKingZ (1.0.0)
# [CS2] Auto-Restart-Server-GoldKingZ (1.0.1)

### Auto Restart Server On Last Player Disconnect

Expand Down Expand Up @@ -40,6 +40,12 @@
//Using Without any ds: or host: means what inside /../csgo/maps/ (ex: de_dust2)
"Mode1_RestartServerDefaultMap": "de_dust2",

//Enable Schedule To RestartMode?
"EnableSchedule": false,

//if EnableSchedule true which time is it (HH:mm) (ex: 06:00 means 6AM)
"ScheduleOnEvery": "06:00",

//-----------------------------------------------------------------------------------------

//Enable Logging Text Located In Auto-Restart-Server-GoldKingZ/logs/ ?
Expand Down Expand Up @@ -91,6 +97,10 @@

## .:[ Change Log ]:.
```
(1.0.1)
-Added EnableSchedule
-Added ScheduleOnEvery
(1.0.0)
-Initial Release
```
Expand Down

0 comments on commit 94959c2

Please sign in to comment.