ItemCase is a Bukkit plugin allowing you to showcase items on slabs. You can also use these item cases to create shops that players can buy from.
Bukkit Page
Javadoc Documentation
The latest and greatest source can be found on GitHub.
Download the latest builds on Bukkit.
ItemCase uses Maven to handle its dependencies.
- Install Maven 2 or 3
- Checkout this repo and run:
mvn clean
- 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.