API

Maven

<repositories>
  <repository>
    <id>jitpack.io</id>
    <url>https://jitpack.io</url>
  </repository>
</repositories>

<dependency>
  <groupId>com.github.AerWyn81</groupId>
  <artifactId>HeadBlocks</artifactId>
  <version>LATEST_RELEASE</version>
</dependency>

Gradle

repositories {
  maven { url 'https://jitpack.io' }
}

dependencies {
  implementation 'com.github.AerWyn81:HeadBlocks:<LATEST RELEASE>'
}

Getting the Plugin Instance

Available Events

Event
Description

HeadClickEvent

Triggered when a head is clicked (includes success status)

HeadCreatedEvent

Called when a head is created (includes the location)

HeadDeletedEvent

Triggered when a head is deleted

Last updated

Was this helpful?