How to get started with Minecraft on Raspberry Pi

Here's how to share your world with friends around the globe by creating your own Minecraft . This method relies on either a static IP address for your home network, or the use of a dynamic DNS service.

If you wish to share the world with your friends on the same network, this is not necessary and you can just give your friends the IP address of your Raspberry Pi, which you can find out by running ifconfig in a terminal.

How to get started with Minecraft on Raspberry Pi

Overclock your Raspberry Pi to Medium. Change the memory split to 16MB. Reboot your Raspberry Pi. Download and install Java. Download and install Minecraft Server. Run the Minecraft Server using a bash script called start.sh. In a terminal, type nano start.sh. In nano, type:

/opt/jdk1.8.0/bin/java -Xms256M -Xmx496M

-jar /home/pi/spigot.jar nogui