mirror of
https://github.com/CivMC/Civ.git
synced 2026-07-15 23:20:44 +00:00
Update plugins
This commit is contained in:
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
ansible/files/paper-plugins/civchat2-paper-2.2.2.jar
Normal file
BIN
ansible/files/paper-plugins/civchat2-paper-2.2.2.jar
Normal file
Binary file not shown.
Binary file not shown.
BIN
ansible/files/paper-plugins/civmodcore-paper-3.0.6.jar
Normal file
BIN
ansible/files/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.
BIN
ansible/files/paper-plugins/finale-paper-2.1.0.jar
Normal file
BIN
ansible/files/paper-plugins/finale-paper-2.1.0.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.
BIN
ansible/files/paper-plugins/namelayer-paper-3.0.6.jar
Normal file
BIN
ansible/files/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
ansible/files/paper-plugins/simpleadminhacks-paper-2.3.2.jar
Normal file
BIN
ansible/files/paper-plugins/simpleadminhacks-paper-2.3.2.jar
Normal file
Binary file not shown.
@@ -103,13 +103,13 @@ allprojects {
|
||||
// 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") {
|
||||
delete(fileTree("../../ansible/files/paper-plugins") {
|
||||
include(project.name + "-*.jar")
|
||||
})
|
||||
}
|
||||
dependsOn("build")
|
||||
from(tasks.findByPath("reobfJar")!!.outputs.files)
|
||||
into("../../containers/paper/plugins")
|
||||
into("../../ansible/files/paper-plugins")
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user