diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 0000000..6975b2b --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/.idea/modules/VanillaPlus.main.iml b/.idea/modules/VanillaPlus.main.iml new file mode 100644 index 0000000..bbeeb3e --- /dev/null +++ b/.idea/modules/VanillaPlus.main.iml @@ -0,0 +1,14 @@ + + + + + + + PAPER + ADVENTURE + + 1 + + + + \ No newline at end of file diff --git a/.idea/modules/VanillaPlus.test.iml b/.idea/modules/VanillaPlus.test.iml new file mode 100644 index 0000000..a376b96 --- /dev/null +++ b/.idea/modules/VanillaPlus.test.iml @@ -0,0 +1,13 @@ + + + + + + + ADVENTURE + + 1 + + + + \ No newline at end of file diff --git a/build.gradle.kts b/build.gradle.kts index a4925bc..2b30070 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -54,6 +54,12 @@ tasks { relocate("kotlin", "org.xodium.vanillaplus.kotlin") destinationDirectory.set(file(".server/plugins")) minimize() + doLast { + copy { + from(archiveFile) + into(layout.buildDirectory.dir("libs")) + } + } } jar { enabled = false } withType { options.encoding = "UTF-8" }