summaryrefslogtreecommitdiff
path: root/data.json
diff options
context:
space:
mode:
authorThatGravyBoat <thatgravyboat@gmail.com>2021-09-27 18:24:10 -0230
committerThatGravyBoat <thatgravyboat@gmail.com>2021-09-27 18:24:10 -0230
commita2c0db53800c353b3b8154964645e7d6499d17ab (patch)
tree85851b60c5e0d893982745f73d22946d65cf07cc /data.json
parentf931dfbaf156aabfa3586a106a852eb9dd964bef (diff)
downloadRewardClaim-a2c0db53800c353b3b8154964645e7d6499d17ab.tar.gz
RewardClaim-a2c0db53800c353b3b8154964645e7d6499d17ab.tar.bz2
RewardClaim-a2c0db53800c353b3b8154964645e7d6499d17ab.zip
Updated build.gradle to make built jars need the minimal amount of shadowed 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.
Diffstat (limited to 'data.json')
-rw-r--r--data.json4
1 files changed, 3 insertions, 1 deletions
diff --git a/data.json b/data.json
index 18b1dc2..eea1f15 100644
--- a/data.json
+++ b/data.json
@@ -118,5 +118,7 @@
},
"rewardRegex": "Click the link to visit our website and claim your reward: https://rewards\\.hypixel\\.net/claim-reward/(?<id>[A-Za-z0-9]{8})",
"missedRewardRegex": "We noticed you haven't claimed your free Daily Reward yet!\\nTo choose your reward you have to click the link to visit our website! As a reminder, here's your link for today: https://rewards\\.hypixel\\.net/claim-reward/(?<id>[A-Za-z0-9]{8})",
- "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36"
+ "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36",
+ "disabled": false,
+ "disabledMessage": "Reward Claim was disabled by the mod author for an unknown reason."
}