From b9887e877db36ea2c3eee042d3da237a69cfe363 Mon Sep 17 00:00:00 2001 From: qstage <166386817+qstage@users.noreply.github.com> Date: Sun, 15 Sep 2024 16:19:02 +0300 Subject: [PATCH] Update README.md --- README.md | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0e0e69b..d026884 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,23 @@ # CS2-HidePlayers -Allows you to hide player models + +## Description +Allows you to hide player models. + +## Requirments +- [CounterStrikeSharp](https://github.com/roflmuffin/CounterStrikeSharp/) + +## Installation +- Download the newest release from [Releases](https://github.com/qstage/CS2-HidePlayers/releases) +- Move the /gamedata folder to a folder /counterstrikesharp +- Make a folder in /plugins named /HidePlayers. +- Put the plugin files in to the new folder. +- Restart your server. + +## Configuration +```json +{ + "Command": "css_hidemodels", // Command switch + "Hidden": "@all", // Which players are hiding. Values: @all / @team / @enemy + "Version": 1 +} +```