mindcraft/services/viaproxy/README.md

582 B

Use this service to connect your bot to unsupported minecraft server versions.

Run:

docker-compose --profile viaproxy up

After first start it will create config file viaproxy.yml in this directory.

Edit this file, and change your desired target target-address,

then point to your settings.js host and port to viaproxy:

    "host": "host.docker.internal",
    "port": 25568,

This easily works with "offline" servers.

Connecting to "online" servers involves more configuration: see auth-method in viaproxy.yml (TODO describe)