Skip to content

organization/NoteBlockAPI-Nukkit

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 

Repository files navigation

NoteBlockAPI

This plugin forked from xxmicloxx/NoteBlockAPI

Test video on Youtube

NoteBlockAPI Test (with ServerSongTest)

How to use in maven (pom.xml)

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>

About

A simple API for note block music

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Java 100.0%