diff --git a/Standalone/Paper/build.gradle.kts b/Standalone/Paper/build.gradle.kts index 9328214..19cf98f 100644 --- a/Standalone/Paper/build.gradle.kts +++ b/Standalone/Paper/build.gradle.kts @@ -46,7 +46,7 @@ dependencies { tasks { shadowJar { configurations = listOf(project.configurations.runtimeClasspath.get()) - archiveBaseName.set("TicketManager-Paper") + archiveBaseName.set("TMSE-Paper") dependencies { exclude { it.moduleGroup == "net.kyori" && it.moduleName != "adventure-extra-kotlin"} diff --git a/Standalone/Spigot/build.gradle.kts b/Standalone/Spigot/build.gradle.kts index 88acbb0..967497e 100644 --- a/Standalone/Spigot/build.gradle.kts +++ b/Standalone/Spigot/build.gradle.kts @@ -46,7 +46,7 @@ dependencies { tasks { shadowJar { configurations = listOf(project.configurations.runtimeClasspath.get()) - archiveBaseName.set("TicketManager-Spigot") + archiveBaseName.set("TMSE-Spigot") dependencies { exclude { it.moduleGroup == "org.jetbrains.kotlin" }