2022-09-10 20:32:48 +02:00
|
|
|
pluginManagement {
|
|
|
|
repositories {
|
|
|
|
gradlePluginPortal()
|
|
|
|
maven { url "https://repo.papermc.io/repository/maven-public/" }
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2021-01-01 18:40:42 +01:00
|
|
|
rootProject.name = 'WildLoaders'
|
2022-09-10 20:32:48 +02:00
|
|
|
|
2021-01-01 18:40:42 +01:00
|
|
|
include 'API'
|
2023-03-25 10:53:58 +01:00
|
|
|
include 'Hooks'
|
|
|
|
include 'Hooks:EpicSpawners6'
|
|
|
|
include 'Hooks:EpicSpawners7'
|
|
|
|
include 'Hooks:FactionsUUID'
|
|
|
|
include 'Hooks:FactionsX'
|
|
|
|
include 'Hooks:Lands'
|
|
|
|
include 'Hooks:MassiveFactions'
|
|
|
|
include 'Hooks:SuperiorSkyblock'
|
|
|
|
include 'NMS'
|
|
|
|
include 'NMS:v1_7_R4'
|
|
|
|
include 'NMS:v1_8_R3'
|
|
|
|
include 'NMS:v1_12_R1'
|
|
|
|
include 'NMS:v1_16_R3'
|
|
|
|
include 'NMS:v117'
|
|
|
|
include 'NMS:v1182'
|
|
|
|
include 'NMS:v1194'
|
2023-06-17 12:49:39 +02:00
|
|
|
include 'NMS:v1201'
|