Home of the Ultimate Xbox 360 Modding Tool, Horizon. XboxMB.com is a community of Xbox 360 gamers and modders who share Tutorials, News, Reviews, and other resources. Xbox Message Boards is free to sign up and use, so what are you waiting for? Register Now!
The Ultimate Minecraft Thread! | Video Tutorials | Noob Friendly
Welcome to my Minecraft Server Tutorial Thread!
Thank the topic if you watch any of the tutorials!
Minecraft Singleplayer Survival Guide
Part 1
Part 2
Part 3
How to Host your own Dedicated 24/7 Bukkit Server!
How to Host your own Bukkit Server Using your Wifi Connection! Credit to UnDeAD ZoMBiiEz!
How To Make A Bukkit Server
Step One
You should probably go here and setup an account. Once you have done that, proceed to step two.
NOTE: This is optional, but it helps you not get hit offline!
Step Two
Click the start menu. Then type "cmd" in. Then open cmd.
After cmd is opened. type "ipconfig" then look for this:
After you have found this, look for:
They are usually 10.0.0. something. If you need help finding it, PM me.
Step Three
Login to your No-IP account, and navigate to
Once you click that, enter these details (Yours will be different! This is an example.) Once you have done that, continue on to step four.
Step Four
Before you can setup the server, you must portforward. You have to port forward port 25565. Go here so you can learn. Just follow their directions.
Oh, and use this to tell if your ports are open or not. After you port forward, continue to step five.
Make a new folder and put craftbukkit.jar in there (don't rename it!)
Make a new text file and put this in it.
For 32bit
Code:
@ECHO OFF
SET BINDIR=%~dp0
CD /D "%BINDIR%"
"%ProgramFiles%\Java\jre6\bin\java.exe" -Xincgc -Xmx1G -jar craftbukkit-0.0.1-SNAPSHOT.jar
PAUSE
For 64bit:
Code:
@ECHO OFF
SET BINDIR=%~dp0
CD /D "%BINDIR%"
"%ProgramFiles(x86)%\Java\jre6\bin\java.exe" -Xincgc -Xmx1G -jar craftbukkit-0.0.1-SNAPSHOT.jar
PAUSE
Save it as run.bat and put it in the folder you just made,
Once you have done that, start run.bat. It should start making files and generating the world. Just wait a bit until it finishes. When it's done generating, close the window.
Step Six
Open the properties file called server in wordpad or any text editor. And input the info that you need. There is an example below.
Thats about it.. I hope this helped. If you need any further help, or have questions, please PM me, AIM me, or post on the thread.
How to Edit Clouds, Rain, and Snow in Minecraft
How to Make your server 99.9% Grief PROOF!
How to use World Edit and World Guard (Basic Commands)
How to use the Plugin "BigBrother" to prevent and rollback griefing!
How to Download and Install a Flatland World on your minecraft server!
How to Download and install Texture Packs!
How to Install Mods on Minecraft!
How to install Audio client for custom music! (Server must have Custom music plugin)
What is world edit? I have to be quiet and I can't watch the video..
World Edit/World Guard is a plugin that allows users to build walls in a matter of seconds.. build houses with about 3 clicks and one command. World Guard allows you to protect anything you build.
World Edit/World Guard is a plugin that allows users to build walls in a matter of seconds.. build houses with about 3 clicks and one command. World Guard allows you to protect anything you build.
Do you have to be like an Admin to use? Like if I was on someone else server?