Wally is a discord bot that allow you to check your Hypixel Hole in the Wall stats, he contains much more features such as a score tracker, customizable user profile, leaderboards and much more!
- Kotlin 1.7.0 - Kotlin is necessary to run the bot since it's made with Kotlin
- Java 8+ - Java is necessary to run the bot
- A config file - see the config.json file and modify it to your needs
- A Hypixel key - In order to get the data from Hypixel you need a key
- A Discord bot - To send and receive messages via discord you need a bot and a token for that bot
- A .env file To put confidential values such as API key or discord token
Open a command line and go into the directory and run
gradlew buildDependents
Locate the generated jar file should be inside repo/build/libs
and run
java -jar Wally-x.x.x-all.jar
See Contributing.md