We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
A good way to develop for Minecraft Pi is to use an SSH tunnel to the raspberry. Then you don't need to code directly on the Pi.
If raspi is the hostname of your device:
raspi
ssh -L 4711:raspi:4711 pi@raspi
Afterwards, just connect the library to localhost on port 4711.
localhost
4711