summaryrefslogtreecommitdiff
path: root/src/main/kotlin/tech/thatgravyboat/rewardclaim/RewardConfiguration.kt
AgeCommit message (Collapse)Author
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