darcros / node-minecraft-proxy

Simple Minecraft proxy written in Node.js using the node-minecraft-protocol library
MIT License
32 stars 15 forks source link

Dynamicly add servers #9

Open BasToTheMax opened 2 years ago

BasToTheMax commented 2 years ago

How can I add a server after the proxy has started?

GaoXanSheng commented 2 years ago

serverList.["name"] = {port:000,host:"127.0.0.1"} setRemoteServer(player.id, name)

BasToTheMax commented 2 years ago

Thx