Skip to content

RustyConnector allows you to set up whitelists for both your entire network and specific families!

With RustyConnector whitelists, you can create as many predefined whitelist configurations as needed. Switching between them is as simple as updating the whitelist name in your config files.

๐Ÿ“ฅ Installation โ€‹

The whitelist feature in RustyConnector is a module.
This means you must install the corresponding JAR file for it to function.

  1. Visit the whitelist module repository.
  2. Download the latest release.
  3. Place the JAR file into your proxyโ€™s rc-modules folder.

๐Ÿ“ Configuration โ€‹

The whitelist module works with whitelist configuration files.
Each config has a specific name that you will later assign to services.

Within each config, you can whitelist player UUIDs, usernames, or permissions.

Once your whitelist config is ready, add the following metadata to the proxy, family, or server config:

yml
"whitelist": "<whitelistName>"

Finally, reload the RC kernel โ€” and you're good to go!

โœจ๏ธ How It Works โ€‹

The whitelist module performs validation at the proxy level.
This means that anything attempting to filter players from within the Minecraft Loader will have no effect.

Released under the GPL-3.0 License.