For the complete documentation index, see llms.txt. This page is also available as Markdown.

API

Getting Started

To get started you need to install our repository and dependencies to your project. You can simply copy and paste the maven & gradle configuration as follows:

Maven

<repositories>
  <!-- playerpoof -->
  <repository>
    <id>playerpoof</id>
    <url>https://maven.playerpoof.com/repository/maven-public/</url>
  </repository>
</repositories
<dependencies>
  <!-- playerpoof bukkit api -->
  <dependency>
    <groupId>com.playerpoof</groupId>
    <artifactId>api-bukkit</artifactId>
    <version>1.1.1</version>
    <scope>provided</scope>
  </dependency>
</dependencies>

Gradle

Useful functions

Our api is not finished so at the moment you'll find all interesting functions in the PlayerPoofAPI class.

Last updated