https://github.com/willitscale/claymorestatsandmanager
https://github.com/willitscale/claymorestatsandmanager
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/willitscale/claymorestatsandmanager
- Owner: willitscale
- Created: 2017-06-19T00:24:28.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-06-19T00:40:05.000Z (over 8 years ago)
- Last Synced: 2025-03-13T04:29:56.148Z (11 months ago)
- Language: Java
- Size: 59.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ClaymoreStatsAndManager
Set-up
Copy the example config `src/main/resources/config.example.properties` to `src/main/resources/config.properties` and add your settings.
This is a primitive set-up, so you need to set the `rigs` property to equal the amount of rigs you have in the properties.
To build (bit of a hack to execute the build):
```
gradlew.bat -PmainClass=uk.co.n3tw0rk.claymorestats.Main classes # Windows
./gradlew -PmainClass=uk.co.n3tw0rk.claymorestats.Main classes # Linux
```
Then to run simply execute:
```
gradlew.bat -PmainClass=uk.co.n3tw0rk.claymorestats.Main execute # Windows
./gradlew -PmainClass=uk.co.n3tw0rk.claymorestats.Main execute # Linux
```