You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| /help | css_help | Lists all available server commands in chat. |
23
-
| /map `mapname`| css_map `de_dust2`| Changes the map to the one specified. Example: `/map nuke`. |
24
-
| /maps | css_maps | Displays a list of available map commands in chat. |
25
-
| /matchzy | css_matchzy | Switching back to MatchZy/Practice Mode is necessary if you have previously used or are using OpenPrefirePrac, Retake or Deathmatch. |
26
-
| /pracc | css_pracc | Switching back to MatchZy/Practice Mode is necessary if you have previously used or are using OpenPrefirePrac, Retake or Deathmatch. |
27
-
| /prefireon | css_prefireon | Activates OpenPrefirePrac mode. [Learn more about commands here](https://help.fshost.me/docs/cs2/plugins/openprefireprac). |
28
-
| /rcon | css_rcon | Runs RCON commands for server management. |
|`.ctname <teamname>` / `.tname <teamname>`| Sets team name for Team CT / Team T. |
82
-
|`.exitdry`| Exits DryRun mode and returns to Practice Mode. |
83
-
|`.exitprac`| Exits Practice Mode and switches to Match Mode. |
84
-
|`.force`| Force-starts a match. |
85
-
|`.forcepause`| Pauses the match as an admin (players cannot unpause an admin-paused game). |
86
-
|`.forceunpause`| Force-unpauses the match. |
87
-
|`.knife` / `.rk`| Toggles the knife round. If disabled, the match skips the Warmup phase and goes directly to the Live phase. Shortcut commands: `!kr`, `!kniferound`. |
88
-
|`.match`| Activates Match Mode. **All 10 players must ready up, with the knife round enabled by default**. |
89
-
|`.prac`| Starts Practice Mode. |
90
-
|`.readyrequired <number>`| Sets the required number of ready players to start the match. **All connected players must be ready for the game to begin.**|
91
-
|`.restore <round-number>`| Restores the backup of the specified round number. |
92
-
|`.restart`| Forcefully restarts or resets a match or scrim. Also available: `.end`, `.endgame`, `.endmatch`, `.forceend`, `.stopmatch`|
93
-
|`.scrim`| Activates Scrim Mode. All 10 players must ready up, with the knife round disabled. All rounds will be played regardless of the winner—ideal for scrims! |
94
-
|`.settings`| Displays the current settings, including whether the knife round is enabled, the required number of ready players, and more. |
Copy file name to clipboardExpand all lines: docs/cs2/plugins/cs2-plugins-openprefireprac.md
+5-8Lines changed: 5 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,9 @@ id: cs2-plugins-openprefireprac
4
4
title: "OpenPrefirePrac"
5
5
---
6
6
7
+
import CommandSearch from '@site/src/components/CommandSearch';
8
+
import prefireCommands from '@site/src/data/commands/prefireCommands';
9
+
7
10
An open-source server-side practice plugin for CS2, powered by CounterStrikeSharp. It offers multiple prefire practice scenarios on competitive map pool maps and supports concurrent multiplayer practice sessions.
8
11
9
12
:::tip
@@ -15,14 +18,8 @@ For a full list of available commands, see below.
15
18
16
19
Send "**!prefire**" in chatbox or use command "**css_prefire**" in console. This will bring up the main menu.
17
20
18
-
There are also some shortcut commands you can use.
21
+
Use the search bar below to find a command:
19
22
20
-
- !prefire prac [number]: Start practicing on a selected route.
21
-
- !prefire map [map name]: Switch to another map.
22
-
- !prefire df [1-6]: Set the difficulty.
23
-
- !prefire mode [rand/full]: Set training mode.
24
-
- !prefire bw [rand/ump/ak/sct/awp]: Set weapons for bots.
25
-
- !prefire lang [en/pt/zh]: Set language. en for English, pt para português, 中文选择 zh。
0 commit comments