GitXplorerGitXplorer
n

DropChest

public
15 stars
10 forks
4 issues

Commits

List of commits on branch master.
Unverified
9d4cf96419d81b0fb3d28f7f2698c9a91452b260

Updated for Bukkit-1.1-R5

nnarrowtux committed 13 years ago
Unverified
0bb97b0000885e4f830c2249b0c0e1353c4cb87e

Updated pom.xml with latest Bukkit version and new Spout info.

committed 13 years ago
Unverified
29f0cfd5b23c1eecccc9e97068907491d474e5eb

Removed console spam.

nnarrowtux committed 13 years ago
Unverified
6568bcf54f8e484dd8e0ce52354906151c818ebf

Pom spring cleaning

committed 13 years ago
Unverified
26445a6430ab32932a2f47c8d56af5ee9511fe16

Merge branch 'master' of github.com:narrowtux/DropChest

nnarrowtux committed 13 years ago
Unverified
8adaa092b68bf5125a20f12ec66ce1a7f6f078c4

Fix for bukkit perms

nnarrowtux committed 13 years ago

README

The README file for this repository.

DropChest

Copyright (c) 2011-2012, Moritz Schmale narrow.m@gmail.com
DropChest is licensed under GNU GENERAL PUBLIC LICENSE Version 3

Get support on my Bukkit forum thread.
Track and submit issues and bugs on my issue tracker.

Follow narrowtux on Twitter @narrowtux

Source

The latest and greatest source can be found on GitHub.
Download the latest builds from Jenkins.

Compiling

DropChest uses Maven to handle its dependencies.

  • Install Maven 2 or 3
  • Checkout this repo and run: mvn clean

Coding and Pull Request Formatting

  • Generally follow the Oracle coding standards.
  • Use tabs, no spaces.
  • No trailing whitespaces.
  • No 80 column limit or midstatement newlines.
  • Pull requests must compile and work.
  • Pull requests must be formatted properly.
  • Number of commits in a pull request should be kept to a minimum.
  • No merges should be included in pull requests unless the pull request's purpose is a merge.

Please follow the above conventions if you want your pull request(s) accepted.