Skip to content

Spigot-coders/DropParty

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

85 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%