{"id":29354,"date":"2020-01-21T17:10:20","date_gmt":"2020-01-21T09:10:20","guid":{"rendered":"\/blog\/?p=29354"},"modified":"2020-01-21T17:10:21","modified_gmt":"2020-01-21T09:10:21","slug":"how-to-run-minecraft-pi-server-creation-mods-and-more","status":"publish","type":"post","link":"https:\/\/www.seeedstudio.com\/blog\/2020\/01\/21\/how-to-run-minecraft-pi-server-creation-mods-and-more\/","title":{"rendered":"How to Run Minecraft Pi? Server Creation, Mods, and more!"},"content":{"rendered":"\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img fetchpriority=\"high\" decoding=\"async\" width=\"488\" height=\"366\" src=\"https:\/\/blog.seeedstudio.com\/wp-content\/uploads\/2020\/01\/image-193.png\" alt=\"\" class=\"wp-image-29364\" srcset=\"https:\/\/www.seeedstudio.com\/blog\/wp-content\/uploads\/2020\/01\/image-193.png 488w, https:\/\/www.seeedstudio.com\/blog\/wp-content\/uploads\/2020\/01\/image-193-300x225.png 300w\" sizes=\"(max-width: 488px) 100vw, 488px\" \/><\/figure><\/div>\n\n\n\n<p>Ever played the popular sandbox game Minecraft but wonder how you can download and run Minecraft Pi Edition on the Raspberry Pi? With today&#8217;s tutorial, I&#8217;ll cover the following topics:<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>How to install Minecraft Pi<\/li><li>Creating a Minecraft Pi server for multiplayer<\/li><li>Running Minecraft Pi Mods with Python Programming API<\/li><li>Minecraft Pi Projects<\/li><\/ul>\n\n\n\n<p>Before we get started if you&#8217;ve yet to own a Pi, what are you waiting for? Here at Seeed, we carry the latest <a href=\"https:\/\/www.seeedstudio.com\/Raspberry-Pi-4-Computer-Model-B-4GB-p-4077.html?utm_source=blog&amp;utm_medium=blog\">Raspberry Pi 4 Computer Model B 4GB<\/a> that guarantees smooth running of Minecraft for your selection!<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Installing Minecraft Pi with Raspbian <\/strong><\/h2>\n\n\n\n<p>As Minecraft Pi is the only version of the game that comes with a programming interface, we&#8217;ll be running commands on the command terminal. Good news if you&#8217;re running Raspbian, the default OS for Raspberry Pi as it should have Minecraft Pi already pre-installed!<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" src=\"https:\/\/www.digikey.com\/-\/media\/MakerIO\/Images\/blogs\/2018\/How%20to%20Create%20a%20Raspberry%20Pi%20Python%20Program\/Fig-1.jpg?ts=37c67d99-923e-4b5a-851b-fa64d95c0fec&amp;la=en-US\" alt=\"\"\/><\/figure>\n\n\n\n<p>However, if for some reason you do not have Minecraft Pi in your system, simply launch the terminal window (4th icon from the left) and run this command at the command prompt:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo apt-get install minecraft-pi <\/code><\/pre>\n\n\n\n<p>Minecraft Pi can then be run by clicking the Desktop Icon or with the command line below:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>minecraft-pi<\/code><\/pre>\n\n\n\n<hr class=\"wp-block-separator\"\/>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>How to create a Minecraft Server?<\/strong><\/h2>\n\n\n\n<p>Have friends that play on the Minecraft Pi too or want to play with other players on the multiplayer server? Here&#8217;s how you can set up the latest 1.15.1.jar server with this tutorial!<\/p>\n\n\n\n<p>Note: If you want to access your Minecraft server, you&#8217;ll need a paid copy of Minecraft for Windows or Mac, with a username and login. <\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>1. Raspberry Pi Setup<\/strong><\/h3>\n\n\n\n<p>We&#8217;ll have to first set up your Raspberry Pi to get it ready. So, first, make sure that your Pi is connected to the internet with WiFI or Ethernet.<\/p>\n\n\n\n<p><strong>Connected? Let&#8217;s Get Started!<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\"><li><strong>Step 1:<\/strong> Open the terminal window and type the following commands:<\/li><\/ul>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo apt-get update\nsudo apt-get upgrade<\/code><\/pre>\n\n\n\n<ul class=\"wp-block-list\"><li><strong>Step 2: <\/strong>Type the following command to get into the Raspberry Pi Configuration settings:<\/li><\/ul>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo raspi-config<\/code><\/pre>\n\n\n\n<p>Head to Advanced Options -> Memory Split, and change the figure to 16, click save your changes. This way, more memory can be freed for the server.<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li><strong>Step 3:<\/strong> Finding your local IP address for users to connect to your server once installed<\/li><\/ul>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo hostname -I<\/code><\/pre>\n\n\n\n<p>Take note of the outputted number, as you&#8217;ll require that for other users to join your server.<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li><strong>Step 4:<\/strong> Installing Java<\/li><\/ul>\n\n\n\n<p>As the server setup is only compatible with Minecraft: Java Edition, this step is necessary. Otherwise, you wouldn&#8217;t be able to build or launch the server. Install it via the command below:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo apt install default-jdk<\/code><\/pre>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>2. Installing Minecraft Server<\/strong><\/h3>\n\n\n\n<p>Now that we&#8217;ve set up everything that you need, its time to download and install the actual Minecraft server software!<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>Step 1: Copy and paste the command below in your terminal: <\/li><\/ul>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo mkdir \/home\/minecraftcd \/home\/minecraft\nsudo wget https:\/\/hub.spigotmc.org\/jenkins\/job\/BuildTools\/lastSuccessfulBuild\/artifact\/target\/BuildTools.jar<\/code><\/pre>\n\n\n\n<ul class=\"wp-block-list\"><li>Step 2: Enter the following command to ensure that you see a file that looks like &#8220;BuildTools.jar&#8221;<\/li><\/ul>\n\n\n\n<pre class=\"wp-block-code\"><code>ls<\/code><\/pre>\n\n\n\n<ul class=\"wp-block-list\"><li><strong>Step 3:<\/strong> Run the BuildTools file we just downloaded and type the following command to create a Minecraft server<\/li><\/ul>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo java -jar BuildTools.jar<\/code><\/pre>\n\n\n\n<p>Once installed, you&#8217;ll receive a message that the compilation is done!<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>3. Launching your Minecraft Server<\/strong><\/h3>\n\n\n\n<p>Now you&#8217;re ready to launch and run your Minecraft Server.<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>Copy and paste the launch command below into terminal (Ensure that you&#8217;re still in the \/home\/minecraft\/directory)<\/li><\/ul>\n\n\n\n<pre class=\"wp-block-code\"><code>java -Xmx1024M -Xms1024M -jar minecraft_server.1.15.1.jar nogui<\/code><\/pre>\n\n\n\n<ul class=\"wp-block-list\"><li>If the Minecraft server stops working after it the End User License Agreement (EULA), you&#8217;ll need to open the text document and change the wording as follow: <\/li><\/ul>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo nano eula.txt<\/code><\/pre>\n\n\n\n<p>Now your Minecraft server should launch successfully after you run the launch command again!<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>4. Connect to your Minecraft Server and Start Playing!<\/strong><\/h3>\n\n\n\n<p>Now that your server is up and running, all that&#8217;s left is for you to connect to the server!<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>Launch Minecraft and log in with your credentials, press play and choose the multiplayer button<\/li><li>Click on direct connect if you want to enter server details every time you connect or click add server if you want to save the details<\/li><li>Enter server details with the IP address earlier, click done<\/li><li>Select server and Join<\/li><\/ul>\n\n\n\n<p>And now we&#8217;re done! Your very own Minecraft Server running on the Raspberry Pi. Enjoy the multiplayer world by sending your IP address to your friends and family!<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>How to run Minecraft Pi Mods with Python API<\/strong><\/h2>\n\n\n\n<p>Since Minecraft comes with a programming interface, you can create games or run mods to enhance your gaming experience! Not only that, it&#8217;s a fun way to start with python programming as well.<\/p>\n\n\n\n<p>The way you can get started is with Python API, allowing you to write programs that control, alter, and unlock the whole new world of Minecraft hacking! Let&#8217;s get started with a few fun hacks you can try.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Hello Minecraft World<\/strong><\/h3>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img decoding=\"async\" width=\"370\" height=\"207\" src=\"https:\/\/blog.seeedstudio.com\/wp-content\/uploads\/2020\/01\/image-189.png\" alt=\"\" class=\"wp-image-29360\" srcset=\"https:\/\/www.seeedstudio.com\/blog\/wp-content\/uploads\/2020\/01\/image-189.png 370w, https:\/\/www.seeedstudio.com\/blog\/wp-content\/uploads\/2020\/01\/image-189-300x168.png 300w, https:\/\/www.seeedstudio.com\/blog\/wp-content\/uploads\/2020\/01\/image-189-360x200.png 360w\" sizes=\"(max-width: 370px) 100vw, 370px\" \/><\/figure><\/div>\n\n\n\n<p>The first code that all programmers learn is called &#8220;Hello World&#8221;, which puts &#8220;Hello World&#8221; on the screen. We&#8217;ll be doing the same but in Minecraft!<\/p>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>Here are the steps:<\/strong><\/h4>\n\n\n\n<ul class=\"wp-block-list\"><li>Head to the Minecraft Menu by hitting the ESC key, but leave the game running<\/li><li>Open Python IDLE: Menu > Programming > Python 3<\/li><li>Hit File > New Window and create a new program. Save it as hellominecraftworld.py. <\/li><li>Import the Minecraft module by copy and pasting the code below:<\/li><\/ul>\n\n\n\n<pre class=\"wp-block-code\"><code>import mcpi.minecraft as minecraft<\/code><\/pre>\n\n\n\n<ul class=\"wp-block-list\"><li>Create a connection from your program to Minecraft, calling it mc: mc = minecraft.Minecraft.create() <\/li><li>Use your Minecraft connection and the function postToChat() to put the following message in the chat window:<\/li><\/ul>\n\n\n\n<pre class=\"wp-block-code\"><code>mc.postToChat(\"Hello Minecraft World\")<\/code><\/pre>\n\n\n\n<ul class=\"wp-block-list\"><li>Run your program by clicking Run > Run Module<\/li><\/ul>\n\n\n\n<p style=\"background-color:#efffef\" class=\"has-background\">Now head back to Minecraft and you&#8217;ll see the message &#8220;Hello Minecraft World&#8221; on your screen. You&#8217;ve now successfully programmed your first code in Minecraft Pi!<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Teleportation Mod<\/strong><\/h3>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img decoding=\"async\" width=\"190\" height=\"336\" src=\"https:\/\/blog.seeedstudio.com\/wp-content\/uploads\/2020\/01\/image-190.png\" alt=\"\" class=\"wp-image-29361\" srcset=\"https:\/\/www.seeedstudio.com\/blog\/wp-content\/uploads\/2020\/01\/image-190.png 190w, https:\/\/www.seeedstudio.com\/blog\/wp-content\/uploads\/2020\/01\/image-190-170x300.png 170w\" sizes=\"(max-width: 190px) 100vw, 190px\" \/><\/figure><\/div>\n\n\n\n<p>Now that you&#8217;ve programmed your first code in Minecraft Pi, we&#8217;ll move on to some fun hacks you can try. Firstly, teleporting with this teleportation mod!<\/p>\n\n\n\n<p>Using your newly learned skills, we&#8217;ll be utilizing the player and block axis to teleport them to wherever you want. When you first spawn, your player starts at point x = 0, y =0, z=0, and by adding codes, you can choose which position you want your player to teleport to. <\/p>\n\n\n\n<p>Here&#8217;s how to do with an example of putting your player 100 blocks up the air:<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>Add the following code to your Minecraft World Program:<\/li><\/ul>\n\n\n\n<pre class=\"wp-block-code\"><code>mc.player.setPos(0, 100, 0)<\/code><\/pre>\n\n\n\n<ul class=\"wp-block-list\"><li>Click Run > Run Module to run your program<\/li><li>Switch back to Minecraft and watch your player fall to the floor<\/li><\/ul>\n\n\n\n<p style=\"background-color:#f0fdef\" class=\"has-background\">You can change the value in setPos() to teleport your player in the places you wish!<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Changing Blocks with Block ID Mod<\/strong><\/h3>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"482\" height=\"288\" src=\"https:\/\/blog.seeedstudio.com\/wp-content\/uploads\/2020\/01\/image-191.png\" alt=\"\" class=\"wp-image-29362\" srcset=\"https:\/\/www.seeedstudio.com\/blog\/wp-content\/uploads\/2020\/01\/image-191.png 482w, https:\/\/www.seeedstudio.com\/blog\/wp-content\/uploads\/2020\/01\/image-191-300x179.png 300w\" sizes=\"(max-width: 482px) 100vw, 482px\" \/><\/figure><\/div>\n\n\n\n<p>Every played Minecraft and find it difficult to source for the block that you&#8217;re looking for? With this mod, you can turn any block in the world into any other block; E.g. Dirt to diamond, water to lava, etc.!<\/p>\n\n\n\n<p>In this tutorial, we&#8217;ll be turning a character into an Ice Man, leaving trails of snow wherever he walks and turning blocks into ice with the touch of his sword!<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>You can change the code block.SNOW to other different blocks and see what happens with the complete list <a href=\"http:\/\/magpi.cc\/294zAfk\">here!<\/a> <\/li><\/ul>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>Here&#8217;s are the steps:<\/strong><\/h4>\n\n\n\n<ul class=\"wp-block-list\"><li>Launch Python 3<\/li><li>Create a new program and save it as &#8216;iceman.py&#8217;<\/li><li>Import both Minecraft and block modules at the top of your program:<\/li><\/ul>\n\n\n\n<pre class=\"wp-block-code\"><code>import mcpi.minecraft as minecraft\nimport mcpi.block as block<\/code><\/pre>\n\n\n\n<ul class=\"wp-block-list\"><li>Create a connection from your program to Minecraft and call it mc: mc = minecraft.Minecraft.create()<\/li><li>Get your player&#8217;s tile position and store it in a variable called:  p: p = mc.player.getTilePos() <\/li><li>Use the setBlock function to change this block to snow:<\/li><\/ul>\n\n\n\n<pre class=\"wp-block-code\"><code>mc.setBlock(p.x, p.y, p.z, block.SNOW)<\/code><\/pre>\n\n\n\n<ul class=\"wp-block-list\"><li>Click Run > Run Module to run your program<\/li><\/ul>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Minecraft TNT Run Game<\/strong><\/h3>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"475\" height=\"271\" src=\"https:\/\/blog.seeedstudio.com\/wp-content\/uploads\/2020\/01\/image-192.png\" alt=\"\" class=\"wp-image-29363\" srcset=\"https:\/\/www.seeedstudio.com\/blog\/wp-content\/uploads\/2020\/01\/image-192.png 475w, https:\/\/www.seeedstudio.com\/blog\/wp-content\/uploads\/2020\/01\/image-192-300x171.png 300w\" sizes=\"(max-width: 475px) 100vw, 475px\" \/><\/figure><\/div>\n\n\n\n<p>Remember the times where we would place TNT and light it up to clear terrains? Now, we&#8217;ll be using it to create a game called TNT Run, where you&#8217;ll be running a long line of TNT and trying to make it to safety before it explodes in your face!<\/p>\n\n\n\n<p>What makes this game run special on the Pi edition is the TNT behaves differently here. Normally, when you set off TNT with fire charge or flaming equipment, but in the Pi edition, all you need is to hit it a couple of times with anything. To achieve that, we&#8217;ll have to add block data values.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>Here&#8217;s the code to run this game on your Minecraft Pi:<\/strong><\/h4>\n\n\n\n<pre class=\"wp-block-code\"><code>#import all the necessary modules\nfrom mcpi.minecraft import Minecraft\nfrom mcpi import block\nimport time\n\n#connect with the minecraft world\nmc=Minecraft.create()\n\n#get the players position\npos=mc.player.getTilePos()\n\n#check if the end of the world will engulf your TNT creation and will then move you if you are to close\nif pos.z&lt;-40:\n    mc.postToChat('teleporting to safer distance in progress!')\n    mc.player.setPos(pos.x,pos.y,-40)\n    pos=mc.player.getTilePos()\n\n\n#mark were the teleport is\nzpos=pos.z-40\n\n#create the valley by hollowing it out with air\n#mc.setBlocks(pos.x-1,pos.y+3,pos.z,pos.x+1,pos.y-7,pos.z,block.AIR.id)\nmc.setBlocks(pos.x-1,pos.y+3,pos.z,pos.x+1,pos.y-7,pos.z-88,block.AIR.id)\n\n\n#build the invisible bedrock support\nmc.setBlocks(pos.x,pos.y-1,pos.z,pos.x,pos.y-7,pos.z,block.BEDROCK_INVISIBLE.id)\nmc.setBlocks(pos.x-1,pos.y-1,pos.z,pos.x,pos.y-7,pos.z,block.BEDROCK_INVISIBLE.id)\nmc.setBlocks(pos.x+1,pos.y-1,pos.z,pos.x,pos.y-7,pos.z,block.BEDROCK_INVISIBLE.id)\nmc.setBlocks(pos.x,pos.y-1,pos.z-88,pos.x-1,pos.y-7,pos.z-88,block.BEDROCK_INVISIBLE.id)\nmc.setBlocks(pos.x-1,pos.y-1,pos.z-88,pos.x,pos.y-7,pos.z-88,block.BEDROCK_INVISIBLE.id)\nmc.setBlocks(pos.x+1,pos.y-1,pos.z-88,pos.x,pos.y-7,pos.z-88,block.BEDROCK_INVISIBLE.id)\nmc.setBlocks(pos.x,pos.y,pos.z,pos.x,pos.y-7,pos.z-92,block.BEDROCK_INVISIBLE.id)\n\n#build the bomb\nmc.setBlocks(pos.x,pos.y,pos.z,pos.x,pos.y,pos.z-88,block.TNT.id,1)\n\n#build the end podium\nmc.setBlocks(pos.x-2,pos.y,pos.z-93,pos.x+2,pos.y,pos.z-97,block.GLOWING_OBSIDIAN.id)\nmc.setBlocks(pos.x-1,pos.y+1,pos.z-94,pos.x+1,pos.y+1,pos.z-96,block.NETHER_REACTOR_CORE.id,1)\nmc.setBlock(pos.x,pos.y+2,pos.z-95,block.REDSTONE_ORE.id)\n\n#setting how many teleports you have\nteleport=1\n\n#build the display teleport signal block\nmc.setBlock(pos.x+1,pos.y+1,pos.z-44,block.NETHER_REACTOR_CORE.id,2)\nmc.setBlock(pos.x-1,pos.y+1,pos.z-44,block.NETHER_REACTOR_CORE.id,2)\n\n#teleport player when at a certain position\nwhile teleport ==1:\n    pos=mc.player.getTilePos()\n    if pos.z==zpos:\n        mc.player.setPos(pos.x,pos.y,pos.z-24)\n        teleport=0<\/code><\/pre>\n\n\n\n<p style=\"font-size:17px\">Above is just a few Minecraft Pi Edition mods and games you can try. For the full list of what you can do in Minecraft Pi, do check out this <a href=\"https:\/\/www.raspberrypi.org\/magpi-issues\/Essentials_Minecraft_v1.pdf\">Minecraft Essential Guide<\/a>!<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Minecraft Pi Projects<\/strong><\/h2>\n\n\n\n<p>To end off today&#8217;s tutorial, here&#8217;s an interesting project you can try to enhance your gaming experience on Minecraft Pi Edition!<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Build a Custom Controller to Control Minecraft Pi<\/strong><\/h3>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large is-resized\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/hackster.imgix.net\/uploads\/attachments\/211880\/Z3qMFJefb9FgwfzVzdEr.jpg?auto=compress%2Cformat&amp;w=900&amp;h=675&amp;fit=min\" alt=\"\" width=\"380\" height=\"286\"\/><\/figure><\/div>\n\n\n\n<p>Want to dump the normal controls of using a Keyboard and Mouse when playing Minecraft Pi? Well, with this project, you&#8217;re able to build a custom controller that takes the gaming experience to the next level! Fear not as with the hardware used, interfacing is made simple as well.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>What do you need?<\/strong><\/h4>\n\n\n\n<p><strong>Hardware components:<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>Dexter Industries GrovePi+<\/li><li>Raspberry Pi 2 Model B<\/li><li>Dexter Industries Raspbian for Robots<\/li><li>Seeed Grove Buttons<\/li><li><a href=\"https:\/\/www.seeedstudio.com\/Grove-Thumb-Joystick.html?utm_source=blog&amp;utm_medium=blog\">Seeed Grove Joystick<\/a><\/li><li>Wireless Keyboard and Mouse<\/li><\/ul>\n\n\n\n<p><strong>Software apps and online services:<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>Dexter Industries Raspbian for Robots<\/li><\/ul>\n\n\n\n<p>Interested to find out more? You can check out the <a href=\"https:\/\/project.seeedstudio.com\/dexterindustries\/build-a-custom-minecraft-controller-d55d9c\">full tutorial by Dexter Industries on Seeed Project Hub!<\/a><\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Summary<\/strong><\/h2>\n\n\n\n<p>That\u2019s all for today\u2019s tutorial on Minecraft Pi. I hope with this, you get a basic understanding of how to install Minecraft Pi, create servers and run mods on it!<\/p>\n\n\n\n<p>Do consider the latest and greatest <a href=\"https:\/\/www.seeedstudio.com\/Raspberry-Pi-4-Computer-Model-B-4GB-p-4077.html?utm_source=blog&amp;utm_medium=blog\">Raspberry Pi 4 Computer Model B<\/a> to go alongside it!<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Ever played the popular sandbox game Minecraft but wonder how you can download and run<\/p>\n","protected":false},"author":2850,"featured_media":29365,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_lmt_disableupdate":"","_lmt_disable":"","_price":"","_stock":"","_tribe_ticket_header":"","_tribe_default_ticket_provider":"","_tribe_ticket_capacity":"0","_ticket_start_date":"","_ticket_end_date":"","_tribe_ticket_show_description":"","_tribe_ticket_show_not_going":false,"_tribe_ticket_use_global_stock":"","_tribe_ticket_global_stock_level":"","_global_stock_mode":"","_global_stock_cap":"","_tribe_rsvp_for_event":"","_tribe_ticket_going_count":"","_tribe_ticket_not_going_count":"","_tribe_tickets_list":"[]","_tribe_ticket_has_attendee_info_fields":false,"iawp_total_views":0,"footnotes":""},"categories":[1],"tags":[2720],"class_list":["post-29354","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-news","tag-python-3"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v24.0 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>How to Run Minecraft Pi? Server Creation, Mods, and more! - Latest News from Seeed Studio<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.seeedstudio.com\/blog\/2020\/01\/21\/how-to-run-minecraft-pi-server-creation-mods-and-more\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to Run Minecraft Pi? Server Creation, Mods, and more! - Latest News from Seeed Studio\" \/>\n<meta property=\"og:description\" content=\"Ever played the popular sandbox game Minecraft but wonder how you can download and run\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.seeedstudio.com\/blog\/2020\/01\/21\/how-to-run-minecraft-pi-server-creation-mods-and-more\/\" \/>\n<meta property=\"og:site_name\" content=\"Latest News from Seeed Studio\" \/>\n<meta property=\"article:published_time\" content=\"2020-01-21T09:10:20+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2020-01-21T09:10:21+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.seeedstudio.com\/blog\/wp-content\/uploads\/2020\/01\/minecraft-pi.png\" \/>\n\t<meta property=\"og:image:width\" content=\"704\" \/>\n\t<meta property=\"og:image:height\" content=\"453\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Shawn\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Shawn\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"10 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.seeedstudio.com\/blog\/2020\/01\/21\/how-to-run-minecraft-pi-server-creation-mods-and-more\/\",\"url\":\"https:\/\/www.seeedstudio.com\/blog\/2020\/01\/21\/how-to-run-minecraft-pi-server-creation-mods-and-more\/\",\"name\":\"How to Run Minecraft Pi? Server Creation, Mods, and more! - Latest News from Seeed Studio\",\"isPartOf\":{\"@id\":\"https:\/\/www.seeedstudio.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.seeedstudio.com\/blog\/2020\/01\/21\/how-to-run-minecraft-pi-server-creation-mods-and-more\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.seeedstudio.com\/blog\/2020\/01\/21\/how-to-run-minecraft-pi-server-creation-mods-and-more\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.seeedstudio.com\/blog\/wp-content\/uploads\/2020\/01\/minecraft-pi.png\",\"datePublished\":\"2020-01-21T09:10:20+00:00\",\"dateModified\":\"2020-01-21T09:10:21+00:00\",\"author\":{\"@id\":\"https:\/\/www.seeedstudio.com\/blog\/#\/schema\/person\/c9b61b761840d544e2d830b0e3bc9fe2\"},\"breadcrumb\":{\"@id\":\"https:\/\/www.seeedstudio.com\/blog\/2020\/01\/21\/how-to-run-minecraft-pi-server-creation-mods-and-more\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.seeedstudio.com\/blog\/2020\/01\/21\/how-to-run-minecraft-pi-server-creation-mods-and-more\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.seeedstudio.com\/blog\/2020\/01\/21\/how-to-run-minecraft-pi-server-creation-mods-and-more\/#primaryimage\",\"url\":\"https:\/\/www.seeedstudio.com\/blog\/wp-content\/uploads\/2020\/01\/minecraft-pi.png\",\"contentUrl\":\"https:\/\/www.seeedstudio.com\/blog\/wp-content\/uploads\/2020\/01\/minecraft-pi.png\",\"width\":704,\"height\":453,\"caption\":\"How to Run Minecraft Pi? Server Creation, Mods, And More!\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.seeedstudio.com\/blog\/2020\/01\/21\/how-to-run-minecraft-pi-server-creation-mods-and-more\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.seeedstudio.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to Run Minecraft Pi? Server Creation, Mods, and more!\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.seeedstudio.com\/blog\/#website\",\"url\":\"https:\/\/www.seeedstudio.com\/blog\/\",\"name\":\"Latest News from Seeed Studio\",\"description\":\"Emerging IoT, AI and Autonomous Applications on the Edge\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.seeedstudio.com\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.seeedstudio.com\/blog\/#\/schema\/person\/c9b61b761840d544e2d830b0e3bc9fe2\",\"name\":\"Shawn\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.seeedstudio.com\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/5afdc71205d9d485de69bc4b192294e3?s=96&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/5afdc71205d9d485de69bc4b192294e3?s=96&r=g\",\"caption\":\"Shawn\"},\"url\":\"https:\/\/www.seeedstudio.com\/blog\/author\/shawn\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to Run Minecraft Pi? Server Creation, Mods, and more! - Latest News from Seeed Studio","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.seeedstudio.com\/blog\/2020\/01\/21\/how-to-run-minecraft-pi-server-creation-mods-and-more\/","og_locale":"en_US","og_type":"article","og_title":"How to Run Minecraft Pi? Server Creation, Mods, and more! - Latest News from Seeed Studio","og_description":"Ever played the popular sandbox game Minecraft but wonder how you can download and run","og_url":"https:\/\/www.seeedstudio.com\/blog\/2020\/01\/21\/how-to-run-minecraft-pi-server-creation-mods-and-more\/","og_site_name":"Latest News from Seeed Studio","article_published_time":"2020-01-21T09:10:20+00:00","article_modified_time":"2020-01-21T09:10:21+00:00","og_image":[{"width":704,"height":453,"url":"https:\/\/www.seeedstudio.com\/blog\/wp-content\/uploads\/2020\/01\/minecraft-pi.png","type":"image\/png"}],"author":"Shawn","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Shawn","Est. reading time":"10 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.seeedstudio.com\/blog\/2020\/01\/21\/how-to-run-minecraft-pi-server-creation-mods-and-more\/","url":"https:\/\/www.seeedstudio.com\/blog\/2020\/01\/21\/how-to-run-minecraft-pi-server-creation-mods-and-more\/","name":"How to Run Minecraft Pi? Server Creation, Mods, and more! - Latest News from Seeed Studio","isPartOf":{"@id":"https:\/\/www.seeedstudio.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.seeedstudio.com\/blog\/2020\/01\/21\/how-to-run-minecraft-pi-server-creation-mods-and-more\/#primaryimage"},"image":{"@id":"https:\/\/www.seeedstudio.com\/blog\/2020\/01\/21\/how-to-run-minecraft-pi-server-creation-mods-and-more\/#primaryimage"},"thumbnailUrl":"https:\/\/www.seeedstudio.com\/blog\/wp-content\/uploads\/2020\/01\/minecraft-pi.png","datePublished":"2020-01-21T09:10:20+00:00","dateModified":"2020-01-21T09:10:21+00:00","author":{"@id":"https:\/\/www.seeedstudio.com\/blog\/#\/schema\/person\/c9b61b761840d544e2d830b0e3bc9fe2"},"breadcrumb":{"@id":"https:\/\/www.seeedstudio.com\/blog\/2020\/01\/21\/how-to-run-minecraft-pi-server-creation-mods-and-more\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.seeedstudio.com\/blog\/2020\/01\/21\/how-to-run-minecraft-pi-server-creation-mods-and-more\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.seeedstudio.com\/blog\/2020\/01\/21\/how-to-run-minecraft-pi-server-creation-mods-and-more\/#primaryimage","url":"https:\/\/www.seeedstudio.com\/blog\/wp-content\/uploads\/2020\/01\/minecraft-pi.png","contentUrl":"https:\/\/www.seeedstudio.com\/blog\/wp-content\/uploads\/2020\/01\/minecraft-pi.png","width":704,"height":453,"caption":"How to Run Minecraft Pi? Server Creation, Mods, And More!"},{"@type":"BreadcrumbList","@id":"https:\/\/www.seeedstudio.com\/blog\/2020\/01\/21\/how-to-run-minecraft-pi-server-creation-mods-and-more\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.seeedstudio.com\/blog\/"},{"@type":"ListItem","position":2,"name":"How to Run Minecraft Pi? Server Creation, Mods, and more!"}]},{"@type":"WebSite","@id":"https:\/\/www.seeedstudio.com\/blog\/#website","url":"https:\/\/www.seeedstudio.com\/blog\/","name":"Latest News from Seeed Studio","description":"Emerging IoT, AI and Autonomous Applications on the Edge","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.seeedstudio.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/www.seeedstudio.com\/blog\/#\/schema\/person\/c9b61b761840d544e2d830b0e3bc9fe2","name":"Shawn","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.seeedstudio.com\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/5afdc71205d9d485de69bc4b192294e3?s=96&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/5afdc71205d9d485de69bc4b192294e3?s=96&r=g","caption":"Shawn"},"url":"https:\/\/www.seeedstudio.com\/blog\/author\/shawn\/"}]}},"modified_by":"Shawn","views":35742,"featured_image_urls":{"full":["https:\/\/www.seeedstudio.com\/blog\/wp-content\/uploads\/2020\/01\/minecraft-pi.png",704,453,false],"thumbnail":["https:\/\/www.seeedstudio.com\/blog\/wp-content\/uploads\/2020\/01\/minecraft-pi-80x80.png",80,80,true],"medium":["https:\/\/www.seeedstudio.com\/blog\/wp-content\/uploads\/2020\/01\/minecraft-pi-300x193.png",300,193,true],"medium_large":["https:\/\/www.seeedstudio.com\/blog\/wp-content\/uploads\/2020\/01\/minecraft-pi.png",640,412,false],"large":["https:\/\/www.seeedstudio.com\/blog\/wp-content\/uploads\/2020\/01\/minecraft-pi.png",640,412,false],"1536x1536":["https:\/\/www.seeedstudio.com\/blog\/wp-content\/uploads\/2020\/01\/minecraft-pi.png",704,453,false],"2048x2048":["https:\/\/www.seeedstudio.com\/blog\/wp-content\/uploads\/2020\/01\/minecraft-pi.png",704,453,false],"visody_icon":["https:\/\/www.seeedstudio.com\/blog\/wp-content\/uploads\/2020\/01\/minecraft-pi.png",32,21,false],"magazine-7-slider-full":["https:\/\/www.seeedstudio.com\/blog\/wp-content\/uploads\/2020\/01\/minecraft-pi.png",704,453,false],"magazine-7-slider-center":["https:\/\/www.seeedstudio.com\/blog\/wp-content\/uploads\/2020\/01\/minecraft-pi.png",704,453,false],"magazine-7-featured":["https:\/\/www.seeedstudio.com\/blog\/wp-content\/uploads\/2020\/01\/minecraft-pi.png",704,453,false],"magazine-7-medium":["https:\/\/www.seeedstudio.com\/blog\/wp-content\/uploads\/2020\/01\/minecraft-pi.png",591,380,false],"magazine-7-medium-square":["https:\/\/www.seeedstudio.com\/blog\/wp-content\/uploads\/2020\/01\/minecraft-pi.png",675,434,false]},"author_info":{"display_name":"Shawn","author_link":"https:\/\/www.seeedstudio.com\/blog\/author\/shawn\/"},"category_info":"<a href=\"https:\/\/www.seeedstudio.com\/blog\/category\/news\/\" rel=\"category tag\">News<\/a>","tag_info":"News","comment_count":"0","_links":{"self":[{"href":"https:\/\/www.seeedstudio.com\/blog\/wp-json\/wp\/v2\/posts\/29354","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.seeedstudio.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.seeedstudio.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.seeedstudio.com\/blog\/wp-json\/wp\/v2\/users\/2850"}],"replies":[{"embeddable":true,"href":"https:\/\/www.seeedstudio.com\/blog\/wp-json\/wp\/v2\/comments?post=29354"}],"version-history":[{"count":1,"href":"https:\/\/www.seeedstudio.com\/blog\/wp-json\/wp\/v2\/posts\/29354\/revisions"}],"predecessor-version":[{"id":29366,"href":"https:\/\/www.seeedstudio.com\/blog\/wp-json\/wp\/v2\/posts\/29354\/revisions\/29366"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.seeedstudio.com\/blog\/wp-json\/wp\/v2\/media\/29365"}],"wp:attachment":[{"href":"https:\/\/www.seeedstudio.com\/blog\/wp-json\/wp\/v2\/media?parent=29354"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.seeedstudio.com\/blog\/wp-json\/wp\/v2\/categories?post=29354"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.seeedstudio.com\/blog\/wp-json\/wp\/v2\/tags?post=29354"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}