Перейти к содержимому
Mineforgian

RustyConnector

Register new servers without restarting Velocity!

Загрузки
3K
Подписчики
27
Обновлён
10 ноября 2025 г.
Лицензия
GPL-3.0-only

Опубликован 27 февраля 2023 г.

Aelysium Wordmark Image

👋 Welcome to RustyConnector

Velocity PaperMC Folia Fabric Aelysium Build License

RustyConnector is a load-balancing plugin that can run on Velocity/Paper/Folia networks, which allows your proxy to automatically register or unregister sub-servers while it's running.

🧭 Links


Wiki

Wanna learn how to get started? Look here!


Download

Download from GitHub, or check out the plugin release pages.


Support

Join our Discord community here for support!
(Support is offered to paying server members only)


Report Bugs

Experiencing annoying bugs while using the plugin? Report them here to help us squash them.

🚀 Plugin Release Page


Modrinth

Click to go to Modrinth plugin release page.


Hangar

Click to go to Hangar plugin release page.

🎨 Statistics

🌌 Networks Served (Click to view):

RustyConnector bstats graph

2025 © Aelysium

Центр версий

19 версий
  • Бета13.9 МБ
  • Бета14.1 МБ
  • Бета4.1 МБ
  • Бета4.5 МБ
  • Бета36.2 МБ
  • Бета36.2 МБ
  • Бета36.2 МБ
  • Бета26.6 МБ
  • Бета26.6 МБ
  • Бета26.6 МБ
  • Бета22.9 МБ
  • Бета22.9 МБ
  • Бета24.6 МБ
  • Бета24.6 МБ
  • Бета24.5 МБ
  • Бета24.5 МБ
  • Бета12.4 МБ
  • Бета12.4 МБ
  • Бета12.1 МБ

Ченджлог

0.9.1Бета1.21.8, 1.21.9, 1.21.10 · 10 ноября 2025 г.

Changes:

  • Fixed issue in RC Core the prevented boots
  • Fixed dependency issue preventing Fabric from booting
  • Update platform to 1.21.5
  • Fixed backwards compatability on Fabric and Paper
0.9.1Бета1.21.8, 1.21.9, 1.21.10 · 10 ноября 2025 г.

Changes:

  • Fixed issue in RC Core the prevented boots
  • Fixed dependency issue preventing Fabric from booting
  • Update platform to 1.21.5
  • Fixed backwards compatability on Fabric and Paper
0.9.1Бета1.21.3, 1.21.4, 1.21.5 · 12 мая 2025 г.

Changes:

  • Fixed issue in RC Core the prevented boots
  • Fixed dependency issue preventing Fabric from booting
  • Update platform to 1.21.5
  • Fixed backwards compatability on Fabric and Paper
0.9.0Бета1.21.3, 1.21.4, 1.21.5 · 5 апреля 2025 г.

Aelysium Wordmark Image

RustyConnector version0.9 (Beta)

⚠️ DON'T UPDATE ⚠️

If you are starting a network from scratch feel free to dig into RustyConnector! If you are updating from v0.8 you should check the README under "Returning Features". You might be using features that have been removed and don't have a 1-to-1 re-implementation yet. To be clear ALL FEATURES FROM v0.8 ARE COMING TO version0.9 But the process will take time as we rewrite all of these features to work with the version0.9 rewrite.

⚠️ DON'T UPDATE ⚠️

🖥️ NEW API

version0.9 introduces a fully integrated Java API. You can start working with the version0.9 API right now:

repositories { 
    mavenCentral()
    maven { url = "https://maven.mrnavastar.me/releases/" }
}
dependencies {
    compileOnly 'group.aelysium.rustyconnector:core:0.9.0'
}

Changes

  • Complete rewrite of entire software from the ground up.
  • Native plugin system (called rc-modules)
  • Fully-realized Java API
  • Many "extra" features from v0.8 were removed and will be re-released as native modules, which users can install if they need those features again. (Check github README for updates)
  • Users have the ability to reload specific units of the software without needing to reload the entire software.
  • Integrated Database system (Haze) which allows you to use any database technology you want with any modules that use it. Module developers are able to support all concevable database technologies with ease.
  • Virtual Family Servers on Velocity - All Families have their own virtual servers that get registered to the velocity proxy for compatability with non-RustyConnector systems. You can connect players to these virtual servers and the families will handle those connections.
  • Non-UUID Server IDs - Servers default to using a new "-" ID system for better readability. Users can adjust a setting in the server's config.yml if they want to use UUIDs for ids. Users are also allowed to directly edit the server.id if they want to implement their own id system.
0.8.2Бета1.20.6, 1.21, 1.21.1 · 7 октября 2024 г.

Please report any errors or bugs to us on Discord. The wiki has been updated to the latest version.

Changes:

  • Fix discord webhooks sending duplicates after reload.
  • Fix whitelists not working

Aelysium Wiki

0.8.1Бета1.20.6, 1.21, 1.21.1 · 9 августа 2024 г.

Please report any errors or bugs to us on Discord. The wiki has been updated to the latest version.

Changes:

  • Added caching to PlayerService and Player.Reference.
  • Fixed no response when family persistence fails
  • Made .send() return output to user.
  • Fix MCLoaders re-registering during shutdown (shortly after sending an unregister request)
  • Fixed a bunch of Matchmaking related exceptions.

Aelysium Wiki

0.8.0Бета1.20.4, 1.20.5, 1.20.6 · 8 мая 2024 г.

Please report any errors or bugs to us on Discord. The wiki has been updated to the latest version.

Changes:

  • Added RustyConnector Toolkit API
  • Added Ranked Families/Matchmaking
  • Added Forced Hosts (Point to families)
  • Changed database driver (incompatible with v0.7.0 databases!)
  • More core code improvements/further code base stabilization.
  • Update to Velocity 3.3.0
  • Update license to GPL-v3
  • Removed non-en-us lang configurations. (non-en_us lang configurations can/should be managed separately and can be imported)
  • Added /rc message command on MCLoaders
  • Added kick-on-failure option for Parties to allow players to stay in a party even if they can't switch MCLoaders with it.
  • RC can now hug you.
  • Load Balancing configurations now exist separatly form the families that use them.

Aelysium Wiki

0.7.2Бета1.20.2, 1.20.3, 1.20.4 · 31 марта 2024 г.

Please report any errors or bugs to us on Discord. The wiki has been updated to the latest version.

Changes:

  • Fix NoClassDef Exception
  • Fix #58

Aelysium Wiki

Комментарии

Загружаем…