An ItemCase fork with the goal of working on Minecraft 1.17
Go to file
2018-06-26 14:34:19 +01:00
src Fixes #2: Remove JANSI dependency for console colours 2018-06-26 14:34:19 +01:00
.gitignore Add custom console logger. 2017-08-11 22:53:26 +01:00
LICENSE Initial commit 2017-08-07 02:43:01 +01:00
licenseheader.txt Add custom console logger. 2017-08-11 22:53:26 +01:00
pom.xml Fixes #2: Remove JANSI dependency for console colours 2018-06-26 14:34:19 +01:00
README.md Initial setup. 2017-08-07 03:31:00 +01:00

ItemCase

ItemCase is a Bukkit plugin allowing you to showcase items on slabs, that can also be used as shops.

Bukkit Page

Javadoc Documentation

Source

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

Compiling

ItemCase 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 spaces not tabs.
  • No trailing whitespaces.
  • Pull requests must compile and work correctly.
  • Pull requests must be formatted properly.
  • Number of commits in a pull request should be kept to a minimum.

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