Skip to content

Configuration

Configuration

V4 Documentation

This version is still under development and may contain errors or incomplete features.

The current long-term support version is V2. See V2 Docs

For the TOML specification, please refer to toml.io.

toml
# Enable debug mode
debug = false
# Check for updates
check-update = true
# Plugin language
# Supported languages:
# auto: Auto detect (default)
# en-US: English
# zh-CN: Simplified Chinese
language = "auto"
# Message prefix
prefix = "&bZMusic &e>>> &r"

# API settings
[api]
# Netease Cloud Music
netease-link = "https://ncm.zhenxin.me"

# ZMusic VIP settings
[vip]
# Authorized QQ
qq = ""
# Authorization key
key = ""

# Proxy settings
[proxy]
# Enable proxy
enable = false
# Proxy type HTTP/SOCKS
type = "HTTP"
# Hostname
hostname = "127.0.0.1"
# Port
port = 8080