diff options
author | ThatGravyBoat <thatgravyboat@gmail.com> | 2021-09-27 18:24:10 -0230 |
---|---|---|
committer | ThatGravyBoat <thatgravyboat@gmail.com> | 2021-09-27 18:24:10 -0230 |
commit | a2c0db53800c353b3b8154964645e7d6499d17ab (patch) | |
tree | 85851b60c5e0d893982745f73d22946d65cf07cc /data.json | |
parent | f931dfbaf156aabfa3586a106a852eb9dd964bef (diff) | |
download | RewardClaim-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.json | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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." } |