8000 GitHub - craft-together/Rinku: ⛓ Manage account connections between Minecraft and Discord
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on Feb 28, 2022. It is now read-only.

craft-together/Rinku

Repository files navigation



⛓ Rinku (DEPRECATED)

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

Download

To download Rinku go to releases

Developers

replace VERSION with the latest version (see the badges at top of repo)

Gradle:

repositories {
    maven {
        url: 'https://repo.polarian.dev/repo'
    }
}
dependencies {
    compileOnly 'xyz.crafttogether:Rinku:VERSION`
}

Maven:

<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>

About

⛓ Manage account connections between Minecraft and Discord

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

0