Minecraft microcontrollers mod
See also cranberri-gui. See also cranberri-guides (in German).
- Install the Cranberri GUI, which you can use to install all necessary components and start the server.
- Launch Minecraft 1.19.4 and connect to the server at server address
localhost
.
- Download and install PaperMC 1.19.4 inside ./dev-server
- Build cranberri-server-plugin:
$ gradlew installServerPlugin
inside ./cranberri-server-plugin - Execute server:
$ java -jar paper-1.19.4-....jar -nogui
inside ./dev-server