interfect / BukkitForge

The world's first __opensource__ coremod. Also a port of the Bukkit server API to MinecraftForge.

Home Page:http://www.minecraftforge.net/forum/index.php/topic,3254.0.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BukkitForge - a Minecraft mod that ports the Bukkit plugin API to minecraft.

This is very WIP. Since i started doing this, i was mostly aiming for a server that didn't crash. It can load plugins, commands work, lots of things work, permissions should work, etc.

Most of this mod is a fairly straight port from Craftbukkit, but I've had to modify parts (and i anticipate modifiying more).

This is ported to 1.4, and works fine on 1.4.6/7

Jenkins? Jenkins? JENKINS!

That's right, now we have an automated jenkins build-thingy. You may find it here

Build status

Any errors with plugins go here

GETTING IT WORKING IN MCP:

After unzipping the forge source, copy bukkit_at.cfg to forge/accesstransformers (create the folder if it's not there), and copy all the files in 'lib/' (excluding bukkitAPI.jar) into the lib folder in mcp. decompile as usual. You will also need to add the files in the 'lib' folder (excluding bukkitAPI.jar) into the projects in eclipse.

COMPILING (to get all that good stuff)

You need Apache Ant and the JDK. To build, run 'git submodule init' and 'git submodule update' in the root folder. cd back up one level and simply type 'ant' in the folder with build.xml inside it.

INSTALLATION

This is a core mod, and the jar should live in the 'coremods' directory of your server. If you put it uinder 'mods' it will try and fail to load, with an uninformative message.

FOR BUKKIT DEVS WHO WANT TO ENSURE COMPATIBILITY

If your mod does NOT use guava, you're fine, it should work.

If your mod DOES use guava, you need to add 'guava10' before all of your guava imports. The reason this is required is FML uses guava 12 which is not compatible with guava 10. So BukkitForge ships with guava 10 in 'guava10.com.google.xxx' rather than 'com.google.xxx'.

OMG, LIKE, MAH PLGINS DNT LOAD!!!!!1111one!1eleven

Speak english, and please, report it in issues! Please review the new Issues Posting Guidelines

LICENSE:

This mod is licensed under the LGPL, the same as Craftbukkit.

About

The world's first __opensource__ coremod. Also a port of the Bukkit server API to MinecraftForge.

http://www.minecraftforge.net/forum/index.php/topic,3254.0.html


Languages

Language:Java 99.0%Language:Shell 0.9%Language:Perl 0.1%