Developer API
Add the following to your repositories section:
maven { url 'https://repo.artillex-studios.com/releases/' }
Add the dependency to your dependencies section:
compileOnly("com.artillexstudios:AxGraves:CHANGE-THIS")
Add the following to your repositories section:
<repository>
<id>Artillex-Studios</id>
<url>https://repo.artillex-studios.com/releases/</url>
</repository>
Add the following to your dependencies section:
<dependency>
<groupId>com.artillexstudios</groupId>
<artifactId>AxGraves</artifactId>
<version>CHANGE-THIS</version>
<scope>provided</scope>
</dependency>
Replace CHANGE-THIS to the latest version:
API Usage
Events
Event | Description |
---|---|
GraveInteractEvent | Called when a player opens/collects a grave |
GraveOpenEvent | Called when a player opens a grave |
GravePreSpawnEvent | Called before a grave have spawned |
GraveSpawnEvent | Called after a grave have spawned |
Last modified: 20 November 2024