![]() |
|
[Guide]: How to setup a Minecraft Bukkit server with pictures! (Windows) - Printable Version +- Sinisterly (https://sinister.li) +-- Forum: Gaming (https://sinister.li/Forum-Gaming) +--- Forum: Cross-Platform (https://sinister.li/Forum-Cross-Platform) +--- Thread: [Guide]: How to setup a Minecraft Bukkit server with pictures! (Windows) (/Thread-Guide-How-to-setup-a-Minecraft-Bukkit-server-with-pictures-Windows) |
[Guide]: How to setup a Minecraft Bukkit server with pictures! (Windows) - Ninja - 06-22-2013 How to setup a Minecraft Bukkit server with pictures! A guide by: Ninja.
Guide Index:
Introduction In this guide I will be teaching you how to setup a Minecraft Bukkit server. I will also provide an explanation on how to properly configure your server. If you take the time to read this guide, I would appreciate it if you left some feedback. Resources
Port-Forwarding This is the hardest part of the process, where most people get stuck. If you follow these steps, you will be 99% of the way done. Firstly, we need to open up our command prompt. To do so, click on your start menu, type in CMD, and press enter. Now that you have your command prompt open, type in the command IPCONFIG. You now need to look for your "Default Gateway" and your "IPv4 Address." I have done this myself for this guide, I will post a screen shot below, in case you are confused. Spoiler:![]() Once you have located both of those numbers, save them in a notepad document. You are now going to have to access your routers control panel. To do this, open up your web browser and type in your Default Gateway. Once you are logged into your routers control panel, you are going to need to locate an option normally called port-forwarding, in some cases port-triggering. I will post a picture below of where mine is located on my router. Spoiler:![]() Once you have located this, click on it. There should be an option to "add" click on that. Spoiler:![]() We need to create a custom application, call it whatever you please. I am going to call it "Minecraft". Once you have chosen a name, you're going to see a few boxes that probably look like this: Spoiler:![]() In the boxes that are asking you for a port, type in "25565" there will also be a drop down box which you need to change to "TCP/UDP". If you are required to enter an IP address, which is the case on some routers then go to http://IPChicken.com/ copy and paste the number from there into the box, and save your changes. Congratulations, you are now 99% of the way done. Configuration If you have made it this far, congratulations. This is the easy part. First things first, create a new folder on your desktop and name it whatever you please. Take the crafbukkit file that you downloaded earlier and place it in the folder. If for some reason the file is not craftbukkit you need to rename it. You are now going to need to open up a new text document in notepad, and enter the following code. Code: java -Xmx1024M -jar craftbukkit.jar -o true
PAUSEName the file whatever you please, however make sure that you make the file extension a ".bat" Place that file in the folder containing your craftbukkit file, and run it. There is only one thing left that we need to do before you are officially done. You need to open up your server.properties file using NotePad++ if you haven't downloaded it, that's fine. Just right click on the file go down to properties, change the file to open with notepad. Now you need to the line "serverip=" this is where you're going to need your IPv4 address you saved from earlier. Copy-paste that into the file where it says "serverip=" save you changes, and you are done. Congratulations. ![]() This will conclude my guide on how to setup a Minecraft Bukkit server, if you made it this far I hope that this was easy to understand, and that it helped you. I would appreciate it if you left some feedback. RE: [Guide]: How to setup a Minecraft Bukkit server with pictures! (Windows) - Wonders - 06-22-2013 Amazing guide, thanks a lot for the effort you've put in and for sharing with us! :thumbsup: RE: [Guide]: How to setup a Minecraft Bukkit server with pictures! (Windows) - Ninja - 06-22-2013 (06-22-2013, 01:30 PM)Wonders Wrote: Amazing guide, thanks a lot for the effort you've put in and for sharing with us! :thumbsup: I am glad that you enjoyed it! You're welcome! I have several others coming as well. RE: [Guide]: How to setup a Minecraft Bukkit server with pictures! (Windows) - potatoes - 06-25-2013 Wow this is really in depth. thanks alot RE: [Guide]: How to setup a Minecraft Bukkit server with pictures! (Windows) - Ninja - 06-29-2013 (06-25-2013, 08:24 PM)potatoes Wrote: Wow this is really in depth. You're welcome, I am glad that you enjoyed! RE: [Guide]: How to setup a Minecraft Bukkit server with pictures! (Windows) - Rep - 07-13-2013 Thank you very much for this, I already know how to set up a server etc.. but this will defiantly help people starting a new Bukkit server! RE: [Guide]: How to setup a Minecraft Bukkit server with pictures! (Windows) - Demoz - 07-13-2013 Instead of IPChicken you can just go to whatismyip.com and go to CMD and type "ipconfig /all" it will give you all the information that IPChicken does. Nice tutorial. It will help many beginners. RE: [Guide]: How to setup a Minecraft Bukkit server with pictures! (Windows) - Boyd - 07-13-2013 A bigger and better tutorial was just posted on how to do this. RE: [Guide]: How to setup a Minecraft Bukkit server with pictures! (Windows) - Burak - 07-13-2013 (07-13-2013, 05:25 PM)JeremyMcKinnon Wrote: A bigger and better tutorial was just posted on how to do this. This; I might make a MineCraft server soon just to see how people make $1000 from that lmao. |