โ๏ธUltimateReportAPI
API Interface for UltimateReport plugin
๐ New Feature: UltimateReport API Integration
Empower your plugins and moderation tools with the new UltimateReport API! This developer-friendly API allows seamless integration with the report system โ enabling you to automate, analyze, and extend reporting capabilities directly from your code. ๐ ๏ธ๐ก
๐ฆ Easy Integration via JitPack
Add the API to your Maven project in just a few steps:
Repository:
<repositories>
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
</repositories>Dependency:
<dependency>
<groupId>com.github.MonkeyMoon104</groupId>
<artifactId>UltimateAPIReport</artifactId>
<version>Tag</version> <!-- Replace 'Tag' with a valid release tag -->
</dependency>๐งฉ Available API Methods
Hereโs what you can do with just a few lines of Java:
๐ก What Can You Build?
๐ง Create reports programmatically from your own plugins or Discord bots
๐ Check valid report counts on players for live punishment systems
๐ Retrieve thresholds for automatic moderation logic
๐ Access pending reports for custom dashboards or tools
๐ต๏ธ Review full player history and gain moderation insights
Last updated