Skip to content

VolumetricPixels/Vitals

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Vitals

## What is Vitals? Vitals is a plugin for the Spout engine that includes many features that makes running a game server easier to administrate.

## The Team

Kohle
Kohle
(Project Lead)
Denkfaehigkeit
Denkfaehigkeit
(Developer)

## Pull Request Guidelines / Code Conventions:

Coding Standards

  • If / for / while / switch statement: if (conditions && stuff) {
  • Method: public void method(Object paramObject) {
  • No Tabs, Spaces only!
  • No trailing whitespace
  • Mid-statement newlines at a 200 column limit
  • camelCase, no under_scores except constants
  • Constants in full caps with underscores
  • Keep the same formatting style everywhere

Pull Request Standards

  • Sign-off on all commits!
  • Finished product must compile successfully with mvn!
  • No merges should be included in pull requests unless the pull request's purpose is a merge.
  • Number of commits in a pull request should be kept to one commit and all additional commits must be squashed. Pull requests that make multiple changes should have one commit per change.
  • Pull requests must include any applicable license headers. (These are generated when running mvn)

About

A command system for the new Spout Engine

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages