PC [Tut] How to make 1.7.9 bukkit server. [Tut]

Status
Not open for further replies.

ptimmaq2

We all make mistakes
Aug 7, 2013
283
33
Minecraft bukkit server 1.7.9 tutorial!
Why to make a bukkit server and not a vanilla one? Because on bukkit you can download plug ins and make it alot of secure and more customizing and in the end vanilla will get boring.

(if you want to portforward open the port its using and you can do this by typing ur ip address to the url bar and navigate there to ports.)
(if you going to use hamachi here is download link: )
(if you gonna host it locally, no need for these!)

Ok, let's start!

You might first go and get minecraft ( ) before this, if you already have it don't worry. hehe.

1. go to and it should look like this:
3484m1h.png

then click on "beta build 1.7.9" and download it.
2.When you have downloaded it, make a folder, anywhere you want and call it anything you want,
lets say on desktop a folder and ill call it bukkit.

3. Put the craftbukkit in the folder.

4. go to htttp://minecraft.net/download and look for title "multiplayer server", then download minecraft server 1.7.9.exe

5. once you have downloaded it, put it in the folder you made earlier.

6. now, open notepad++ or notepad, or any text editor you use and copy and paste this:
java -Xmx1024M -jar craftbukkit.jar -o true PAUSE
7. if you want it to be a cracked server change the -o true to -o false, if you want it to be online / official server keep it as true.

8. Save it to the folder you made and name it run.bat.

9. Start it up. it should start making folders wait for it stop coming up with more text, in the end your server folder will look something like this:
28bd1k4.png

(if image doesnt show go to )

10. once the run.bat is done, close it, and open server.properties if you want your server to be public, on your ip, or hamachi etc...
change the "server-ip=" to your ip you will use, if you keep it localhost, put 127.0.0.1 ("server-ip=127.0.0.1")

11. Customize all the other settings like you want them to be.

12. Start run.bat again and go join your server!

EXTRAS:

If you want a icon for your server just put a image in your folder and name it server-icon.png, make it ie. 64x64 pixels big.
and if you want to edit the motd or text before joining server edit the "motd=" in your server.properties.

If you want plug ins go ie. plugins.bukkit.org and search for plug ins you like and when you download one you should get ie. awesomeplugin.jar file (the name is something else, probably the name of the plug in...), then in your server folder there is folder called plug ins put it there.

Any help needed ask me!


- credits:
- ptimmaq2 100% (me)

Happy crafting! ;)
 
Last edited:

rasmol14

New Member
Nov 14, 2014
1
1
I have a 64 bit pc. Java 8 downloaded, but when I do what you have wrote, the cmd only open and close quickly. what is wrong?
 

Joel

Aspiring Developer
Mar 30, 2014
100
30
Try using this
Code:
@Echo OFF
SET BINDIR=%~dp0
CD /D "%BINDIR%"
"%ProgramFiles%\Java\jre7\bin\java.exe" -Xmx1024M -Xms1024M -jar craftbukkit.jar --nojline
PAUSE

instead of
Code:
java -Xmx1024M -jar craftbukkit.jar -o true PAUSE
 
Status
Not open for further replies.

Users who are viewing this thread

Top