You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Welcome to the Github repository for Joystick. Joystick is a library which features lightweight, versatile, and
robust control and arena design for Minecraft minigames. Joystick follows the GNU General Public License v3.0. As such, the project is Open-Source!
About
Documentation and usage to come soon! Joystick does nothing standalone, and merely serves as a controller and handler for other minigames!
Have an issue?
You can use the GitHub issue tracker to suggest features, report bugs, or provide general feedback.
Contributing
Code contributions:
* Wrap lines at 80 characters.
* Follow general Oracle conventions and code guidelines.
* No trailing Whitespace (spaces/tabs at beginning/end of lines)
* Blank lines before the first member declaration and blank lines before all method declarations.
* Opening braces on the same line as the declaration
* Appropriately document your code.
Issues:
For bugs, please include steps to reproduce the problem, stack-traces (error-logs in console) if available, and a thorough explanation of the bug.
For features, please be clear on what you wish included in the plugin.
About
A versatile, lightweight library for Minecraft minigame control and design.