Skip to content

MIDI ReceiverServer-side MIDI playback plugin

Listen for midi:action and play note block sounds in real time.

MIDI Receiver preview

Overview

MIDI Receiver is a server plugin that listens for midi:action plugin messages and plays note block sounds based on incoming MIDI data.

MidiAction payload

java
record MidiAction(
    String name,
    int command,
    int channel,
    int data1,
    int data2
)

Requirements

  • Spigot/Paper server (1.20+ recommended)
  • MIDI client mod that sends midi:action messages