API
# API Purpose
Very welcome to integrate with this plugin to develop more addon plugins. If you need more APIs, please contact me to add them
# I. Import API Dependencies
<repository>
<id>handy-repository-releases</id>
<name>handy-repository</name>
<url>https://nexus.handyplus.cn/releases</url>
</repository>
<dependency>
<groupId>cn.handyplus.warp</groupId>
<artifactId>PlayerWarp</artifactId>
<version>2.1.3</version>
<scope>provided</scope>
</dependency>