API
# API Purpose
We warmly welcome the development of more add-on plugins by integrating with this plugin. If you need additional APIs, please contact me to add them.
# 1. Importing the API Dependency Package
<repository>
<id>handy-repository-releases</id>
<name>handy-repository</name>
<url>https://nexus.handyplus.cn/releases</url>
</repository>
<dependency>
<groupId>cn.handyplus.intensify</groupId>
<artifactId>PlayerIntensify</artifactId>
<version>3.2.2</version>
<scope>provided</scope>
</dependency>