Play
This plugin lets you play MIDI songs in your server. The plugin supports most MIDI songs and automatically translates MIDI instruments to Minecraft Noteblock sounds.
To support a wider octave range different sounds are used for different sub-ranges.
Usage
Simply put MIDI files in the /midi/ directory in the main plugin folder.
All the commands can be seen using the
/midiplayer help command in-game.
Use the command
/midiplayer new <name> to create a new playlist.
Then create a jukebox from your current position through the in-game UI (
/midiplayer playlists)
You can then access the jukebox inventory by right-clicking it.
Speakers
Get speakers that extend the jukebox's range and let you separate music channels to play different instruments individually.
Base Config:
Code (YAML):
# Messages
missing_permission
:
"Missing permission: "
playlist_already_exists
:
"This playlist exists already"
playlist_created
:
"Playlist created!"
not_facing_jukebox
:
"You're not facing a valid jukebox or noteblock"
refresh_done_message
:
"Done"
separate_channels_to_be_disabled
:
"Disable Separate Channels first"
restart_playlist_to_apply
:
"Restart the playlist to apply this option"
cant_use_jukebox
:
"You are not allowed to use this block"
player_not_online
:
"This player is not online!"
player_not_owner
:
"This player is not an owner of this jukebox"
command_sender_not_owner
:
"You are not an owner of this jukebox"
# Permissions:
# midiplayer.help | access to the help command
# midiplayer.playlists | access to the playlists menu
# midiplayer.new | access to creating a new playlist
# midiplayer.remove | access to removing jukeboxes or speakers
# midiplayer.remove.all | access to removing jukeboxes or speakers without ownership
# midiplayer.owner | access to adding or removing owners
# midiplayer.owner.all | access to adding or removing owners without ownership
# midiplayer.speaker | access to getting speaker item from jukebox UI
# midiplayer.interact | access to interacting with all jukeboxes without ownership
# Enable if your server is using the plugin's resource pack
using_resource_pack
: false
Download the resource pack at:
https://www.mediafire.com/file/j6skb6uge4gjl8m/MidiPlayerRP.zip/file