ok to being your gana need a bukkit.jar aka craftbukkit-0.0.1-SNAPSHOT.jar
just google that and you'll find it very easily than save to a folder on your desktop
open the folder on your desktop make a new text document named run.bat if it doesnt change from .txt then just type in any letter and save as run.Bat that should work if not if u need me to help just pm me
now when and if the file is a .Bat file edit it and C&P this code into it dont change it and for some it might not work it does work for 32 bit pc (not for mc or linex)
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 a 64 bit computer this is the code you need to place in the Run.Bat (REMINDER) this will not work for everyone
Code:
EcHo OFF
SET BINDIR=%~dp0
CD /D "%BINDIR%"
"%ProgramFilesx64%\Java\jre6\bin\java.exe" -Xincgc -Xmx1G -jar craftbukkit-0.0.1-SNAPSHOT.jar
PAUSE
run the .Bat and then let you server do its thing when tis done type in stop in the command prompt and your server will shut down then siply run the run.Bat whenever you wana start your server
now to make it cracked you open server properties file with notepad change server online to false and you have to set your hamachi or w/e ip in that file also
now with plugins you have to read the instructions for the plugins to find plugins you can always go to
Bukkit Plugin List but ofcourse there are manny places to find plugins
plz forgive any miss-spelled words ty
PRESS THANKS IF I HELPED