Skip to content

Commit

Permalink
Disabled features to comply with new Hypixel rules
Browse files Browse the repository at this point in the history
See issue #517 for details.

Newly disabled features:
- Disable ember rod on private island (2)
- Enchantment and reforge filters (10)
- Hide players near NPCs (12)
- Ignore item frame clicks (16)
- Avoid placing enchanted items (30)
- Avoid breaking stems (32)
- Prevent movement on death (35)
- Crafting patterns (47)
- Jungle axe cooldown (51)
- Only mine ores in deep caverns (56)
- Only mine valuables in the nether (59)
- Double warp (86)
- Only break logs in the park (89)
- Easier present opening (151)
- Disable empty glass panes (154)
- Only mine ores in dwarven mines (159)

Also disabled some removed features for old versions (1.3.0-1.4.2):
- Hide durability (9) : Removed, added to Skyblock.
- Don't open profiles with bow (41) : Removed, added to Skyblock.

Lastly, I replaced the outdated video link with the release page for 1.5.5 and updated the latest beta entry in the update checker.
  • Loading branch information
ILikePlayingGames committed Apr 8, 2021
1 parent e703bf6 commit 36c674b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion disabledFeatures.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
all|44|31
all|2|9|10|12|16|30|31|32|35|41|44|47|51|56|59
1.3.0|45
1.3.1|45
1.3.2|45
Expand Down
11 changes: 6 additions & 5 deletions src/main/resources/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,17 @@
"bannerLink": null,

"latestVersion": "1.5.5",
"latestBeta": "1.6.0-beta.7",
"videoLink": "https://youtu.be/_BZMJm6JD4Q",
"latestBeta": "1.6.0-beta.9",
"videoLink": "https://github.com/BiscuitDevelopment/SkyblockAddons/releases/tag/v1.5.5",
"directDownload": "https://biscuit.codes/mods/skyblockaddons/downloadversion/?v=1.5.5",

"languageJSONFormat": "https://raw.githubusercontent.com/BiscuitDevelopment/SkyblockAddons/development/src/main/resources/lang/%s.json",

"disabledFeatures": {
"all": [31, 41, 44],
"all": [2, 10, 12, 16, 30, 31, 32, 35, 41, 44, 47, 51, 56, 59, 86, 89, 151, 154, 159],
"1.5.0": [],
"1.5.1": []
"1.5.1": [],
"1.5.5": []
},

"dropSettings": {
Expand Down Expand Up @@ -93,4 +94,4 @@
"hypixelBrands": [
".*Hypixel BungeeCord.*"
]
}
}

0 comments on commit 36c674b

Please sign in to comment.