本篇教程来自MC百科(mcmod.cn) 使用 CC BY-NC-SA 协议。

# Configuration file
【这是基于 更好的播放器(版本1.5.5) 模组的配置文件说明,【】内为中文说明,true为是,false为否】

【文内标明存疑处可能存在错误,希望各位大佬指正】

general {【一般设置】
    # Maximum speaker radius【音响最大播放半径】
    # Min: -1
    # Max: 1000【最小为-1,最大为1000】
    I:maxSpeakerRadius=-1【默认为-1】
    ############################
    # client【客户端设置】
    #------------------------#
    # Client-Specific config settings
    ############################
    client {
        # Enable developer mode【是否开启开发者模式】
        B:devMode=false【默认为否】

        # Max file size to download (in megabytes)【可下载的最大文件大小,单位为MB】
        # Min: 1
        # Max: 1000【最小为1,最大为1000】
        I:downloadMax=10【默认为10】

        # Should the mod download songs from the internet?【是否从网络下载音乐】
        B:downloadSongs=true【默认为是】

        # Intensity of lights【闪光强度】
        # Min: -1
        # Max: 3【最小为-1,最大为3】
        I:flashMode=1【默认为1】

        # Should the mod's built in libraries be loaded【是否加载模组自建库文件(存疑)
        B:loadDefaultLibraries=true【默认为是】

        # Play Songs while downloading【是否在下载音乐的同时进行播放】
        # For those with fast internet!【需较快网络连接速度】
        B:playWhileDownloading=false【默认为否】

        # Min: 256
        # Max: 2048【缓冲区管理内存大小,最小为256,最大为2048(存疑)
        I:streamBuffer=1024【默认为1024】

        # Should radio be streamed【是否缓存网络电台(存疑)
        B:streamRadio=true【默认为是】
    }
    instance {
    }
}