GitXplorerGitXplorer
n

NarrowtuxLib

public
4 stars
2 forks
4 issues

Commits

List of commits on branch master.
Unverified
1551be84920f1518fdb795085f49181308ed99c2

Update pom.xml to bukkit-1.2.3-R0.3-SNAPSHOT

nnarrowtux committed 13 years ago
Unverified
4aadea43533b579af1abce6690ee6aad11aed264

Version 1.3.0

nnarrowtux committed 13 years ago
Unverified
638ee86ee383b0c603934d657fe5fb395e0be92b

Updated for Bukkit 1.1-R5

nnarrowtux committed 13 years ago
Unverified
0fa017f30ce1f0af4e1dc656d0ff8593123ab1e7

Added LICENSE.txt to repo.

committed 13 years ago
Unverified
907110ceec5012b831df5facf1fb4bf3ec518cdd

Updated pom.xml with latest Bukkit version and new spout.org URLs.

committed 13 years ago
Unverified
2c0f3f0f01a090bbeffa087636f6391b0caedbb8

Updated dependency information and versions

committed 13 years ago

README

The README file for this repository.

NarrowtuxLib

Copyright (c) 2011-2012, Moritz Schmale narrow.m@gmail.com
NarrowtuxLib 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.
View the latest Javadoc.

Compiling

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