Note to command
Note to Command
Short description
This simple plugin allows you to convert noteblocks to command blocks, for example if you want to play up some tunes for the whole server. Requires WorldEdit
Commands & Permissions
| Command | Permission | Description | Other |
| /notetocommand [player] [x] [y] [z] [volume] | notetocommand.convert.note | Converts noteblocks in selection to commandblocks | All the arguments are optional |
| /commandtonote | notetocommand.convert.command | Converts commandblocks in selection to noteblocks | Usefull for editing the notes |
| /editvolume <instument> <volume> | notetocommand.edit.volume | Edits the volume of the specified instument | Valid instruments: bassattack (Bass guitar), snare (Snare drum), hat (Sticks), bd (Bass drum) and harp (Piano) |
Installation
- Download the plugin jar
- Download WorldEdit if not already installed
- Stop your server
- Put the jars into your servers plugin folder
- Start your server
- Done! Enjoy!
Few usefull links:
Minecraft noteblock studio. Program to create noteblock songs/tunes. How to import the songs
Source code
The source code can be found at GitHub. Feel free to use any parts of the code and include them in your own plugins, and report any issues you have with the plugin.
ToDo
- Nothing! Any suggestions?
Small note
As I couldn't find a better way of detecting what instrument the block under the noteblock corresponds, I had to input all the block types manually. This means some blocks might faulty be detected as piano. If you do find a block like that, please, do tell me ASAP.
Comments