Rinku is now deprecated and replaced with craftcore
Plugin to connect your Minecraft Account with Discord.
💬 Discord commands
Get a code via direct messages to connect the Discord account to Minecraft.
/link
Unlink your connection.
/unlink
⛏ Minecraft commands
Verify the code you got from /link
/verify
To download Rinku go to releases
replace VERSION
with the latest version (see the badges at top of repo)
repositories {
maven {
url: 'https://repo.polarian.dev/repo'
}
}
dependencies {
compileOnly 'xyz.crafttogether:Rinku:VERSION`
}
<repositories>
<repository>
<id>polarian-repo</id>
<url>https://repo.polarian.dev/repo</url>
</repository>
</repositories>
<dependencies>
<dependency>
<groupId>xyz.crafttogether</groupId>
<artifactId>Rinku</artifactId>
<version>VERSION</version>
<scope>provided</scope>
</dependency>
</dependencies>