Skip to content

possi/plib

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
src
 
 
 
 
 
 
 
 

plib

Possis Library is just another Bukkit Plugin Library

The main goal to achiev with this library is to generate the plugin.yml and config.yml automatically from source code. So adding new permissions or increasing version number in pom.xml doesn't require you to update plugin.yml. Make your config.yml auto-update able.

To generate the plugin.yml before jar-generation you have to use Maven to build your project. As long as there is no documentation take a look at the pom.xml from LimitedCreative.

Possis Code-Conventions

  • 4 Spaces, no Tabs.
  • Opening braces in same line
  • Max. line length of 120 chars is explicit optional! (Don't come up with breaking at 80 chars, that doesn't help anyone!)

CheckStyle configuration: https://dl.dropbox.com/u/5023975/coding/checkstyle.xml

How to use CheckStyle in Eclipse: http://eclipse-cs.sourceforge.net/downloads.html then Right-click the Project and Checkstyle -> Actiate Checkstyle

Helper

To use Bukkit Translations you can use this tool: http://public.ja-s.de/bukkit/translation.php to convert between .properties and lua-style translations.

About

Possis Library is just another Bukkit Plugin Library

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages