Merge remote-tracking branch 'origin/main' into main

This commit is contained in:
Adrian Bergqvist 2022-07-02 05:20:55 +02:00
commit 8a970f9a22
No known key found for this signature in database
GPG Key ID: FAE7D8EDE225E686

View File

@ -19,12 +19,12 @@ This plugin is right now in it's alpha stage and should not be used in productio
3. If you wish to use modern forwarding, close the server and open "ambassador-common.toml" in the config folder and put your forwarding secret in the "forwardingSecret" field. 3. If you wish to use modern forwarding, close the server and open "ambassador-common.toml" in the config folder and put your forwarding secret in the "forwardingSecret" field.
4. You are now ready to start the server and connect to it with Velocity! 4. You are now ready to start the server and connect to it with Velocity!
## Limitations ## Features
* You can't switch servers when connecting with a forge client, yet... * Server Switching.
* This plugin can't yet distinguish between forge and vanilla clients, so you either one must use forced hosts or other means. * Force forge clients to connect directly to forge server if mods don't allow vanilla.
* Connect to diffrent forge servers depending on client version.
## Planned features ## Planned features
* Ping Forwarding * Ping Forwarding.
* Distinguish between forge and vanilla client, and connect to the most suitalbe server. (Like VersionConnector)
* Server switching using kick to reset the client. * Server switching using kick to reset the client.
* Smart handshaking-data caching system to reduce load/network-traffic. * Smart handshaking-data caching system to reduce load/network-traffic.