Configuration Generator
Use this tool to quickly generate your config.conf file. Fill in the form on the left, and the copyable configuration will be generated on the right in real-time.
1. Basic Settings
2. Plugin Settings
3. Proxy Settings
Live Preview
config.conf
Please fill required fields to copy
{
"account" : {
"fullSession" : null,
"name" : "",
"onlineMode" : false,
"password" : ""
},
"enableTranslation" : true,
"owner" : "",
"plugin" : {
"directory" : "plugin"
},
"proxy" : {
"enable" : false,
"info" : {
"address" : "",
"type" : "SOCKS5",
"password" : "",
"username" : ""
}
}
}How to use the generated config?
- Create a text file named
config.confin the same directory as your bot JAR. - Click the "Copy Config" button above.
- Paste the content into
config.confand save it. - Run your bot to apply the settings.
