Ambush! - The Online Geek Community

Computer Related => Gaming => MineCraft => Topic started by: ZWarrior on April 10, 2012, 09:25:41 PM

Title: Running a MineCraft Server
Post by: ZWarrior on April 10, 2012, 09:25:41 PM
1) create a folder. We'll call it C:\Minecraft
2) download minecraft_server.jar from Minecraft.net to the folder you created.
3) create a text file in that folder. Call it start_server.bat
4) open the text file and put the following code in the file.

Quote
@echo off
java -Xmx3072M -Xms3072M -jar minecraft_server.jar

5) save the file
6) create new file called server.properties and edit in notepad.

Quote
#Minecraft server properties
#Fri Mar 02 15:56:03 CST 2012
allow-nether=true
level-name=<YOUR LEVEL NAME>
enable-query=false
allow-flight=false
server-port=25565
level-type=DEFAULT
enable-rcon=false
level-seed=-1339188001
server-ip=
max-build-height=256
spawn-npcs=true
white-list=false
spawn-animals=true
online-mode=true
pvp=false
difficulty=1
gamemode=0
max-players=20
public=false
spawn-monsters=false
view-distance=10
generate-structures=true
motd=<YOUR MESSAGE TO THE WORLD>

7) Save the file
8) create a file named ops.txt and add your account to the contents
9) run the batch file.
Title: Re: Running a MineCraft Server
Post by: ZWarrior on July 09, 2013, 09:48:54 PM
update 1.6 is out and the details are here including the new server.

https://mojang.com/2013/07/minecraft-the-horse-update/