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'
|
2024-06-01 16:36:18 +02:00
|
|
|
include 'Hooks:AdvancedSlimePaper'
|
|
|
|
include 'Hooks:AdvancedSlimeWorldManager'
|
2023-03-25 10:53:58 +01:00
|
|
|
include 'Hooks:EpicSpawners6'
|
|
|
|
include 'Hooks:EpicSpawners7'
|
2024-02-01 16:59:54 +01:00
|
|
|
include 'Hooks:EpicSpawners8'
|
2023-03-25 10:53:58 +01:00
|
|
|
include 'Hooks:FactionsUUID'
|
|
|
|
include 'Hooks:FactionsX'
|
|
|
|
include 'Hooks:Lands'
|
|
|
|
include 'Hooks:MassiveFactions'
|
2024-06-01 16:36:18 +02:00
|
|
|
include 'Hooks:SlimeWorldManager'
|
2023-03-25 10:53:58 +01:00
|
|
|
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'
|
2023-09-22 15:03:55 +02:00
|
|
|
include 'NMS:v1_17'
|
|
|
|
include 'NMS:v1_18'
|
|
|
|
include 'NMS:v1_19'
|
2023-09-25 20:55:41 +02:00
|
|
|
include 'NMS:v1_20_1'
|
|
|
|
include 'NMS:v1_20_2'
|
2024-04-29 18:50:42 +02:00
|
|
|
include 'NMS:v1_20_3'
|
|
|
|
include 'NMS:v1_20_4'
|
|
|
|
|