A fork of ReportPlus with improvements and maintenance
<repositories>
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
</repositories><dependency>
<groupId>com.github.Fernthedev</groupId>
<artifactId>ReportPlus</artifactId>
<version>Tag</version>
<scope>provided</scope>
</dependency> allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
} dependencies {
implementation 'com.github.Fernthedev:ReportPlus:Tag'
}To use the API, just use
ReportPlusAPI.getApi().There's not much to say, though if you do need help just make a github issue and it will be answered as soon as possible If you need other methods of contacting, use the original discord server for the original project if it's still up