paradust7 / minetest-wasm

Experimental Minetest build for WebAssembly/Emscripten
https://minetest.dustlabs.io/
MIT License
99 stars 23 forks source link

Feature request: Join a server directly via URL parameters #8

Closed lychees closed 2 years ago

lychees commented 2 years ago

E.g. https://minetest.dustlabs.io/mt/?address=192.168.0.1&port=30000&account=foo&pwd=bar

paradust7 commented 2 years ago

You can add extra command-line arguments to:

https://github.com/paradust7/minetest-wasm/blob/main/static/index.html#L174

Such as --address, --port, --name, --password, --go