Skip to content

Releases: Aelysium-Group/rusty-connector

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

v0.5.1 Beta

27 May 01:02
f1071c7
Compare
Choose a tag to compare
v0.5.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.
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 to v0.5.1 as soon as possible!

Change Log:

  • Fixed Redis based memory leak.
  • Fixed players not connecting to root-family when kicked from sub-family when catch-disconnecting-players is enabled.
  • Fixed Redis on RC-Paper not allowing you to provide an empty password.
  • Adjusted some config comments.

Aelysium Wiki

v0.5.0 Beta (Unstable)

12 May 22:55
54cd575
Compare
Choose a tag to compare
Pre-release

This version should not be used! It contains known memory leaks!

Please report any errors or bugs to us on Discord. The wiki has been updated to the latest version.
v0.5.0 rewrites major components of the RustyConnector core. MAKE SURE YOU TAKE BACKUPS BEFORE UPDATING!

Change Log:

  • Rewrote Redis core
  • Rewrote Redis messages
  • Rewrote load balancing service
  • Removed Families
  • Added Scalar Families
  • Added Static Families
  • The root family now must only be defined in the root-family.name node. Root families are always Scalar
  • Add the ability to invert whitelists so they work as blacklists
  • Optimized load balancing more
  • Added Discord Webhook integration

Aelysium Wiki