For more information about this Spigot/Bukkit API, check out the official Spigot page: https://www.spigotmc.org/resources/noteblockapi.19287/ You can also view the official Wiki: https://github.com/koca2000/NoteBlockAPI/wiki/Getting-started Details for both may be inaccurate for this fork as the documentation was made for the original 1.0 branch of the plugin.
This is a fork of NoteBlockAPI's 2.0 branch for personal purposes. As of writing, this was created specifically for 1.21.4's changes. Why? This version of NoteBlockAPI sounds better, at least in my opinion. The code changes likely won't be the best, as again, this is for personal use.
- Run
mvn clean install
- This will compile the plugin and API and place it in your .m2 folder. Ex:C:\Users\<user>\.m2\repository\com\xxmicloxx\NoteBlockAPI\2.3
- Add the following to your pom.xml file for whichever plugin you need NoteBlockAPI in. This will NOT work if the the above step is not done!
<dependency>
<groupId>com.xxmicloxx</groupId>
<artifactId>NoteBlockAPI</artifactId>
<version>2.3</version>
<scope>provided</scope>
</dependency>