From ca46c93bf666ed2975c0c83ffc50ff408985827e Mon Sep 17 00:00:00 2001 From: webpashtet Date: Tue, 2 Apr 2024 15:35:21 +0300 Subject: [PATCH] add readme --- README.md | 35 ++++++++++++++++++++++++++++++++++- 1 file changed, 34 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 16498bd..b116e41 100644 --- a/README.md +++ b/README.md @@ -1 +1,34 @@ -# RoundEndSound \ No newline at end of file +# RoundEndSound + +**Support the author: [DonationAlerts](https://www.donationalerts.com/r/gleb_khlebov)** + +**CounterStrikeSharp plugin to play cool musics when a round ends.** + +## Features +- Turn on/off music playback +- Enable/disable notifications at the end of the round +- Listen to the last track +- Multi language (default English and Russian, but you can add new) + +## Commands +- `!res / css_res` | Main plugin menu + +## How i can add music to server? +For example: +- Create addon with your songs and post him in workshop +- Add the addon to the server using [MultiAddonManager](https://github.com/Source2ZE/MultiAddonManager) +- Configure the Round End Sound config +```json +"music_list": [ + { + "name": "Test track 1", + "path": "sounds/music/res_1.vsnd_c" + }, +``` + +## To do... +- [ ] Add menu point to view all songs + + + +