forked from BG-Software-LLC/SuperiorSkyblock2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsettings.gradle
56 lines (54 loc) · 1.4 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
pluginManagement {
repositories {
gradlePluginPortal()
maven { url "https://repo.papermc.io/repository/maven-public/" }
}
}
rootProject.name = 'SuperiorSkyblock2'
include 'API'
include 'Hooks'
include 'Hooks:AdvancedSpawners'
include 'Hooks:ChangeSkin'
include 'Hooks:CMI'
include 'Hooks:CoreProtect'
include 'Hooks:EpicSpawners6'
include 'Hooks:EpicSpawners7'
include 'Hooks:Essentials'
include 'Hooks:FastAsyncWorldEdit'
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:SilkSpawners'
include 'Hooks:SkinsRestorer'
include 'Hooks:SkinsRestorer14'
include 'Hooks:Slimefun'
include 'Hooks:Slimefun:ProtectionModule_RC13'
include 'Hooks:Slimefun:ProtectionModule_Dev999'
include 'Hooks:SlimeWorldManager'
include 'Hooks:SuperVanish'
include 'Hooks:UltimateStacker'
include 'Hooks:VanishNoPacket'
include 'Hooks:Vault'
include 'Hooks:WildStacker'
include 'NMS'
include 'NMS:Spigot'
include 'NMS:Paper'
include 'NMS:v1_8_R3'
include 'NMS:v1_12_R1'
include 'NMS:v1_16_R3'
include 'NMS:v117'
include 'NMS:v1182'
include 'NMS:v119'
include 'NMS:v1191'
include 'NMS:v1192'
include 'NMS:v1193'
include 'NMS:v1194'
include 'NMS:v1201'