- 2,334 views, 1 today
- 2
- 1
4
This is guide is talking about how to set Minecraft (Craftbukkit) server
First part: Making server
Starting bat text is:
@ECHO OFF
SET BINDIR=%~dp0
CD /D "%BINDIR%"
"%ProgramFiles%Javajre7binjava.exe" -Xincgc -Xmx1G -jar craftbukkit-1.0.1-R1.jar
PAUSE
Third part: Publishing your server to Internet
-IMPORTANT!- If u wand that people from the Internet connect to your server, you need to give them your public IP!
Don't forget to comment!(You can give a diamanod, subscribe or favourite if you wand to!)
First part: Making server
- Download from Minecraft/Bukkit website server software and put it in a folder you made for your server
- If you downloaded .exe version, just run it and skip to step 9. If you downloaded .jar version,continuethe tutorial
- Open Notepad
- Type in bat text(see below)
- Replacecraftbukkit-1.0.1-R1.jar with name of your jar file(Do not forget to put .jar on end!)
- If you use Java 6 change jre7 to jre6
- If you are using32-bitJava on a 64-bit machine, change %ProgramFiles% to %ProgramFiles(x86)%
- -Xmx1G means that you given 1GB of RAM to the server. You can change the number, and you can put M instead of G to use MB
- Save to your server folder in .bat format,NOT IN .TXT FORMAT
- Run .bat file
- Wait
- When itwrites that it is done type stop
- You will find that your server folder is now full of files, so open server.properties using Notepad
- Now, you need to find your LAN IP. If your OS is Windows then continue last 4 steps, If it is not then I do not know how you will get it :(
- Start Command Prompt
- Type ipconfig
- Search for your IPv4(if you wand hamachi server, use your hamachi IPv4)
- Type it inserver.properties at lineserver-ip=
Starting bat text is:
@ECHO OFF
SET BINDIR=%~dp0
CD /D "%BINDIR%"
"%ProgramFiles%Javajre7binjava.exe" -Xincgc -Xmx1G -jar craftbukkit-1.0.1-R1.jar
PAUSE
Third part: Publishing your server to Internet
- First, you need to port forward. I do not really know anything about port forwarding, so go tohttp://portforward.com/
- Chose your router brand
- Chose your router model
- Click Search
- Click M
- Click Minecraft Server
- Port Forward :/
- Be sure that an Firewall is not blocking your server.
- Click here
- If you use Google Chrome, you will see: Your public IP address is*YOUR IP*-Learn Moreuse that IP and skip next step
- Go to first link and you will see your public IP
-IMPORTANT!- If u wand that people from the Internet connect to your server, you need to give them your public IP!
FAQ
A: Just change in your server.properties lineserver-port=25565 to another number(e.g. server-port=25555) and save the file(Players will then need to put :25555 on the end of the IP and you will need to port forward to that port)
Don't forget to comment!(You can give a diamanod, subscribe or favourite if you wand to!)
Tags |
7 Update Logs
Update #7 : by LAUAR 09/21/2012 2:34:46 pmSep 21st, 2012
Fixed a little mistake
LOAD MORE LOGS
459217
6
Create an account or sign in to comment.