Skip to content

Commit 7595f3d

Browse files
hypixel-sb: miscellaneous configuration updates
1 parent 3467a59 commit 7595f3d

File tree

3 files changed

+37
-19
lines changed

3 files changed

+37
-19
lines changed

hypixel-skyblock-simple/overrides/config/skyblocker.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@
5555
},
5656
"specialEffects": {
5757
"rareDungeonDropEffects": true,
58+
"rareDropEffects": true,
5859
"rareDyeDropEffects": true
5960
},
6061
"hitbox": {
@@ -505,6 +506,10 @@
505506
"callMismyla": true,
506507
"redialOnBadSignal": true,
507508
"enablePickobulusHelper": true,
509+
"pickobulusHelper": {
510+
"enablePickobulusHud": true,
511+
"hideHudOnCooldown": false
512+
},
508513
"dwarvenMines": {
509514
"solveFetchur": true,
510515
"solvePuzzler": true,
Lines changed: 15 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,37 @@
11
{
22
"rules": [
33
{
4-
"showAnnouncement": false,
5-
"replaceMessage": "",
6-
"validLocations": [
4+
"locations": [
75
"hub"
86
],
9-
"hideMessage": true,
10-
"showActionBar": false,
11-
"isRegex": true,
12-
"isIgnoreCase": true,
7+
"hideOriginalMessage": true,
8+
"regex": true,
9+
"ignoreCase": true,
1310
"filter": "(selling)|(buying)|(lowb)|(visit)|(/p)|(/ah)|(my ah)",
1411
"name": "Clean Hub Chat",
1512
"enabled": false,
16-
"isPartialMatch": true
13+
"partialMatch": true
1714
},
1815
{
19-
"showAnnouncement": true,
20-
"replaceMessage": "\u00261Ability",
16+
"announcementMessage": {
17+
"message": "\u00261Ability",
18+
"displayDuration": 3000
19+
},
2120
"customSound": {
2221
"sound_id": "minecraft:entity.arrow.hit_player"
2322
},
24-
"validLocations": [
23+
"locations": [
2524
"mining_3",
2625
"crystal_hollows"
2726
],
28-
"hideMessage": false,
29-
"showActionBar": false,
30-
"isRegex": false,
31-
"isIgnoreCase": true,
27+
"hideOriginalMessage": false,
28+
"chatMessage": "\u00261Ability",
29+
"regex": false,
30+
"ignoreCase": true,
3231
"filter": "is now available!",
3332
"name": "Mining Ability Alert",
3433
"enabled": false,
35-
"isPartialMatch": true
34+
"partialMatch": true
3635
}
3736
]
3837
}

hypixel-skyblock-simple/overrides/config/skyhanni/config.json

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -623,7 +623,7 @@
623623
},
624624
"widenConfig": false,
625625
"titlePosition": {
626-
"x": 24,
626+
"x": 217,
627627
"y": 160,
628628
"scale": 1.0,
629629
"centerX": false,
@@ -918,7 +918,7 @@
918918
"sugarCanePitch": 0.0,
919919
"wheatYaw": 90.0,
920920
"wheatPitch": 0.0,
921-
"sunMoonFlowerYaw": 90.0,
921+
"sunMoonFlowerYaw": -135.0,
922922
"sunMoonFlowerPitch": 0.0,
923923
"wildRoseYaw": 90.0,
924924
"wildRosePitch": 0.0
@@ -1212,6 +1212,7 @@
12121212
"cooldownWarningTime": 5,
12131213
"customCooldown": false,
12141214
"customCooldownTime": 135,
1215+
"customCooldownTimeFinnegan": 75,
12151216
"averagePestSpawnTimeout": 30,
12161217
"pestSpawnChatMessage": false,
12171218
"sound": {
@@ -5135,6 +5136,18 @@
51355136
"openLastStorage": false,
51365137
"fallbackCommand": "ec 1"
51375138
},
5139+
"customTodos": {
5140+
"enabled": true,
5141+
"separateGuis": true,
5142+
"position": {
5143+
"x": 150,
5144+
"y": 200,
5145+
"scale": 1.0,
5146+
"centerX": false,
5147+
"centerY": true,
5148+
"ignoreCustomScale": false
5149+
}
5150+
},
51385151
"maintainGameVolume": false,
51395152
"fastFairySouls": false,
51405153
"gfsPiggyBank": false,
@@ -5152,7 +5165,8 @@
51525165
"transparentTooltips": false,
51535166
"hideExCoopMembers": false,
51545167
"abiphoneAcceptKey": -1,
5155-
"fixDoubleClicks": false
5168+
"fixDoubleClicks": false,
5169+
"fixColorParticles": false
51565170
},
51575171
"dev": {
51585172
"repo": {

0 commit comments

Comments
 (0)