Версия и совместимость
V 1.2.0
Описание
Данный плагин воспроизводит музыку в конце раунда, работает через аддоны мастерской (инструкция по загрузке музыки в комплекте)
Возможности:
- Включение/выключение проигрывания музыки
- Включение/выключение уведомлений в конце раунда
- Прослушивание последнего трека
- Просмотр список всех треков, с прослушиванием
- Состояние проигрывания музыки по умолчанию
- Состояние уведомлений в конце раунда по умолчанию
- Выбор трека рандомно / по списку
- Отображение обложки трека (по прямой ссылке на картинку)
{
"autoEnableMusic": false, // Auto play music for players who are not in the database
"defaultEnableNotify": true, // Enable notifications for players who are not in the database
"defaultEnableNotifyImage": true, // Enable the display of cover art for players who are not in the database
"defaultVolume": 50.0, // Default volume (not used anywhere yet, but it is better to put a value)
"disableMVPSound" : true, // Mute MVP player sound (true - yes, false - no)
"trackSelectionMode": "in order", // Music selection mode (in order, random)
"dbSettings":
{
"host": "",
"database": "",
"user": "",
"password": ""
},
"listMusic": [
{
"name": "BONES Eddy Baker - LooseScrew", // Name music
"path": "dpmusic/dp_2", // The path to music without sounds (dpmusic - folder | dp_1 - name file with music)
"img": "
https://avatars.yandex.net/get-music-content/7852894/663de9a9.a.25401112-1/150x150", // Path to a direct link to the image. If not specified, the picture will not be displayed when listening and at the end of the round
"duration": 10.0 // The length of time it takes for the music to end the round, so that the music is completely played back
},
{
"name": "crier - runaway.",
"path": "dpmusic/dp_3",
"duration": 10.0
},
{
"name": "Derek Pope - Lost Woods",
"path": "dpmusic/dp_4",
"img": "
https://avatars.yandex.net/get-music-content/9867886/8cabc20e.a.28232742-1/150x150",
"duration": 10.0
}
]
}