*

Recent Posts

Welcome, Guest. Please login or register.
March 28, 2024, 10:46:41 AM

Login with username, password and session length

Members
  • Total Members: 61
  • Latest: AciDeX
Stats
  • Total Posts: 28505
  • Total Topics: 1915
  • Online Today: 68
  • Online Ever: 455
  • (January 13, 2020, 04:13:29 PM)
Users Online
Users: 0
Guests: 46
Total: 46

Permissions

Author Topic: Running a MineCraft Server  (Read 3264 times)

0 Members and 1 Guest are viewing this topic.

Offline ZWarrior

  • Administrator
  • Hero Member
  • *****
  • Posts: 7798
  • Karma: 8
  • Shhh! Be wery wery qwiet...
    • View Profile
    • Ambush!
Running a MineCraft Server
« 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.
--------------------------------
Zoë: Shepard, isn't the Bible kind of specific about killing?
Book: Very specific. It is, however, somewhat fuzzy around the area of kneecaps.

Offline ZWarrior

  • Administrator
  • Hero Member
  • *****
  • Posts: 7798
  • Karma: 8
  • Shhh! Be wery wery qwiet...
    • View Profile
    • Ambush!
Re: Running a MineCraft Server
« Reply #1 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/
--------------------------------
Zoë: Shepard, isn't the Bible kind of specific about killing?
Book: Very specific. It is, however, somewhat fuzzy around the area of kneecaps.