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
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
|
{
"mods": {
"Apec": {
"description": [
"GUI Mod"
],
"command": "apec",
"guiPath": [
"Apec.Components.Gui.Menu.SettingsMenu.ApecMenu$ApecMenuGui"
]
},
"BazaarNotifier": {
"description": [
"Helps with Bazaar"
],
"command": "bazaarnotifier",
"guiPath": [
"dev.meyi.bn.gui.SettingsGui"
]
},
"Chat Triggers": {
"description": [
"Chat Triggers Modules"
],
"command": "ct modules",
"guiPath": [
"com.chattriggers.ctjs.engine.module.ModulesGui"
]
},
"Cowlection": {
"description": [
"Moooo"
],
"command": "moo config",
"guiPath": [
"de.cowtipper.cowlection.config.gui.MooConfigGui"
]
},
"Dungeon Rooms Mod": {
"description": [
"A Dungeon Room Mod"
],
"command": "room wp",
"guiPath": [
"io.github.quantizr.dungeonrooms.gui.WaypointsGUI"
]
},
"Dungeons Guide": {
"description": [
"A Dungeon Mod"
],
"command": "dg",
"guiPath": [
"kr.syeyoung.dungeonsguide.mod.guiv2.GuiScreenAdapter"
]
},
"Hytils Reborn": {
"description": [
"Some Stuff"
],
"command": "hytil",
"guiPath": [
"cc.woverflow.hytils.config.HytilsConfig"
]
},
"NotEnoughUpdates": {
"description": [
"Mod with many cool features like:",
"item list or minion helper"
],
"command": "neu",
"guiPath": [
"io.github.moulberry.notenoughupdates.core.GuiScreenElementWrapper",
"io.github.moulberry.notenoughupdates.core.config.gui."
]
},
"OneConfig": {
"description": [
"Multiple Mods in OneConfig"
],
"command": "oneconfig",
"guiPath": [
"cc.polyfrost.oneconfig.gui.OneConfigGui"
]
},
"Patcher": {
"description": [
"Performance boost!"
],
"command": "patcher",
"guiPath": [
"club.sk1er.patcher.config.PatcherConfig"
]
},
"SkyBlockAddons": {
"description": [
"a legacy mod with",
"many cool features"
],
"command": "sba",
"guiPath": [
"codes.biscuit.skyblockaddons.gui.SkyblockAddonsGui"
]
},
"SkyGuide": {
"description": [
"Idk what this does"
],
"command": "skyguide",
"guiPath": [
"dev.dediamondpro.skyguide.config.Config"
]
},
"SkyHanni": {
"description": [
"SkyHanni",
"Famous for garden stuff"
],
"command": "sh",
"guiPath": [
"at.hannibal2.skyhanni.deps.moulconfig.gui.GuiScreenElementWrapper",
"io.github.moulberry.moulconfig.gui.GuiScreenElementWrapper"
]
},
"SkyBlock Personalized": {
"description": [
"Gui Stuff ig"
],
"command": "sbp",
"guiPath": [
"com.cobble.sbp.gui.menu.settings.SettingMenu"
]
},
"Skytils": {
"description": [
"Much stuff!"
],
"command": "st",
"guiPath": [
"gg.skytils.skytilsmod.gui.OptionsGui"
]
},
"SkyBlock Hud": {
"description": [
"Much stuff!"
],
"command": "sbh",
"guiPath": [
"com.thatgravyboat.skyblockhud.core.GuiScreenElementWrapper"
]
}
}
}
|