promotional bannermobile promotional banner

NoteBlockAPI

Abandoned
An API for playing NoteBlockStudio-Files

NoteBlockAPI

NoteBlockAPI - play .nbs files as noteblock sounds



Play your favorite songs ingame!



Features

  • play .nbs files ingame as noteblock sounds
  • easy to use
  • uses multi threading

Plugins that use NoteBlockAPI

NoteBlockPlayer: play for certain or all players .nbs files
Pl3xPager: get your attention by playing .nbs files
McMusic: play .nbs files
Bamradio: play .nbs files
ServerMusic: play .nbs files with signs
icJukeBox: song selector with a fancy chest-gui
Dubstep Gun: use the power of Dupstep
JoinMusik: play a .nbs file for players that join your server


How to get .nbs

Download .nbs files

You can simply download a few songs here:
.nbs list or scroll down for another list


Convert .midi to .nbs

use Minecraft Note Block Studio:
http://www.stuffbydavid.com/mcnbs
1. import your .midi file to Note Block Studio;
2. save the file as .nbs file in your plugin folder


How to use (since version 1.1.0)

Step 1/2:
add this line to your plugin.yml:

depend: [NoteBlockAPI]

Step 1:
Parse a .nbs file

Song s = NBSDecoder.parse(new File(getDataFolder(), "Song.nbs"));
or
Song s = NBSDecoder.parse(new File("/plugins/myplugin/Song.nbs"));

Step 2:
Create a player for the song

SongPlayer sp = new RadioSongPlayer(s);

Step 3:
define if the song should end when no one listens to it

sp.setAutoDestroy(true);

Step 4:
Add players to Song

sp.addPlayer(e.getPlayer());

Step 5:
Play song

sp.setPlaying(true);


GitHub

Contribute now and help us to update and improve NoteBlockAPI!
https:github.com/xxmicloxx/NoteBlockAPI

The NoteBlockAPI Team

profile avatar
  • 3
    Projects
  • 136.1K
    Downloads

More from Forge_User_04848670

  • iPaint project image

    iPaint

    • 31.6K
    • Bukkit Plugins

    iPaint

    • 31.6K
    • December 23, 2014
    • Bukkit Plugins
  • NoteBlockPlayer project image

    NoteBlockPlayer

    • 14.4K
    • Bukkit Plugins

    play .midi and .nbs files ingame

    • 14.4K
    • January 23, 2014
    • Bukkit Plugins
  • ScoreboardAPI project image

    ScoreboardAPI

    • 9.1K
    • Bukkit Plugins

    An API for the minecraft scoreboard.

    • 9.1K
    • April 3, 2013
    • Bukkit Plugins
  • iPaint project image

    iPaint

    • 31.6K
    • Bukkit Plugins

    iPaint

    • 31.6K
    • December 23, 2014
    • Bukkit Plugins
  • NoteBlockPlayer project image

    NoteBlockPlayer

    • 14.4K
    • Bukkit Plugins

    play .midi and .nbs files ingame

    • 14.4K
    • January 23, 2014
    • Bukkit Plugins
  • ScoreboardAPI project image

    ScoreboardAPI

    • 9.1K
    • Bukkit Plugins

    An API for the minecraft scoreboard.

    • 9.1K
    • April 3, 2013
    • Bukkit Plugins