Files
Paper/paper-server
CraftBukkit/Spigot 3402e64ba9 Added version output to CraftBukkit that displays on startup.
Add a version display to the startup of CraftBukkit so that we have all
the information we need for support purposes simply by requesting a
server log be pastebinned. I wanted to have it display right after the
official Minecraft version is, but that would require modifying
the server itself.

By: EvilSeph <evilseph@unaligned.org>
2011-02-05 03:10:03 -05:00
..
2011-01-02 10:58:11 +01:00
2011-01-02 10:58:11 +01:00
2011-02-01 21:55:30 +00:00

CraftBukkit

A Bukkit (Minecraft Server API) implementation

Coding Conventions

  • We generally follow the Sun/Oracle coding standards.
  • No tabs; use 4 spaces instead.
  • No trailing whitespaces.
  • No 80 column limit or midstatement newlines.

Follow the above conventions if you want your pull requests accepted.

Compilation

We use maven to handle our dependencies.

  • Install Maven 3
  • Check out and install Bukkit
    • Note: this is not needed as the repository we use has Bukkit too, but you might have a newer one (with your own changes :D)
  • Check out this repo and: mvn clean package