ℹ️Informations

You have all the information about the zAuctionHouse API

JavaDoc: https://javadocs.groupez.dev/zauctionhousev3

JitPack: https://jitpack.io/#Maxlego08/zAuctionHouseV3-API/

Maven

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

<dependencies>
	<dependency>
		<groupId>com.github.Maxlego08</groupId>
		<artifactId>zAuctionHouseV3-API</artifactId>
		<version>3.2.1.9</version>
		<scope>provide</scope>
	</dependency>
</dependencies>

Gradle

First step

You will be able to retrieve the plugin's interfaces this way:

Then you just have to look in the javadoc for the elements you need. Nevertheless, if you need help with the API don't hesitate to come to the discord to ask for help.

Last updated

Was this helpful?