A Minecraft Bukkit plugin which enables python and/or scratch programming.
This Bukkit plugin is a fork of
RaspberryJuice that implements a Python/scratch API to vanilla minecraft (not dependent on the raspberry pi edition).
See
README_server_setup.md for instructions to set up your own python/scratch server that works on java or bedrock.
To use Python, you must connect it to a Bukkit server running this plugin, and use the companion
pyncraft library (successor to mcpi):
pip install pyncraft
Example python programs can be found
here.
To use scratch, you must use
this URL and connect it to a Bukkit server running this plugin and a websocket relay.
Example scratch programs can be found
here.