Bottiger

Administrator
This tutorial files are outdated, but the instructions are still useful. I have copied this from our old forum in case someone still needs it.
  1. Download this http://www.mediafire.com/?zkwu0aj252vn3wu and unzip it somewhere.
  2. Run create.bat and type your name. The project folder will appear.
  3. Download eclipse http://www.eclipse.org/ and run it
  4. Click File. Click Import. Click General. Click Existing Project...
  5. Select the directory you made with create.bat
  6. Right click your project folder on the left. Click properties. Click Java Build Path. Click Libraries tab. Click Add External JARS.
    Add bukkit-0.0.1-SNAPSHOT.jar that inside the zip file in \#1.
  7. Make the plugin.
  8. Click File. Click Export. Click java. Click JAR file. Click next. Click on your project. Click on plugin.yml on the right.
  9. Choose the destination for the jar file on the bottom where it says "Select the export destination". Try putting it in the plugins directory.