
Ambassador
This is a Velocity plugin that makes it possible to host a modern forge server behind a Velocity proxy
Обновлён 18 декабря 2024 г. · опубликован 22 февраля 2023 г.
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 backend server nor the client. (The player doesn't need to do anything)
Only for 1.13-1.20.1
Velocity has now added built-in support for newer mc versions and therefore don't need Ambassador. You might still need PCF mod on the server-side, for more info please visit: https://modrinth.com/mod/proxy-compatible-forge
How to get started:
- Download and install this plugin to your proxy.
- After starting the server, configure the plugin it to your liking using the config file found in the folder "Ambassador".
- If you want to use player-information forwarding you can use any of these mods on the 1.13+ forge server:
https://modrinth.com/mod/proxy-compatible-forge (Modern forwarding) (Magma 1.18.2 and higher includes this)
https://github.com/caunt/BungeeForge (Legacy forwarding)
Features
- Server switching without any client side mod when the servers are similar. (Mods must match)
- ServerRedirect support for server switching.
- Server switching using Client Reset Packet Mod for instant server switching:
1.16.5: https://github.com/Just-Chaldea/Forge-Client-Reset-Packet
1.18.2+: https://www.curseforge.com/minecraft/mc-mods/forge-client-reset-packet-forward
Stuck on "Negotiating":
This is an issue with Client Reset Packet Mod being partly incompatible with certain mods on the client. Please remove incompatible mods on the client if you have this issue. (Yes, this also includes client-side only mods.)
Discord
Версии
| Версия | Канал | Игра | Загрузчики | Дата | Скачать |
|---|---|---|---|---|---|
| 1.4.5 | Релиз | 1.19.3, 1.19.4, 1.20, 1.20.1 | velocity | 18 декабря 2024 г. | .jar (85 КБ) |
| 1.4.4 | Релиз | 1.19.3, 1.19.4, 1.20, 1.20.1 | velocity | 29 марта 2024 г. | .jar (85 КБ) |
| 1.5.2-beta | Бета | 1.19.3, 1.19.4, 1.20, 1.20.1 | velocity | 15 февраля 2024 г. | .jar (107 КБ) |
| 1.5.0-rc1 | Бета | 1.19.3, 1.19.4, 1.20, 1.20.1 | velocity | 1 февраля 2024 г. | .jar (102 КБ) |
| 1.4.3 | Бета | 1.19.3, 1.19.4, 1.20, 1.20.1 | velocity | 17 октября 2023 г. | .jar (85 КБ) |
| 1.4.2 | Бета | 1.19.3, 1.19.4, 1.20, 1.20.1 | velocity | 8 октября 2023 г. | .jar (84 КБ) |
| 1.4.1 | Бета | 1.19.3, 1.19.4, 1.20, 1.20.1 | velocity | 1 сентября 2023 г. | .jar (84 КБ) |
| 1.4.0 | Бета | 1.19.3, 1.19.4, 1.20, 1.20.1 | velocity | 12 июня 2023 г. | .jar (83 КБ) |
| 1.3.2 | Бета | 1.16.5, 1.18.2, 1.19.2, 1.19.3 | velocity | 14 апреля 2023 г. | .jar (82 КБ) |
| 1.3.1 | Бета | 1.16.5, 1.18.2, 1.19.2, 1.19.3 | velocity | 8 апреля 2023 г. | .jar (81 КБ) |
| 1.3.0 | Бета | 1.16.5, 1.18.2, 1.19.2, 1.19.3 | velocity | 30 марта 2023 г. | .jar (80 КБ) |
| 1.2.0 | Бета | 1.16.5, 1.18.2, 1.19.2, 1.19.3 | velocity | 22 февраля 2023 г. | .jar (71 КБ) |
Ченджлог
1.4.5Релиз1.19.4, 1.20, 1.20.1 · 18 декабря 2024 г.
- Fixed an issue that was causing user disconnects. (Fix/1.20.6 closes #61 by @p0t4t0sandwich in https://github.com/adde0109/Ambassador/pull/67)
1.4.4Релиз1.19.4, 1.20, 1.20.1 · 29 марта 2024 г.
- Now works with Velocity 330 and higher.
1.5.2-betaБета1.19.4, 1.20, 1.20.1 · 15 февраля 2024 г.
1.5.2 changes
- Fixed 1.18.2 not being able to connect.
1.5.1 changes
- Fixed compatibility with the mod Zeta.
- Rewrote Forge encoder/decoder.
1.5.0-rc1Бета1.19.4, 1.20, 1.20.1 · 1 февраля 2024 г.
- Now works with Velocity 330 and higher.
- Does not kick when switching servers anymore.
- Able to switch servers without any client side mod when the servers are similar. (Mods must match)
- Switch from Forge -> Vanilla without any reset.
A lot of the code has been rewritten so here are more technical changes:
- New config version (2.0).
- Debug messages.
- Registry checks in order to guarantee a stable switch.
- Now transcodes Forge packets and Silent gear packets.
1.4.3Бета1.19.4, 1.20, 1.20.1 · 17 октября 2023 г.
- Compatibility with Velocity build 266 and higher. No longer compatible with older Velocity builds.
1.4.2Бета1.19.4, 1.20, 1.20.1 · 8 октября 2023 г.
- Fixed BungeeGuard support
- ServerRedirect works when connected to vanilla
1.4.1Бета1.19.4, 1.20, 1.20.1 · 1 сентября 2023 г.
- Fixed compatibility with velocity-tools (#35)
- Updated ServerRedirect reset mechanism to support newer Velocity versions without crashing.
1.4.0Бета1.19.4, 1.20, 1.20.1 · 12 июня 2023 г.
Changelog
- Rewritten reset-mechanism in order to be more stable when using Client Reset Mod and not make the player stuck in "Negotiating" screen (#28).
- Removed "reset-timeout" in the config because of the new mechanism.
- Added support for ServerRedirect mod for auto reconnecting when the client doesn't have Client Reset Mod but instead have ServerRedirect.
- Changed how Ambassador override and initialize Velocity's ChannelInitializers in order to improve plugin compatibility.
Полная история изменений — на Modrinth.
Комментарии
Загружаем…