Download and Install Bukkit
- Create a folder for Bukkit, anywhere it doesn't matter
- Head over to http://dl.bukkit.org and download the latest version of Bukkit, note that if you want to use the latest version of Minecraft, you might need to download the Beta Build and save the .jar file to the folder.
- Rename the downloaded .jar file from craftbukkit-#.#.#-R#.#.jar to craftbukkit.jar
- Open Notepad, insert the following text:
java -Xms1024M -Xmx1024M -jar craftbukkit.jar -o true
PAUSE
- Save the file in the folder as run.bat
Run Bukkit
Double click run.bat
Test Bukkit
Open Minecraft, Multiplayer, Direct Connect, Type "localhost", Join Server
You can stop bukkit by typing stop in the bukkit command window
Download and Install Raspberry Juice
- Download raspberry juice from http://dev.bukkit.org/bukkit-mods/raspberryjuice/files/
- Save the raspberry juice .jar file to plugins folder in the bukkit folder
- Start up bukkit
If everything has gone to plan you should see a message when you start up bukkit that RaspberryJuice has been enabled.
Now, you can run the programs you created for Minecraft: Pi Edition on the full edition of Minecraft.
Minecraft Analogue Clock running using Bukkit and Raspberry Juice
Limitations
The raspberry juice plugin doesn't currently support all the functions of the Minecraft: Pi Edition API, see http://dev.bukkit.org/bukkit-mods/raspberryjuice/ for a list of supported functions.
Really cool! How do you run your python files, though? I've been trying to find out for a long time!
ReplyDeleteThis comment has been removed by the author.
DeleteThis comment has been removed by the author.
ReplyDeleteDoes not work!!!
ReplyDeletecmd says:
unable to access jarfile craftbukkit.jar
I am getting an import error "ImportError: No module named 'connection'" And I have tried several things to try to run the programs but it doesn't work, help please.
ReplyDeleteAre you using Python 3? The python api library from mojang only works with Python 2.
DeleteI've set this up but I can't find any tutorials on how to use it :/ not sure where to put the python file and how to use it with the raspberry pi(I have bukkit and raspberry juice on the pi).
ReplyDeleteAny help would be very helpful :)
I want to use this plugin to control the GPIO on the raspberry pi :) so I can move the redstone logic to a breadboard.
You can use Bukkit in the same way you would use Minecraft: Pi edition.
ReplyDeleteIf bukkit and juice is install on your Pi it should be pretty easy as the mcpi python libraries are installed by default with Raspbian.
Create a simple program:
from mcpi.minecraft import Minecraft
mc = Minecraft.create()
mc.postToChat("hi")
Save it anywhere on your Pi and run it! If your connect to Minecraft server on the Pi you should see the message.
Thanks for the reply :) got it working now.
DeleteI think the first thing I'm going to make is a script that allows you to type in /Python [File].