forked from Swofty-Developments/HypixelSkyBlock
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsettings.gradle.kts
More file actions
51 lines (47 loc) · 1.3 KB
/
settings.gradle.kts
File metadata and controls
51 lines (47 loc) · 1.3 KB
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
rootProject.name = "HypixelSkyBlock"
include(":packer")
include(":commons")
include(":dungeons")
include(":velocity.extension")
include(":proxy.api")
include(":service.generic")
include(":type.generic")
include(":type.skyblockgeneric")
include(":type.lobby")
include(":spark")
include(":loader")
include(":pvp")
include(":type.prototypelobby")
include(":type.thefarmingislands")
include(":type.spidersden")
include(":type.theend")
include(":type.crimsonisle")
include(":type.goldmine")
include(":type.deepcaverns")
include(":type.dwarvenmines")
include(":type.thepark")
include(":type.galatea")
include(":type.backwaterbayou")
include(":type.jerrysworkshop")
include(":type.island")
include(":type.hub")
include(":type.dungeonhub")
include(":type.bedwarslobby")
include(":type.bedwarsgame")
include(":type.bedwarsconfigurator")
include(":type.murdermysterylobby")
include(":type.murdermysterygame")
include(":type.murdermysteryconfigurator")
include(":type.skywarslobby")
include(":type.skywarsgame")
include(":type.skywarsconfigurator")
include(":service.auctionhouse")
include(":service.bazaar")
include(":service.itemtracker")
include(":service.api")
include(":service.datamutex")
include(":service.party")
include(":service.orchestrator")
include(":service.darkauction")
include(":service.friend")
include(":anticheat")