This repository was archived by the owner on Aug 22, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +17
-7
lines changed Expand file tree Collapse file tree 1 file changed +17
-7
lines changed Original file line number Diff line number Diff line change @@ -18,27 +18,37 @@ This plugin adds the minimum requirements for competitive teams that need a more
1818* Scrim commands
1919 ` .pause ` : pauses the match
2020 ` .unpause ` : request the unpause
21+ * Coach
22+ ` .coach ` : switch to coach
23+ ` .uncoach ` : return as a player
2124 * Admin only
2225 ` .record ` : start the demo recording
2326 ` .stoprecord ` : finish the recording and save it under ` gotv/<date>.dem `
2427 ` .restore <round> ` : load the desired round's backup
2528 ` .forceunpause ` : force the unpause
2629
30+ * Practice commands
31+ ` .spawn ` : move to the desired competitive spawn i.e ` .spawn 2 `
32+
2733## Roadmap
2834- Scrim
2935 - [X] Pauses
3036 - [X] Medic (round backup)
31- - [ ] Coach
37+ - [X ] Coach
3238 - [X] gotv .record
3339 - [X] include date and time
3440 - [ ] include map name
3541- Practice
36- - [X] Map
37- - [X] Spawns
38- - [ ] Only show competitive spawns
39- - [ ] Remove smokes
40- - [ ] Move to spec
41- - [ ] Noclip
42+ - Maps
43+ - [X] Map
44+ - [X] Spawns
45+ - [X] Only show competitive spawns
46+ - Utility
47+ - [ ] Remove smokes
48+ - [ ] Rethrow
49+ - Misc
50+ - [ ] Move to spec
51+ - [ ] Noclip
4252
4353## Compilation
4454
You can’t perform that action at this time.
0 commit comments