Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
digital_literacy:technology_resources:minecraft:create_server [2019/10/04 11:07]
Andrei Maberley [Test the Service]
digital_literacy:technology_resources:minecraft:create_server [2019/10/28 09:57]
James Collins removed
Line 1: Line 1:
 ======Creating a Minecraft Server====== ======Creating a Minecraft Server======
  
-This tutorial is for creating a Minecraft server using the CraftBukkit Mod on Ubuntu 18.04 with 2GB or RAM. When choosing your server, be sure that it has at a minimum of 1GB of RAM. The more players you want to host, the more RAM you will require. As a guide, 1GB is a good amount for 10 players.\\  We are assuming you have logged in as root user for this tutorial.+<WRAP tip round box 800px center>This version of Minecraft is for Bedrock clients (Windows and Mac) and will not work with tablets</WRAP> 
 + 
 +This tutorial is for creating a Minecraft server using the CraftBukkit Mod on Ubuntu 18. When choosing your server, be sure that it has at a minimum of 1GB of RAM. The more players you want to host, the more RAM you will require. As a guide, 1GB is a good amount for 10 players.\\  We are assuming you have access to and logged in as root user for this tutorial.
  
 ====Make a new user for Minecraft==== ====Make a new user for Minecraft====
Line 43: Line 45:
   cd minecraft   cd minecraft
      
-Inside that folder, download the CraftBukkit Minecraft server. For this example, we are using version 1.12.2. If you want to use a earlier/later version, visit [[https://getbukkit.org/download/craftbukkit]] and use the download link provided.+Inside that folder, download the CraftBukkit Minecraft server. You can get the URL from the website [[https://getbukkit.org/download/craftbukkit]], click on the version you want to run and then copy the URL to the download. In this example, we are using 1.14.
  
-  wget -O craftbukkit-1.12.2.jar https://cdn.getbukkit.org/craftbukkit/craftbukkit-1.12.2.jar+  wget -O craftbukkit-1.14.4-R0.1-SNAPSHOT.jar https://cdn.getbukkit.org/craftbukkit/craftbukkit-1.14.4-R0.1-SNAPSHOT.jar
      
 Since we are using screen, you can start the server by running: Since we are using screen, you can start the server by running:
  
   screen -S "Minecraft Server"   screen -S "Minecraft Server"
-  java -Xmx1024M -Xms1024M -jar craftbukkit-1.12.2.jar nogui+  java -Xmx1024M -Xms1024M -jar craftbukkit-1.14.4-R0.1-SNAPSHOT.jar nogui
  
 The launching text should look something like this: The launching text should look something like this:
  
   Loading libraries, please wait...   Loading libraries, please wait...
-  [09:30.16 INFO]: Starting minecraft server version 1.12.2+  [09:30.16 INFO]: Starting minecraft server version 1.14.4-R0.1-SNAPSHOT
   [09:30.16 INFO]: Loading properties   [09:30.16 INFO]: Loading properties
   [09:30.16 WARN]: server.properties does not exist   [09:30.16 WARN]: server.properties does not exist
Line 79: Line 81:
 Now run the java command again: Now run the java command again:
  
-  java -Xmx1024M -Xms1024M -jar craftbukkit-1.12.2.jar nogui+  java -Xmx1024M -Xms1024M -jar craftbukkit-1.14.4-R0.1-SNAPSHOT.jar nogui
  
 and you should see the following output: and you should see the following output:
  
   Loading libraries, please wait...   Loading libraries, please wait...
-  [09:43.41 INFO]: Starting minecraft server version 1.12.2+  [09:43.41 INFO]: Starting minecraft server version 1.14.4-R0.1-SNAPSHOT
   [09:43.41 INFO]: Loading properties   [09:43.41 INFO]: Loading properties
   [09:43.41 INFO]: Default game type: SURVIVAL   [09:43.41 INFO]: Default game type: SURVIVAL
Line 90: Line 92:
   [09:43.42 INFO]: Starting Minecraft server on *:25565   [09:43.42 INFO]: Starting Minecraft server on *:25565
   [09:43.42 INFO]: Using epoll channel type   [09:43.42 INFO]: Using epoll channel type
-  [09:43.43 INFO]: This server is running CraftBukkit version get-Bukkit-e60fc34 (MC: 1.12.2) (Implementing API version 1.12.2-R0.1-SNAPSHOT)+  [09:43.43 INFO]: This server is running CraftBukkit version get-Bukkit-e60fc34 (MC: 1.14.4-R0.1-SNAPSHOT) (Implementing API version 1.14.4-R0.1-SNAPSHOT)
   [09:43.43 INFO]: Preparing level "world"   [09:43.43 INFO]: Preparing level "world"
   [09:43.45 INFO]: Preparing start region for level 0 (Seed: -1369994844442303813)   [09:43.45 INFO]: Preparing start region for level 0 (Seed: -1369994844442303813)
Line 190: Line 192:
 <code>    <code>   
 #!/bin/bash #!/bin/bash
-java -Xmx1024M -Xms1024M -jar craftbukkit-1.12.2.jar nogui+java -Xmx1024M -Xms1024M -jar craftbukkit-1.14.4-R0.1-SNAPSHOT.jar nogui
 echo hi echo hi
 </code> </code>

We acknowledge Aboriginal and Torres Strait Islander peoples and their continuing connection to land and as custodians of stories for millennia. We are inspired by this tradition in our work to share and preserve Queensland's memory for future generations.