@@ -34,6 +34,16 @@ This plugin adds the minimum requirements for competitive teams that need a more
3434* Practice commands
3535 ` .spawn ` : move to the desired competitive spawn i.e ` .spawn 2 `
3636
37+ * Leveraged from [ CS2Fixes] ( https://github.com/Source2ZE/CS2Fixes/ )
38+ ` c_reload_admins ` : console command to reload admins.cfg
39+ ` .ban <player> <duration/0 (permanent)> ` : ban a player
40+ ` .unban <player> ` : remove ban of player
41+ ` .kick <player> ` : kick a player out of the server
42+ ` .gag <player> <duration> ` : forbids chat to player
43+ ` .ungag <player> ` : allow back a player that was gagged to chat
44+ ` .slay <player> ` : kills a player
45+ ` .noclip ` : toggles noclip to current player (practice mode)
46+
3747## Roadmap
3848- Scrim
3949 - [X] Pauses
@@ -42,6 +52,7 @@ This plugin adds the minimum requirements for competitive teams that need a more
4252 - [X] gotv .record
4353 - [X] include date and time
4454 - [ ] include map name
55+ - [ ] Damage print on round-end
4556- Practice
4657 - Maps
4758 - [X] Map
@@ -50,9 +61,19 @@ This plugin adds the minimum requirements for competitive teams that need a more
5061 - Utility
5162 - [ ] Remove smokes
5263 - [ ] Rethrow
64+ - [ ] Throw information (air-time, bounces...)
65+ - [ ] Save throws and lineups
5366 - Misc
5467 - [ ] Move to spec
55- - [ ] Noclip
68+ - [X] Noclip
69+ - [ ] No flash effect
70+ - [ ] Create a "menu" workaround, using shoot and reload feedback for example, to confirm or cancel
71+ - BOTs management
72+ - [ ] Place
73+ - [ ] Boost
74+ - [ ] Util and damage feedback
75+
76+ > I'll try to documentate everything as better as possible, feel free to leave suggestions!
5677
5778## Compilation
5879
0 commit comments