Hello,
I made a Minecraft server, and I wanted to add the Bukkit Essentials plugins and the War plugins, but they didn't work.
I also have some questions:
Is CraftBukkit is a whole new server or just a mod for my current server?
Where can I find an updated War plugin?
Or am I wrong about all of this?
Anyway, I just want to understand this stuff so I can use it.
Thanks for clearing things up for me!
I made a Minecraft server, and I wanted to add the Bukkit Essentials plugins and the War plugins, but they didn't work.
I also have some questions:
Is CraftBukkit is a whole new server or just a mod for my current server?
Where can I find an updated War plugin?
Or am I wrong about all of this?
Anyway, I just want to understand this stuff so I can use it.
Thanks for clearing things up for me!
2
Bukkit is a whole different server, and it's not a plugin for the regular server. Try to follow those steps;
1) Go to http://bukkit.org/
2) Download the Latest Recommed Build on the right collum
3) Save it in a new empty folder you want it.
4) In that folder, make a text document, and paste this:
@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
PLEASE NOTE
If you run windows x32, be sure you remove (x86).
5) Save the text document as a .bat file in the same folder as the Bukkit server
6) Boot the .bat file
7) Folders will create, including a plugin folder
8) Download essentials and place the Jar file in the plugins folder.
Goodluck!
1) Go to http://bukkit.org/
2) Download the Latest Recommed Build on the right collum
3) Save it in a new empty folder you want it.
4) In that folder, make a text document, and paste this:
@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
PLEASE NOTE
If you run windows x32, be sure you remove (x86).
5) Save the text document as a .bat file in the same folder as the Bukkit server
6) Boot the .bat file
7) Folders will create, including a plugin folder
8) Download essentials and place the Jar file in the plugins folder.
Goodluck!
Bukkit is its own seperate server. Just put your .jar files in the plugin directory of craftbukkit. Once you run the server the config files will be created. Edit those files to change server settings. Don't use word/notepad use a program such as notepad++ and do not include any tabs within the config files. If you need more specific help you will have to post up more details.
