Skip to content

CaffeinatedRat/Spectator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spectator

An experimental static WebGL client and WebSocketService extension for Minecraft. This bukkit plug-in is an extension of the [WebSocketServices] (http://dev.bukkit.org/server-mods/websocketservices/) plug-in. Extensions are plug-ins that utilitize the WebSocketServices server on a Minecraft server to perform light-weight client-server communication using the new HTML5 WebSocket protocol.

Compilation

Maven is required for this project

  • Install Maven 3
  • Check out this repo and: mvn clean package

Coding and Pull Request Conventions

This project follows a lot of the standards that craftbukkit follows:

  • This project follows the [Sun/Oracle coding standards] (http://www.oracle.com/technetwork/java/javase/documentation/codeconvtoc-136057.html).
  • No tabs; use 4 spaces instead.
  • No trailing whitespaces.
  • No CRLF line endings, LF only, put your gits 'core.autocrlf' on 'true'.
  • No 80 column limit or 'weird' midstatement newlines.
  • The pull request must contain code that builds without errors.
  • The pull request must contain code that has been unit tested to some degree as to not fail on runtime.
  • The description of your pull request should provide detailed information on the pull along with justification of the changes where applicable.

Change Log

The following contains information about new features, bug fixes, and other version changes.

0.0.1

  • Experimental phase.

About

An experimental static WebGL client and WebSocketService extension for Minecraft.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors