WildLoaders/settings.gradle

33 lines
698 B
Groovy
Raw Permalink Normal View History

pluginManagement {
repositories {
gradlePluginPortal()
maven { url "https://repo.papermc.io/repository/maven-public/" }
}
}
2021-01-01 18:40:42 +01:00
rootProject.name = 'WildLoaders'
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'
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'
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'