Skip to content

Releases: Aelysium-Group/rusty-connector

RustyConnector v0.8.2 Beta

07 Oct 22:22
1501b3b
Compare
Choose a tag to compare
Pre-release

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

RustyConnector v0.8.1 Beta

09 Aug 17:23
11b8610
Compare
Choose a tag to compare
Pre-release

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

RustyConnector v0.8.0 Beta

08 May 20:55
19ec7e7
Compare
Choose a tag to compare
Pre-release

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

v0.7.2 Beta

31 Mar 13:15
cf205a0
Compare
Choose a tag to compare
v0.7.2 Beta Pre-release
Pre-release

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

v0.7.1 Beta

09 Nov 16:40
34a623e
Compare
Choose a tag to compare
v0.7.1 Beta Pre-release
Pre-release

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

Changes:

  • Removed worthless config options
  • Updated wiki links to the new wiki

Aelysium Wiki

v0.7.0 Beta

27 Oct 15:55
a16b43e
Compare
Choose a tag to compare
v0.7.0 Beta Pre-release
Pre-release

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

Changes:

  • Fixed #36
  • Instead of "Paper" or "Folia", non-proxy Minecraft servers will start to be referred to as "MCLoader" or just "Loader"
  • Changed the MySQL driver to a MariaDB based one using MicroStream. (Other database support coming in the future too!)
  • Added support for multi-lang and custom lang.
  • Rewrote boot sequence and some core API stuff (Boot output doesn't spam console as much!)
  • If there's an issue during boot, The boot output and error will be printed to console.
  • Added hidden // debug command to see the boot output after boot.
  • Added end-to-end AES-256 encryption to Redis data-channel. You'll have to delete your private.key file and have RC generate a new one for you to use!
  • Redis packets no-longer contain plugin private key.
  • Made the magic link connection confirmation on MCLoader more specific on where it was registered.
  • Add ability to lock servers, preventing players from connecting to them without the proxy using // send server
  • Add /rc lock and /rc unlock to MCLoader.

We're in the middle of launching a new wiki. The current wiki has not been updated and will not be updated. Check back in so you can catch the drop of the new wiki.

Aelysium Wiki

v0.6.1 Beta

31 Aug 20:44
9baad00
Compare
Choose a tag to compare
v0.6.1 Beta Pre-release
Pre-release

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

Changes:

  • Fixed #29
  • Fixed #30
  • Fixed #31
  • Fixed #33 (Fixed /rc reload command)
  • Fixes console spam if Redis can't connect

Aelysium Wiki

v0.6.0 Beta

08 Aug 05:51
952e387
Compare
Choose a tag to compare
v0.6.0 Beta Pre-release
Pre-release

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

Changes:

  • Add Party system
  • Add Friends system
  • Rewrite tpa system
  • Add family anchors
  • Rewrite the entire RC core
  • Add hub system
  • Remove server register/unregister commands
  • Add Magic Link service
  • Rebase the entire API to not use get in getters anymore
  • Add MOST_CONNECTION as a load-balancing algorithm
  • Add lots of new commands and split out some config items from the main config
  • port plugin to gradle
  • Add the ability to just type // on RC-Velocity instead of only /rc

This version rewrites major segments of RC core. Bugs may be more present than normal; especially around the Friends/Party systems.

Aelysium Wiki

v0.5.3 Beta

14 Jul 14:40
952e387
Compare
Choose a tag to compare
v0.5.3 Beta Pre-release
Pre-release

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

Changes:

Aelysium Wiki

v0.5.2 Beta

19 Jun 17:51
f0030be
Compare
Choose a tag to compare
v0.5.2 Beta Pre-release
Pre-release

Please report any errors or bugs to us. The wiki has been updated to the latest version.
NOTE: v0.5.0 rewrites major components of the RustyConnector core. Some of which (particularly the Redis rewrite) contained a memory leak! Please update from v0.5.0 or v0.5.1 to v0.5.2 as soon as possible!

Changes:

  • Fix #7
  • Fix #11 (Commands must be executed as rustyconnector-paper:rc on sub-servers now)
  • Optimize Redis Publisher (Messages should publish instantly now)

Aelysium Wiki