Skip to content

Commit

Permalink
add readme
Browse files Browse the repository at this point in the history
  • Loading branch information
webpashtet committed Apr 2, 2024
1 parent d7257ee commit ca46c93
Showing 1 changed file with 34 additions and 1 deletion.
35 changes: 34 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,34 @@
# RoundEndSound
# 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




0 comments on commit ca46c93

Please sign in to comment.