Configuration
3/10/26Less than 1 minute
You are currently viewing the V4 documentation
This version is still under development and may contain errors or incomplete features
The current long-term support version is V2, you can view V2 Docs
For TOML specification, please refer to toml.io
# 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