WorldEditAxe / eaglerproxy

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

how to do something #18

Closed ironswordX-dev closed 11 months ago

ironswordX-dev commented 12 months ago

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

WorldEditAxe commented 12 months 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 12 months ago

i still dont understand

WorldEditAxe commented 11 months 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)