GitXplorerGitXplorer
n

Showcase

public
14 stars
5 forks
6 issues

Commits

List of commits on branch master.
Unverified
b57c8928124679c46a996572d56622355363ed34

Update to 1.2.3 - use Vault instead of Register.

nnarrowtux committed 13 years ago
Unverified
708fed77a650eb60f34ac1e13a4b87b6aeb4390d

Fix name of exchange showcases

nnarrowtux committed 13 years ago
Unverified
2721ee04d3c7f540f16529ee23fb655809a146ad

Version 0.8.1

nnarrowtux committed 13 years ago
Unverified
9cfa8e4105c1e4344b636e3c72ea47e90d23539a

Updated for Bukkit 1.1-R5

nnarrowtux committed 13 years ago
Unverified
586a6e08f5b95d8f104993f02ebf83277b85ef86

Merge pull request #10 from doekia/patch-1

nnarrowtux committed 13 years ago
Unverified
d61114ef70bfa117cfec73f9ce4dcdb7623cd19b

Update src/main/resources/showcase-fr.csv

ddoekia committed 13 years ago

README

The README file for this repository.

Showcase

Copyright (c) 2011-2012, Moritz Schmale narrow.m@gmail.com
Showcase 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

Showcase 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.