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.race</groupId>
<artifactId>PlayerRace</artifactId>
<version>2.0.8</version>
<scope>provided</scope>
</dependency>