Skip to main content

âš’ī¸ Installation

danger

This page is still under construction

caution

This page is for the RustyConnector API. For the plugin wiki, go here.

The RustyConnector Toolkit grants you access to the power of RustyConnector through a custom Java API!

Requirements​

  • Java 17 or later

Getting Started​

You can import the RustyConnector Tollkit via Maven and Gradle.

Once imported, you can access the RustyConnector Toolkit from either the Proxy or MCLoader

VelocityTinder tinder = RustyConnectorToolkit.getProxyAPI();

System.out.println(tinder.flame().version());