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.
- Website: http://www.caffeinatedrat.com
- Bugs/Suggestions: CaffeinatedRat@gmail.com
Maven is required for this project
- Install Maven 3
- Check out this repo and:
mvn clean package
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.
The following contains information about new features, bug fixes, and other version changes.
- Experimental phase.