Skip to content

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?

  1. Create a text file named config.conf in the same directory as your bot JAR.
  2. Click the "Copy Config" button above.
  3. Paste the content into config.conf and save it.
  4. Run your bot to apply the settings.

Released under the GPL-3.0 License.