A standalone application or Julti plugin to track and upload runs to PaceMan.gg.
PaceMan Tracker is included as a default plugin in Julti. For those who don't use Julti, it can be downloaded as an application and ran separately.
Both the plugin and standalone jars can be built using ./gradlew buildJars
.
This will make a plugin jar to be used with Julti, and a larger jar containing some dependencies to be run separately.
If you intend on changing GUI portions of the code, IntelliJ IDEA must be configured in a certain way to ensure the GUI form works properly:
Settings
->Build, Execution, Deployment
->Build Tools
->Gradle
->Build and run using: IntelliJ Idea
Settings
->Editor
->GUI Designer
->Generate GUI into: Java source code