mindcraft/services/viaproxy
2024-10-29 12:45:54 +01:00
..
README.md run in docker-compose: viaproxy: ignore files, fix readme 2024-10-29 12:45:54 +01:00

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 services/viaproxy/viaproxy.yml.

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 with viaproxy involves more configuration: see auth-method in services/viaproxy/viaproxy.yml (TODO describe)