This plugin forked from xxmicloxx/NoteBlockAPI
Add the following source to pom.xml:
<repositories>
<repository>
<id>organization</id>
<url>https://github.com/nukkitplugin/maven-repo/raw/master/</url>
</repository>
</repositories>
<dependencies>
<dependency>
<groupId>nukkitplugin</groupId>
<artifactId>NoteBlockAPI</artifactId>
<version>1.0.0-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
</dependencies>
