https://github.com/furiel/idle-champions-chest-combinations
Collects Idle Champions of the Forgotten Realms chest combinations
https://github.com/furiel/idle-champions-chest-combinations
Last synced: 2 months ago
JSON representation
Collects Idle Champions of the Forgotten Realms chest combinations
- Host: GitHub
- URL: https://github.com/furiel/idle-champions-chest-combinations
- Owner: furiel
- License: mit
- Created: 2022-09-03T06:02:59.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-09-10T06:31:50.000Z (over 2 years ago)
- Last Synced: 2025-01-21T06:28:44.396Z (4 months ago)
- Language: Clojure
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# idle-champions-chest-combinations
Collects Idle Champions of the Forgotten Realms chest combinations## Sources
- https://idlechampions.fandom.com/wiki/Combinations
- https://incendar.com/idlechampions_codes.php# Create the jar file
```
just jar
```# Deployment
- copy jar to server
- create an empty state file: `touch state.txt`.
- update systemd service file with paths
- enable systemd timer# Example execution
```
java -cp idle-champions.jar clojure.main -m cli --state-file state.txt --mqtt-uri tcp://mqtt-server:1883
```