mirror of
https://github.com/CivMC/Civ.git
synced 2026-07-15 23:20:44 +00:00
update plugins2
This commit is contained in:
@@ -98,6 +98,21 @@ allprojects {
|
||||
}
|
||||
|
||||
pluginManager.withPlugin("io.papermc.paperweight.userdev") {
|
||||
|
||||
if (project.name.endsWith("paper") && project.name != "civspy-paper") {
|
||||
// Copy the built jar into the paper container, removing any jars from previous versions
|
||||
tasks.register("copyPaper", Copy::class) {
|
||||
doFirst {
|
||||
delete(fileTree("../../containers/paper/plugins") {
|
||||
include(project.name + "-*.jar")
|
||||
})
|
||||
}
|
||||
dependsOn("build")
|
||||
from(tasks.findByPath("reobfJar")!!.outputs.files)
|
||||
into("../../containers/paper/plugins")
|
||||
}
|
||||
}
|
||||
|
||||
tasks.withType<ProcessResources> {
|
||||
filesMatching("plugin.yml") {
|
||||
expand(project.properties)
|
||||
|
||||
Binary file not shown.
Binary file not shown.
BIN
containers/paper/plugins/citadel-paper-5.2.4.jar
Normal file
BIN
containers/paper/plugins/citadel-paper-5.2.4.jar
Normal file
Binary file not shown.
BIN
containers/paper/plugins/civchat2-paper-2.2.2.jar
Normal file
BIN
containers/paper/plugins/civchat2-paper-2.2.2.jar
Normal file
Binary file not shown.
Binary file not shown.
BIN
containers/paper/plugins/civmodcore-paper-3.0.6.jar
Normal file
BIN
containers/paper/plugins/civmodcore-paper-3.0.6.jar
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
containers/paper/plugins/jukealert-paper-3.0.8.jar
Normal file
BIN
containers/paper/plugins/jukealert-paper-3.0.8.jar
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
containers/paper/plugins/namelayer-paper-3.0.6.jar
Normal file
BIN
containers/paper/plugins/namelayer-paper-3.0.6.jar
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
containers/paper/plugins/simpleadminhacks-paper-2.3.2.jar
Normal file
BIN
containers/paper/plugins/simpleadminhacks-paper-2.3.2.jar
Normal file
Binary file not shown.
Reference in New Issue
Block a user