This is a Velocity plugin that makes it possible to host a modern forge server behind a Velocity proxy!
Go to file
2023-02-04 16:44:27 +01:00
ambassador-bungeecord Restructured project 2023-02-04 16:44:27 +01:00
ambassador-velocity Restructured project 2023-02-04 16:44:27 +01:00
gradle/wrapper Gradle 7.6 2022-12-27 16:04:09 -05:00
src/main/java/org/adde0109/ambassador Cast to ChannelInitializer for improved compatibility 2023-01-12 18:53:09 +01:00
Velocity@f744b37ad5 1.19.3 Support 2023-01-25 12:33:58 -05:00
.gitignore Update gitignore 2022-05-28 21:01:43 +02:00
.gitmodules attempt #2 to fix gitmodules 2022-08-13 00:55:57 +02:00
gradlew Gradle 7.6 2022-12-27 16:04:09 -05:00
gradlew.bat Gradle 7.6 2022-12-27 16:04:09 -05:00
LICENSE Create LICENSE 2022-11-21 11:11:55 +01:00
README.md Update README.md 2022-10-22 15:25:18 +02:00
settings.gradle.kts Restructured project 2023-02-04 16:44:27 +01:00

Ambassador

This is a Velocity plugin that makes it possible to host a modern Forge server behind a Velocity proxy!

Unlike other solutions, this plugin does not require any special modifications to the client. (The player doesn't need to do anything)

This plugin is right now in its alpha stage and should not be used in production, use it at your own risk, you have been warned.

How to get started:

On the Velocity proxy side:

  1. Download and install this plugin to your proxy.

On the Forge server side:

  1. Download and install "Ambassador-Forge" as a mod to your Forge server. (Found at https://github.com/adde0109/Ambassador-Forge)
  2. Start the server.
  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. In "server.properties" make sure online-mode is set to false.
  5. You are now ready to start the server and connect to it with Velocity!

Features