Skip to content
This repository was archived by the owner on Feb 14, 2025. It is now read-only.

DaringShepard/NoteBlockAPI

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NoteBlockAPI 2.0

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.

Usage:

  1. 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
  2. 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>

About

A personal fork of the 2.0 branch of NoteBlockAPI

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%