summaryrefslogtreecommitdiff
path: root/src/main/kotlin/tech/thatgravyboat/rewardclaim/RewardClaim.kt
AgeCommit message (Collapse)Author
2022-04-22Update to fix Hypixel changev1.0.5ThatGravyBoat
2021-12-07bump versionv1.0.4ThatGravyBoat
2021-12-07Added debug command because hypixel likes to do some weird stuffThatGravyBoat
2021-10-14Reformatted most classes and added double click option therefore closes #3 ↵ThatGravyBoat
and made it so game no crash when GitHub offline.
2021-09-27Updated build.gradle to make built jars need the minimal amount of shadowed ↵ThatGravyBoat
libs. Added Config and a config command. - Made it so that you can disable the confirmation popup. Fixed some classes have the wrong names. Added a backup plan to disable the mod via the ExternalConfiguration.
2021-09-23Clean up, Moved to kotlin regex, changed to using data class instead of ↵Gravy Boat
using JsonObjects, updated the image system to be better for housing images, and switched to using essential kotlin language adapter instead of my own.
2021-09-23Initial CommitGravy Boat