Developer API

Getting started

The current API version is: 2.0.0

Project Dependency

pom.xml
<repositories>
    <repository>
    <id>hypera-releases</id>
    <url>https://repo.hypera.dev/releases/</url>
  </repository>
</repositories>

<dependencies>
    <dependency>
    <groupId>dev.hypera</groupId>
    <artifactId>UltraStaffChatPro-API</artifactId>
    <version>(version)</version>
  </dependency>
</dependencies>

Plugin Dependency

In order to use UltraStaffChatPro's API, you must declare UltraStaffChatPro as a dependency of your plugin. This causes UltraStaffChatPro to be loaded before your plugin, making it possible for your plugin to use UltraStaffChatPro's API.

Declare UltraStaffChatPro as a dependency in your paper-plugin.yml file. PaperMC Documentation

Examples

Last updated

Was this helpful?