// [en]
// If set to 1, the music will play after the player
// fully connects to the server and before they choose a team.
// If set to 0, the music plays immediately upon connection.
//
// [ru]
// Если установлено значение 1, музыка будет воспроизводиться
// после полного входа игрока на сервер и до выбора команды.
// Если установлено значение 0, музыка воспроизводится сразу при подключении.
#define PLAY_ON_SERVER_ENTRY 1
// [en]
// Directory path where the music files are stored.
// The plugin will look for music in this folder.
//
// [ru]
// Путь к папке, где хранятся файлы музыки.
// Плагин будет искать музыку в этой папке.
#define MUSIC_FILES_DIR "sound/enjoin"