API
# API Purpose
We warmly welcome integration with this plugin to develop more addon plugins. If you need additional APIs, please contact me to add them.
# I. 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.death.mark</groupId>
<artifactId>DeathMark</artifactId>
<version>1.0.0</version>
<scope>provided</scope>
</dependency>