API
# API Purpose
We welcome integration with this plugin to develop more extension plugins. If you need more APIs, please contact us to add them.
# I. Add API Dependency
<repository>
<id>handyplus-maven</id>
<url>https://maven.cnb.cool/handyplus/maven/-/packages/</url>
</repository>
<dependency>
<groupId>cn.handyplus.scoreboard</groupId>
<artifactId>PlayerScoreboard</artifactId>
<version>1.2.0</version>
<scope>provided</scope>
</dependency>