Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 1.06 KB

README.md

File metadata and controls

35 lines (24 loc) · 1.06 KB

Drop Party

A Drop Party Plugin for the Bukkit Minecraft server API.

Website: http://dev.bukkit.org/bukkit-plugins/dropparty/

Features

The License

Drop Party is licensed under the GNU Lesser General Public License Version 3

Compiling the source

Drop Party uses Maven to handle its dependencies.

  • Download and install Maven 3
  • Checkout this repo and run: mvn clean install

Contributing

Guidelines:

  • All new files must include the Drop Party license header. This can be done automatically with Maven by running mvn clean.
  • Generally follow the Oracle code conventions and the current formatting of Drop Party.
  • Use four spaces for indentation, not tabs.
  • No star/wildcard imports.
  • No trailing whitespace (spaces/tabs on new lines and end of lines).
  • 200 column limit for readability.

Contact ampayne2 for more information regarding contributing.