> For the complete documentation index, see [llms.txt](https://docs.sourcefactory.eu/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sourcefactory.eu/deathmatch/info.md).

# Info

{% hint style="info" %}
**Deathmatch + MutliCFG** plugin is a game mode where players respawn immediately after being killed, allowing them to practice shooting and movement without the typical match constraints. MutliCFG allows you to set up special modes that change the gameplay to different types such as Only Pistols, Only AWP, Rifles, etc.. \
\
Use gamemodes like **Custom** , **Casual** or **Deathmatch** for the plugin to work properly.
{% endhint %}

* [x] [Weapon Selection](/deathmatch/weapons-selection.md)
* [x] [Creating Custom Modes](/deathmatch/configuration/creating-custom-modes.md)
* [x] [Weapons Restrict](/deathmatch/configuration/weapons-restrict.md)
* [x] Spawns Editor
  * [x] With a custom implemented spawn system
* [x] [Configuration](/deathmatch/configuration.md)
  * [x] Gameplay Settings
  * [x] General Settings
  * [x] Sounds Settings
  * [x] Custom Commands
  * [x] Players Gameplay Settings
    * [x] Spawn Protection
    * [x] Respawn Time
    * [x] Refill Ammo
    * [x] Refill Health
  * [x] Client Preferences
    * [x] Kill Sound
    * [x] Headshot Kill Sound
    * [x] Knife Kill Sound
    * [x] Hit Sound
    * [x] Only Headshot
    * [x] Hud Messages
    * [x] Damage Info
    * [x] No Primary
* [x] VIP Support
* [x] [Admin & Players Commands](/deathmatch/commands.md)

#### Installation

1. Download the latest verison - <https://github.com/NockyCZ/CS2-Deathmatch/releases/latest>
2. Unzip into your servers `csgo/addons/counterstrikesharp/plugins/` dir
3. Restart the server
4. Configure the config files and custom modes<br>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.sourcefactory.eu/deathmatch/info.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
