forked from SteamWar/SteamWar
Merge branch 'main' into dc-5
This commit is contained in:
+5
-1
@@ -89,6 +89,7 @@ dependencyResolutionManagement {
|
||||
includeGroup("org.spigotmc")
|
||||
includeGroup("io.papermc.paper")
|
||||
includeGroup("com.velocitypowered")
|
||||
includeGroup("net.md-5")
|
||||
}
|
||||
}
|
||||
mavenCentral()
|
||||
@@ -113,6 +114,7 @@ dependencyResolutionManagement {
|
||||
library("spigotapi", "org.spigotmc:spigot-api:1.20-R0.1-SNAPSHOT")
|
||||
library("spigotannotations", "org.spigotmc:plugin-annotations:1.2.3-SNAPSHOT")
|
||||
library("paperapi", "io.papermc.paper:paper-api:1.19.2-R0.1-SNAPSHOT")
|
||||
library("paperapi21", "io.papermc.paper:paper-api:1.21-R0.1-SNAPSHOT")
|
||||
library("authlib", "com.mojang:authlib:1.5.25")
|
||||
library("datafixer", "com.mojang:datafixerupper:4.0.26")
|
||||
library("brigadier", "com.mojang:brigadier:1.0.18")
|
||||
@@ -174,7 +176,7 @@ include(
|
||||
"FightSystem:FightSystem_Standalone"
|
||||
)
|
||||
|
||||
// include("KotlinCore")
|
||||
include("KotlinCore")
|
||||
|
||||
include("LobbySystem")
|
||||
|
||||
@@ -214,3 +216,5 @@ include(
|
||||
"VelocityCore",
|
||||
"VelocityCore:Persistent"
|
||||
)
|
||||
|
||||
include("TNTLeague")
|
||||
|
||||
Reference in New Issue
Block a user