API
# API Purpose
You are very welcome to develop more add-ons by integrating with this plugin. If you need more APIs, please contact me to add them
# 1. Import API Dependency
<repository>
<id>handy-repository-releases</id>
<name>handy-repository</name>
<url>https://nexus.handyplus.cn/releases</url>
</repository>
<dependency>
<groupId>cn.handyplus.currency</groupId>
<artifactId>PlayerCurrency</artifactId>
<version>1.1.8</version>
<scope>provided</scope>
</dependency>