From 0e8ce3be0185478d5ea7684fd339d0444c10d263 Mon Sep 17 00:00:00 2001 From: adde0109 <52883522+adde0109@users.noreply.github.com> Date: Tue, 28 Jun 2022 20:36:13 +0200 Subject: [PATCH 1/2] Update README.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index fd6e6a6..7562519 100644 --- a/README.md +++ b/README.md @@ -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. 4. You are now ready to start the server and connect to it with Velocity! -## Limitations -* You can't switch servers when connecting with a forge client, yet... -* This plugin can't yet distinguish between forge and vanilla clients, so you either one must use forced hosts or other means. +##Features +* Server Switching. +* 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 -* Ping Forwarding -* Distinguish between forge and vanilla client, and connect to the most suitalbe server. (Like VersionConnector) +* Ping Forwarding. * Server switching using kick to reset the client. * Smart handshaking-data caching system to reduce load/network-traffic. From 2d6fcb08437b856af9886fd4829b805fc45c5a8e Mon Sep 17 00:00:00 2001 From: adde0109 <52883522+adde0109@users.noreply.github.com> Date: Tue, 28 Jun 2022 20:36:28 +0200 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7562519..0797e45 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ 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. 4. You are now ready to start the server and connect to it with Velocity! -##Features +## Features * Server Switching. * Force forge clients to connect directly to forge server if mods don't allow vanilla. * Connect to diffrent forge servers depending on client version.