Giter VIP home page Giter VIP logo

bukkitforge's Introduction

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

See a list of working plugins here.

BukkitForge Team Members:

keepcalm

alexbegt

SpoonsJTD

IRC

We have a irc, you can find it on irc.esper.net, #bukkitforge.

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:

  1. Download the MCP and Extract it.
  2. Download Forge
  3. Extract the minecraftforge-src-1.4.7-VersionHere.zip into your MCP folder and you will get a folder called Forge. If you see a install.cmd/install.sh your at the right place.
  4. Make a folder called accesstransformers inside the Forge Folder. You will need to make this.
  5. Put the bukkit_at.cfg into the Folder Accesstransformer inside forge.
  6. Copy Everything from the Lib Folder into the Lib Folder in MCP.
  7. Then run the install.cmd/install.sh in forge.
  8. When its done decompiling, Open to the Src Folder from bukkitforge Copy everything into the folder src/minecraft.
  9. Open Eclipse.
  10. Open to Where you downloaded mcp/eclipse in Eclipse.
  11. Right Click the Minecraft Porject and hit Properties.
  12. Then go to the Java Build Path.
  13. Click Libraries.
  14. Then click Add Jars.
  15. Then click on the lib folder.
  16. And add the files: commons-lang-2.3, argo-2.25, ebean-2.8.1, gson-2.1-cb, guava10-renamed, jansi-1.9, snakeyaml-1.9, SpecialSource-1.3-SNAPSHOT, and sqlite-jdbc-3.7.2 to it.
  17. You should have no errors at this time.

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.

bukkitforge's People

Contributors

spoonsjtd avatar keepcalm avatar gravypod avatar zach-hill avatar mikeprimm avatar vidplace7 avatar agaricusb avatar krim404 avatar interfect avatar mrfrase3 avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.