-
-
Notifications
You must be signed in to change notification settings - Fork 37
/
settings.gradle
77 lines (75 loc) · 1.91 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
65
66
67
68
69
70
71
72
73
74
75
76
77
pluginManagement {
repositories {
gradlePluginPortal()
maven { url "https://repo.papermc.io/repository/maven-public/" }
}
}
rootProject.name = 'WildStacker'
include 'API'
include 'Hooks'
include 'Hooks:Boss34'
include 'Hooks:Boss39'
include 'Hooks:Citizens'
include 'Hooks:Clearlagg'
include 'Hooks:CoreProtect'
include 'Hooks:CrazyEnchantments'
include 'Hooks:CustomBosses'
include 'Hooks:EchoPet'
include 'Hooks:EliteBosses'
include 'Hooks:EpicBosses'
include 'Hooks:EpicSpawners5'
include 'Hooks:EpicSpawners6'
include 'Hooks:EpicSpawners7'
include 'Hooks:EpicSpawners8'
include 'Hooks:FabledSkyblock'
include 'Hooks:FactionsUUID'
include 'Hooks:FastAsyncWorldEdit'
include 'Hooks:FastAsyncWorldEdit2'
include 'Hooks:JetsMinions'
include 'Hooks:Jobs'
include 'Hooks:LevelledMobs'
include 'Hooks:MassiveFactions'
include 'Hooks:McMMO'
include 'Hooks:McMMO2'
include 'Hooks:McMMO210'
include 'Hooks:McMMO220'
include 'Hooks:MinableSpawners'
include 'Hooks:MiniaturePets'
include 'Hooks:MoreBosses'
include 'Hooks:MyPet'
include 'Hooks:MythicMobs4'
include 'Hooks:MythicMobs5'
include 'Hooks:NBTInjector'
include 'Hooks:Novucs'
include 'Hooks:PaperMC'
include 'Hooks:PinataParty'
include 'Hooks:PlotSquared4'
include 'Hooks:PlotSquared5'
include 'Hooks:PlotSquared6'
include 'Hooks:PlotSquaredLegacy'
include 'Hooks:ProtocolLib'
include 'Hooks:ShopGUIPlus18'
include 'Hooks:ShopGUIPlus20'
include 'Hooks:SilkSpawners'
include 'Hooks:Slimefun'
include 'Hooks:SuperiorSkyblock'
include 'Hooks:Vault'
include 'Hooks:WildTools'
include 'Hooks:WorldGuard7'
include 'Hooks:WorldGuard6'
include 'NMS'
include 'NMS:Spigot'
include 'NMS:Spigot-1_20_3'
include 'NMS:Paper'
include 'NMS:Paper-1_20_3'
include 'NMS:v1_7_R4'
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'