Welcome to RCM-Whitelists! A native whitelists module built for RustyConnector.
You can download the jar from the Releases tab.
- Download the jar from the Releases tab.
- Make sure you download whatever jar supports your version of RustyConnector.
- Copy the jar into the
rc-modulesdirectory on your Proxy. - Reload the RustyConnector Kernel.
<repository>
<id>mrnavastar-releases</id>
<name>MrNavaStar's Repository</name>
<url>https://maven.mrnavastar.me/releases</url>
</repository>
<dependency>
<groupId>group.aelysium.rustyconnector</groupId>
<artifactId>rcm-whitelists</artifactId>
<version>0.9.1-1</version>
</dependency>maven {
name "mrnavastarReleases"
url "https://maven.mrnavastar.me/releases"
}
implementation "group.aelysium.rustyconnector:rcm-whitelists:0.9.1-1"You can access the Whitelist registry from the RustyConnector Proxy Kernel:
WhitelistRegistry registry = RC.Module("Whitelists");