-
-
Notifications
You must be signed in to change notification settings - Fork 146
/
settings.gradle
64 lines (62 loc) · 1.67 KB
/
settings.gradle
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
pluginManagement {
repositories {
gradlePluginPortal()
maven { url "https://repo.papermc.io/repository/maven-public/" }
}
}
rootProject.name = 'SuperiorSkyblock2'
include 'API'
include 'Hooks'
include 'Hooks:AdvancedSlimePaper'
include 'Hooks:AdvancedSpawners'
include 'Hooks:CandcSilkSpawners'
include 'Hooks:ChangeSkin'
include 'Hooks:CMI'
include 'Hooks:CoreProtect'
include 'Hooks:EpicSpawners6'
include 'Hooks:EpicSpawners7'
include 'Hooks:EpicSpawners8'
include 'Hooks:Essentials'
include 'Hooks:FastAsyncWorldEdit'
include 'Hooks:ItemsAdder'
include 'Hooks:JetsMinions'
include 'Hooks:LuckPerms'
include 'Hooks:MergedSpawner'
include 'Hooks:MVdWPlaceholderAPI'
include 'Hooks:OpenJdkNashornEngine'
include 'Hooks:Oraxen'
include 'Hooks:PaperMC'
include 'Hooks:PlaceholderAPI'
include 'Hooks:ProtocolLib'
include 'Hooks:PvpingSpawners'
include 'Hooks:RoseStacker'
include 'Hooks:SkinsRestorer'
include 'Hooks:SkinsRestorer14'
include 'Hooks:SkinsRestorer15'
include 'Hooks:Slimefun'
include 'Hooks:Slimefun:ProtectionModule_RC13'
include 'Hooks:Slimefun:ProtectionModule_Dev999'
include 'Hooks:SlimeWorldManager'
include 'Hooks:SmoothTimber'
include 'Hooks:SuperVanish'
include 'Hooks:TimbruSilkSpawners'
include 'Hooks:UltimateStacker'
include 'Hooks:UltimateStacker3'
include 'Hooks:VanishNoPacket'
include 'Hooks:Vault'
include 'Hooks:WildStacker'
include 'NMS'
include 'NMS:Spigot'
include 'NMS:Spigot-1_20_3'
include 'NMS:Paper'
include 'NMS:Paper-1_20_3'
include 'NMS:v1_8_R3'
include 'NMS:v1_12_R1'
include 'NMS:v1_16_R3'
include 'NMS:v1_17'
include 'NMS:v1_18'
include 'NMS:v1_19'
include 'NMS:v1_20_3'
include 'NMS:v1_20_4'
include 'NMS:v1_21'
include 'NMS:v1_21_3'