Plugin API
Here you can view the JavaDocs and how to access/use the Player Trade Plugin API.
Java Docs
Maven Repository
<repositories>
...
<repository>
<id>olzie-repo</id>
<url>https://repo.olziedev.com/</url>
</repository>
</repositories><dependencies>
...
<dependency>
<groupId>com.olziedev</groupId>
<artifactId>playertrade-api</artifactId>
<version>VERSION_HERE</version>
<scope>provided</scope>
</dependency>
</dependencies>How to access the API
Some examples
Last updated