Skip to content

BukkitContrib is Bukkit server plugin and Minecraft client mod system that exposes new API for other plugins to utilize, in an attempt to bring the Minecraft Multiplayer experience to parity with the single player modding experience.

License

Nightgunner5/BukkitContrib

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BukkitContrib

An API bridge between the Minecraft client and Bukkit Server API

BukkitContrib is licensed under the LGPL. Please read the License file for details.

Javadocs: http://afforess.com/BukkitContrib
Website: [http://bit.ly/bukkitcontrib](Main Discussion Thread)

Compilation

The BukkitContrib server plugin requires CraftBukkit (preferrably the latest version) to compile against.

The BukkitContrib SP Mod requires the Minecraft Coder pack to compile against.

Formatting

  • Generally follows the Oracle coding standards.
  • BukkitContrib uses tabs, no spaces.
  • No 80 column limit or midstatement newlines.
  • Pull requests must compile and work
  • Pull requests must be formatted properly
  • When modifying Notch code (Minecraft vanilla code) include //BukkitContrib Start and //BukkitContrib end

About

BukkitContrib is Bukkit server plugin and Minecraft client mod system that exposes new API for other plugins to utilize, in an attempt to bring the Minecraft Multiplayer experience to parity with the single player modding experience.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%