Personal fork of Waterfall.
You can review all changes here
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
<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>
repositories {
maven {
url 'https://repo.mrivanplays.com/repository/ivan/'
}
}
dependencies {
compileOnly 'com.mrivanplays:ivancord-api:1.17-R0.1-SNAPSHOT'
}