Name | Midi |
Syntax | midi [cancel/<file> (tempo:<#.#>) (volume:<#.#>)] (<location>/<entity>|...) |
Short Description | Plays a midi file at a given location or to a list of players using note block sounds. |
Full Description | This will fully load a midi song file stored in the '../plugins/Denizen/midi/' folder.
The file must be a valid midi file with the extension '.mid'. It will continuously play the song as noteblock songs at the given location or group of players until the song ends. If no location or entity is specified, by default this will play for the attached player. Also, an example Midi song file has been included: "Denizen" by Black Coyote. He made it just for us! Check out more of his amazing work at: http://www.youtube.com/user/BlaCoyProductions The midi command is ~waitable. Refer to ~waitable. |
Related Tags | None
|
Usage Example |
|
Usage Example |
|
Usage Example |
|
Synonyms (Search Aid) | music |
Group | world |
Source | https://github.com/DenizenScript/Denizen/blob/dev/plugin/src/main/java/com/denizenscript/denizen/scripts/commands/world/MidiCommand.java#L30 |