RustyConnector-v0.8.2-Beta
on Oct 7, 2024RustyConnector-v0.8.1-Beta
on Aug 9, 2024Please 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
on May 8, 2024Please 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.
RustyConnector 0.7.2 (Beta)
on Mar 31, 2024Please report any errors or bugs to us on Discord. The wiki has been updated to the latest version.
Changes:
- Fix NoClassDef Exception
- Fix #58
RustyConnector 0.7.1 (Beta)
on Nov 9, 2023Please 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
RustyConnector 0.7.0 (Beta)
on Oct 27, 2023Please 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.
RustyConnector 0.6.1 (Beta)
on Aug 31, 2023RustyConnector 0.6.0 (Beta)
on Aug 8, 2023Please 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.
RustyConnector 0.5.3 (Beta)
on Jul 14, 2023RustyConnector 0.5.2 (Beta)
on Jun 19, 2023Please 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)
RustyConnector 0.5.1 (Beta)
on May 27, 2023Please 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.
RustyConnector 0.5.0 (Beta)
on May 12, 2023Please 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
RustyConnector 0.4.1 (Beta)
on Apr 17, 2023Please report any errors or bugs to us on Discord. The wiki has been updated to the latest version. Change Log:
- Added Folia Implementation
- Updated
/tpa
to work with Folia - Fixed issue where incoming TPA requests wouldn't appear for
/tpa deny
and/tpa accept
- Rewrite base-level RC core api
- Remove garbage debug logs (woops!)
- Fix null API call on Proxy heartbeat init
RustyConnector v0.4.0 (Beta)
on Mar 27, 2023THIS VERSION DOES NOT SUPPORT FOLIA
Version 0.4.0 (Beta) should be plenty stable for production use. Some non-fatal bugs may be present.
Please report any bugs on our Discord server. The plugin wiki has been updated to the latest version.
Change Log:
- Added cross-server
/tpa
command - Added Velocity console
/rc send
command - Added bstats
- Added config versioning and upgrade docs
- Added the removal of
/server
command (Use/rc send
instead!!!!) - Fixed issue with
.java
files compiling into the jar