forked from SteamWar/SteamWar
Fix Missile spawning
This commit is contained in:
@@ -31,3 +31,13 @@ dependencies {
|
||||
compileOnly(libs.nms)
|
||||
compileOnly(libs.fawe)
|
||||
}
|
||||
|
||||
tasks.register<FightServer>("MissileWars21") {
|
||||
group = "run"
|
||||
description = "Run a 1.21 Dev MissileWars"
|
||||
dependsOn(":SpigotCore:shadowJar")
|
||||
dependsOn(":MissileWars:jar")
|
||||
template = "MissileWars"
|
||||
worldName = "Great_Wall"
|
||||
jar = "/jars/paper-1.21.6.jar"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user