-
-
Notifications
You must be signed in to change notification settings - Fork 9
/
data.json
125 lines (125 loc) · 7.58 KB
/
data.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
{
"imageTypes": {
"small": {
"width": 50,
"height": 50,
"center": true
}
},
"textures": {
"coins": {
"url": "https://raw.githubusercontent.com/Dance-Dog/RewardClaim/master/src/main/resources/assets/rewardclaim/textures/gui/reward_base/COINS.png"
},
"dust": {
"url": "https://raw.githubusercontent.com/Dance-Dog/RewardClaim/master/src/main/resources/assets/rewardclaim/textures/gui/reward_base/DUST.png"
},
"experience": {
"url": "https://raw.githubusercontent.com/Dance-Dog/RewardClaim/master/src/main/resources/assets/rewardclaim/textures/gui/reward_base/EXPERIENCE.png"
},
"mystery_box": {
"url": "https://raw.githubusercontent.com/Dance-Dog/RewardClaim/master/src/main/resources/assets/rewardclaim/textures/gui/reward_base/MYSTERY_BOX.png"
},
"souls": {
"url": "https://raw.githubusercontent.com/Dance-Dog/RewardClaim/master/src/main/resources/assets/rewardclaim/textures/gui/reward_base/SOULS.png"
},
"gift_box": {
"url": "https://raw.githubusercontent.com/Dance-Dog/RewardClaim/master/src/main/resources/assets/rewardclaim/textures/gui/reward_base/GIFT_BOX.png"
},
"adsense_token": {
"url": "https://raw.githubusercontent.com/Dance-Dog/RewardClaim/master/src/main/resources/assets/rewardclaim/textures/gui/reward_base/ADSENSE_TOKEN.png"
},
"tokens": {
"url": "https://raw.githubusercontent.com/Dance-Dog/RewardClaim/master/src/main/resources/assets/rewardclaim/textures/gui/reward_base/TOKENS_LEGACY.png"
},
"housing_package": {
"url": "https://raw.githubusercontent.com/Dance-Dog/RewardClaim/master/src/main/resources/assets/rewardclaim/textures/gui/reward_base/HOUSING_RED.png"
},
"add_vanity_emote": {
"url": "https://raw.githubusercontent.com/Dance-Dog/RewardClaim/master/src/main/resources/assets/rewardclaim/textures/gui/reward_base/VANITY_EMOTE.png"
},
"add_vanity_taunt" : {
"url": "https://raw.githubusercontent.com/Dance-Dog/RewardClaim/master/src/main/resources/assets/rewardclaim/textures/gui/reward_base/VANITY_GESTURE.png"
},
"add_vanity_suit" : {
"url": "https://raw.githubusercontent.com/Dance-Dog/RewardClaim/master/src/main/resources/assets/rewardclaim/textures/gui/reward_base/VANITY_SUIT.png"
},
"housing_package_red_treasure_chest" : {
"url": "https://raw.githubusercontent.com/Dance-Dog/RewardClaim/master/src/main/resources/assets/rewardclaim/textures/gui/reward_sub/housing_skull/RED_TREASURE_CHEST.png",
"imageType": "small"
},
"housing_package_blue_treasure_chest" : {
"url": "https://raw.githubusercontent.com/Dance-Dog/RewardClaim/master/src/main/resources/assets/rewardclaim/textures/gui/reward_sub/housing_skull/BLUE_TREASURE_CHEST.png",
"imageType": "small"
},
"housing_package_green_treasure_chest" : {
"url": "https://raw.githubusercontent.com/Dance-Dog/RewardClaim/master/src/main/resources/assets/rewardclaim/textures/gui/reward_sub/housing_skull/GREEN_TREASURE_CHEST.png",
"imageType": "small"
},
"housing_package_gold_nugget" : {
"url": "https://raw.githubusercontent.com/Dance-Dog/RewardClaim/master/src/main/resources/assets/rewardclaim/textures/gui/reward_sub/housing_skull/GOLD_NUGGET.png",
"imageType": "small"
},
"housing_package_pot_o'_gold" : {
"url": "https://raw.githubusercontent.com/Dance-Dog/RewardClaim/master/src/main/resources/assets/rewardclaim/textures/gui/reward_sub/housing_skull/POT_O_GOLD.png ",
"imageType": "small"
},
"housing_package_rubik's_cube" : {
"url": "https://raw.githubusercontent.com/Dance-Dog/RewardClaim/master/src/main/resources/assets/rewardclaim/textures/gui/reward_sub/housing_skull/RUBIKS_CUBE.png",
"imageType": "small"
},
"housing_package_piggy_bank" : {
"url": "https://raw.githubusercontent.com/Dance-Dog/RewardClaim/master/src/main/resources/assets/rewardclaim/textures/gui/reward_sub/housing_skull/PIGGY_BANK.png",
"imageType": "small"
},
"housing_package_health_potion" : {
"url": "https://raw.githubusercontent.com/Dance-Dog/RewardClaim/master/src/main/resources/assets/rewardclaim/textures/gui/reward_sub/housing_skull/HEALTH_POTION.png",
"imageType": "small"
},
"housing_package_coin_bag" : {
"url": "https://raw.githubusercontent.com/Dance-Dog/RewardClaim/master/src/main/resources/assets/rewardclaim/textures/gui/reward_sub/housing_skull/COIN_BAG.png",
"imageType": "small"
},
"housing_package_ornamental_helmet" : {
"url": "https://raw.githubusercontent.com/Dance-Dog/RewardClaim/master/src/main/resources/assets/rewardclaim/textures/gui/reward_sub/housing_skull/ORNAMENTAL_HELMET.png",
"imageType": "small"
},
"housing_package_pocket_galaxy" : {
"url": "https://raw.githubusercontent.com/Dance-Dog/RewardClaim/master/src/main/resources/assets/rewardclaim/textures/gui/reward_sub/housing_skull/POCKET_GALAXY.png",
"imageType": "small"
},
"housing_package_mystic_pearl" : {
"url": "https://raw.githubusercontent.com/Dance-Dog/RewardClaim/master/src/main/resources/assets/rewardclaim/textures/gui/reward_sub/housing_skull/MYSTIC_PEARL.png",
"imageType": "small"
},
"housing_package_agility_potion" : {
"url": "https://raw.githubusercontent.com/Dance-Dog/RewardClaim/master/src/main/resources/assets/rewardclaim/textures/gui/reward_sub/housing_skull/AGILITY_POTION.png",
"imageType": "small"
},
"housing_package_golden_chalice" : {
"url": "https://raw.githubusercontent.com/Dance-Dog/RewardClaim/master/src/main/resources/assets/rewardclaim/textures/gui/reward_sub/housing_skull/GOLDEN_CHALICE.png",
"imageType": "small"
},
"housing_package_jewelery_box" : {
"url": "https://raw.githubusercontent.com/Dance-Dog/RewardClaim/master/src/main/resources/assets/rewardclaim/textures/gui/reward_sub/housing_skull/JEWELERY_BOX.png",
"imageType": "small"
},
"housing_package_crown" : {
"url": "https://raw.githubusercontent.com/Dance-Dog/RewardClaim/master/src/main/resources/assets/rewardclaim/textures/gui/reward_sub/housing_skull/CROWN.png",
"imageType": "small"
},
"housing_package_molten_core" : {
"url": "https://raw.githubusercontent.com/Dance-Dog/RewardClaim/master/src/main/resources/assets/rewardclaim/textures/gui/reward_sub/housing_skull/MOLTEN_CORE.png",
"imageType": "small"
},
"housing_package_mana_potion" : {
"url": "https://raw.githubusercontent.com/Dance-Dog/RewardClaim/master/src/main/resources/assets/rewardclaim/textures/gui/reward_sub/housing_skull/MANA_POTION.png",
"imageType": "small"
}
},
"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",
"disabled": false,
"disabledMessage": "Hypixel's domains were hacked and to make sure reward claim doesnt auto lead you to them I have disabled the mod. Join discord in /rewardclaim for me to turn it back on when its all good.",
"disabledMessage2": "Hypixel's domains were hacked and to make sure reward claim doesnt auto lead you to them I have disabled the mod. Join discord in /rewardclaim for me to turn it back on when its all good."
}