Ansver:
Bukkit is also a type of 'server'
So you will be copying your world files from your minecraft server.
Get Java 7 before you start.
Here is how to set it up
http://www.youtube.com/watch?v=Ag2yCB5PX…
Ansver:
Download CraftBukkit from here: dl.bukkit.org/latest-rb/craftbukkit.jar
Copy this .jar file to your server folder.
Rename the .jar file to "craftbukkit".
Make a new text document inside your server folder by right clicking > new > text document.
Open it and copy this:
@ECHO OFF
SET BINDIR=%~dp0
CD /D "%BINDIR%"
"%ProgramFiles%\Java\jre6\bin\java.exe… -Xmx1024M -Xms1024M -jar craftbukkit.jar
PAUSE
If that does not work, try this:
@ECHO OFF
SET BINDIR=%~dp0
CD /D "%BINDIR%"
"%ProgramFiles(x86)%\Java\jre6\bin\jav… -Xmx1024M -Xms1024M -jar craftbukkit.jar
PAUSE
then click file > save as, then go to the bottom that says "Save as type:", change that to "All Files"
then type for file name: anyname.bat
If it does not work, try the second option above.
Copy this .jar file to your server folder.
Rename the .jar file to "craftbukkit".
Make a new text document inside your server folder by right clicking > new > text document.
Open it and copy this:
@ECHO OFF
SET BINDIR=%~dp0
CD /D "%BINDIR%"
"%ProgramFiles%\Java\jre6\bin\java.exe… -Xmx1024M -Xms1024M -jar craftbukkit.jar
PAUSE
If that does not work, try this:
@ECHO OFF
SET BINDIR=%~dp0
CD /D "%BINDIR%"
"%ProgramFiles(x86)%\Java\jre6\bin\jav… -Xmx1024M -Xms1024M -jar craftbukkit.jar
PAUSE
then click file > save as, then go to the bottom that says "Save as type:", change that to "All Files"
then type for file name: anyname.bat
If it does not work, try the second option above.
Source(s):
Ansver:
Take out the default minecraft server file and replace it with a craftbukkit file that you can download online. When I say delete a default file, I mean the one you click and it gives you all your files and folders. Then when you replace it, click on it and it should make your server bukkit.
0 comments:
Post a Comment