WorldEditAxe / eaglerproxy

A standalone implemention of the BungeeCord plugin for EaglercraftX, now with online vanilla server support!
40 stars 104 forks source link

how to do something #18

Closed ironswordX-dev closed 1 year ago

ironswordX-dev commented 1 year ago

how would i set the default server that the proxy connects the client to?

WorldEditAxe commented 1 year ago

see src/config,ts, more specifically config.adapter.host and config,adapter,port config.bridge is unused, you can remove it if you want to (server bridge is a separately installed plugin with a separate config file)

ironswordX-dev commented 1 year ago

i still dont understand

WorldEditAxe commented 1 year ago

go to that file src/config.ts in the project's folder and change the aforementioned settings to better accomodate your needs (config.adapter.host for changing the upstream server's ip, config.adapter.port for changing the port the server is located on)