โš™๏ธ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