Skip to content

Commit 6e31a84

Browse files
Add data.json
1 parent 8a6b5af commit 6e31a84

1 file changed

Lines changed: 97 additions & 0 deletions

File tree

skyblockaddons/data.json

Lines changed: 97 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,97 @@
1+
{
2+
"bannerImageURL": null,
3+
"bannerLink": null,
4+
5+
"latestVersion": "1.6.1",
6+
"latestBeta": "1.7.0-beta.1",
7+
"videoLink": "https://github.com/BiscuitDevelopment/SkyblockAddons/releases/tag/v1.6.1",
8+
"directDownload": "https://github.com/BiscuitDevelopment/SkyblockAddons/releases/download/v1.6.1/SkyblockAddons-1.6.1-for-MC-1.8.9.jar",
9+
10+
"updateInfo": {
11+
"latestRelease": "1.6.1",
12+
"releaseDownload": "https://github.com/BiscuitDevelopment/SkyblockAddons/releases/download/v1.6.1/SkyblockAddons-1.6.1-for-MC-1.8.9.jar",
13+
"releaseChangelog": "https://github.com/BiscuitDevelopment/SkyblockAddons/releases/tag/v1.6.1",
14+
"releaseShowcase": "",
15+
"latestBeta": "1.7.0-beta.1",
16+
"betaDownload": "https://discord.gg/zWyr3f5GXz",
17+
"betaChangelog": "https://discord.gg/zWyr3f5GXz",
18+
"betaShowcase": ""
19+
},
20+
21+
"languageJSONFormat": "https://raw.githubusercontent.com/BiscuitDevelopment/SkyblockAddons/development/src/main/resources/lang/%s.json",
22+
23+
"disabledFeatures": {
24+
"all": [2, 12, 16, 30, 31, 32, 35, 41, 44, 47, 51, 56, 59, 86, 89, 151, 154, 159]
25+
},
26+
27+
"dropSettings": {
28+
"minimumInventoryRarity": "RARE",
29+
"minimumHotbarRarity": "RARE",
30+
"dontDropTheseItems": [
31+
"PIGGY_BANK",
32+
"SMALL_BACKPACK",
33+
"RADIANT_POWER_ORB",
34+
"GRAPPLING_HOOK",
35+
"WAND_OF_HEALING",
36+
"ENCHANTED_GLOWSTONE",
37+
"AATROX_BATPHONE",
38+
"PERSONAL_COMPACTOR_4000",
39+
"MATHEMATICAL_HOE_BLUEPRINT",
40+
"THEORETICAL_HOE",
41+
"THEORETICAL_HOE_CANE_1",
42+
"THEORETICAL_HOE_CANE_2",
43+
"THEORETICAL_HOE_CARROT_1",
44+
"THEORETICAL_HOE_CARROT_2",
45+
"THEORETICAL_HOE_POTATO_1",
46+
"THEORETICAL_HOE_POTATO_2",
47+
"THEORETICAL_HOE_WARTS_1",
48+
"THEORETICAL_HOE_WARTS_2",
49+
"THEORETICAL_HOE_WHEAT_1",
50+
"THEORETICAL_HOE_WHEAT_2",
51+
"JUNGLE_AXE"
52+
],
53+
"allowDroppingTheseItems": [
54+
"RUNE",
55+
"REMNANT_OF_THE_EYE",
56+
"DUNGEON_LORE_PAPER",
57+
"WINTER_DISC",
58+
"DUNGEON_STONE"
59+
]
60+
},
61+
62+
"specialEnchantments": {
63+
"Bane of Anthropods": 6,
64+
"Critical": 6,
65+
"Dragon Hunter": 5,
66+
"Ender Slayer": 6,
67+
"Experience": 4,
68+
"Giant Killer": 6,
69+
"Life Steal": 4,
70+
"Looting": 4,
71+
"Luck": 4,
72+
"Scavenger": 5,
73+
"Sharpness": 6,
74+
"Smite": 7,
75+
"Vampirism": 6,
76+
"Infinite Quiver": 10,
77+
"Power": 6,
78+
"Growth": 6,
79+
"Protection": 6,
80+
"Rejuvenate": 5,
81+
"True Protection": 1,
82+
"Feather Falling": 10,
83+
"Sugar Rush": 3,
84+
"Efficiency": 6,
85+
"Angler": 6,
86+
"Caster": 6,
87+
"Expertise": 10,
88+
"Frail": 6,
89+
"Lure": 6,
90+
"Magnet": 6,
91+
"Spiked Hook": 6
92+
},
93+
94+
"hypixelBrands": [
95+
".*Hypixel BungeeCord.*"
96+
]
97+
}

0 commit comments

Comments
 (0)