Releases: Aelysium-Group/rusty-connector
RustyConnector v0.8.2 Beta
RustyConnector v0.8.1 Beta
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.
RustyConnector v0.8.0 Beta
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.
v0.7.2 Beta
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
v0.7.1 Beta
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
v0.7.0 Beta
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.
v0.6.1 Beta
v0.6.0 Beta
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.
v0.5.3 Beta
Please report any errors or bugs to us on Discord. The wiki has been updated to the latest version.
Changes:
- Fix #21
- Improve README.md (thanks @chencu5958!)
- Add zh-hant and zh-hans translations of README.md
v0.5.2 Beta
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: