âī¸ 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.
- Maven
- Gradle
compileOnly ''
Once imported, you can access the RustyConnector Toolkit from either the Proxy or MCLoader
- Proxy
- MCLoader
VelocityTinder tinder = RustyConnectorToolkit.getProxyAPI();
System.out.println(tinder.flame().version());MCLoaderTinder tinder = RustyConnectorToolkit.getMCLoaderAPI();
System.out.println(tinder.flame().version());