diff --git a/README.md b/README.md index cc2fd03..f73ae46 100644 --- a/README.md +++ b/README.md @@ -7,30 +7,37 @@ ## Features - Turn on/off music playback - Enable/disable notifications at the end of the round +- Two sounds selection modes: **in order** and **random** (_"random_selection_mode"_ in config to _true_ for **random** or _false_ for **in order**) - Listen to the last track -- Multi language (default English and Russian, but you can add new) +- 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 +## How add music to server +In few: +1. Create addon with your songs and post him in workshop +2. Add the addon to the server using [**MultiAddonManager**](https://github.com/Source2ZE/MultiAddonManager) +3. Configure the **Round End Sound** config ```json "music_list": [ { "name": "Test track 1", "path": "sounds/music/res_1.vsnd_c" }, + { + "name": "Test track 2", + "path": "sounds/music/res_2.vsnd_c" + } +] ``` ## To do... - [x] Rework random sound selection logic - [x] Add "in order" sound selection mode +- [ ] Refactoring repository and rework SQL queries constants - [ ] Add menu point to view all songs -- [ ] Аdd a command to clear old players and scheduler +- [ ] Аdd a scheduler and command to clear old players - [ ] Create instructions for assembling your workshop addon with music