Skip to content

MrIvanPlays/IvanCord

Repository files navigation

IvanCord

Personal fork of Waterfall.
You can review all changes here

How To (Getting a jar)

You can either build it manually using the ivancord tool and obtain a jar from IvanCord-Proxy/bootstrap/target,
or you can get it from ci.mrivanplays.com here

How To (Plugin developers)

Maven

<repositories>
    <repository>
        <id>ivan</id>
        <url>https://repo.mrivanplays.com/repository/ivan/</url>
    </repository>
<repositories>

<dependencies>
    <dependency>
        <groupId>com.mrivanplays</groupId>
        <artifactId>ivancord-api</artifactId>
        <version>1.17-R0.1-SNAPSHOT</version>
        <scope>provided</scope>
    </dependency>
</dependencies>

Gradle

repositories {
    maven {
        url 'https://repo.mrivanplays.com/repository/ivan/'
    }
}

dependencies {
    compileOnly 'com.mrivanplays:ivancord-api:1.17-R0.1-SNAPSHOT'
}

About

Personal fork of Waterfall

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages