isair / jacontrol-desktop

A cross-platform, portable rcon GUI tool built for Jedi Academy using JDK 9.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JAControl Desktop

Send Commands Manage Servers

This is an application for sending rcon commands to Jedi Academy servers without going in game. Added servers will be synced using OneDrive for Windows. For other operating systems there is no automatic syncing capability but your data will persist between sessions.

It is a Java application and will work on Windows, OS X, and Linux. It is portable and requires no installation.

Requirements

Development

  1. There are no code editor or IDE specific files in this repository, so feel free to use your favourite one.

  2. Initialise git flow and create an appropriate branch.

  3. Make sure your commit messages conform to the standards explained here.

  4. Manually test your changes. Be thorough. You can write your own unit tests and integration tests as well but since there are no tests at the moment, this is not required.

You can build a new JAR by running gradle jar. The file will be under build/libs.

About

A cross-platform, portable rcon GUI tool built for Jedi Academy using JDK 9.

License:GNU General Public License v3.0


Languages

Language:Java 100.0%