NoteBlockPlayer
NoteBlockPlayer - play .nbs files ingame
Need NoteBlockAPI and Protocollib in your plugins folder to work!
Features
- play .nbs files ingame as noteblock sounds
- easy to use
- multi threading
Planned features
- signs
- noteblocks
- disks
How to get .nbs
Download .nbs files
Here is a list of free .nbs files
http://www.minecraftforum.net/topic/136749-minecraft-note-block-studio-200000-downloads/#songs
Convert .midi to .nbs
use Minecraft Note Block Studio:
http://www.minecraftforum.net/topic/136749-minecraft-note-block-studio-200000-downloads/
1. import your .midi file to Note Block Studio;
2. save the file as .nbs file in your plugin folder
Where to put the .nbs file?
Simply put the .nbs file in /plugins/NoteBlockPlayer/
Commands and Permissons
| Command | Description | Permission |
|---|---|---|
| /nbp | all commands | |
| /play <me/world/all/playername> <file> <silent?> | play a song for a certain player | nbp.play |
e.g.: /play world MySong.nbs: plays the song MySong.nbs for all players in the world of the player that uses the command
/play AtrayGaming HighLife.nbs silent: plays the song HighLife.nbs for the player AtrayGaming and don't send him a message like "Started playing HighLife.nbs"
at /play, /playMe and /playAll you can add additionally "silent" if you don't want a success response
e.g.: /play all mySong.nbs silent

