1

Server stuff is confusing...

dubo1127 7/20/11 11:40 pm
118
7/21/2011 9:08 am
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!
Posted by
dubo1127
Level 28 : Expert Nerd
9

  Have something to say?

JoinSign in

2

Havencraft
07/21/2011 9:08 am
Level 1 : New Miner
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
ZaphodX
07/21/2011 8:36 am
Level 40 : Master Network
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.
1

Welcome