diff --git a/.idea/codeStyles/Project.xml b/.idea/codeStyles/Project.xml new file mode 100644 index 0000000..919ce1f --- /dev/null +++ b/.idea/codeStyles/Project.xml @@ -0,0 +1,7 @@ + + + + + + \ No newline at end of file diff --git a/.idea/codeStyles/codeStyleConfig.xml b/.idea/codeStyles/codeStyleConfig.xml new file mode 100644 index 0000000..a55e7a1 --- /dev/null +++ b/.idea/codeStyles/codeStyleConfig.xml @@ -0,0 +1,5 @@ + + + + \ No newline at end of file diff --git a/.idea/material_theme_project_new.xml b/.idea/material_theme_project_new.xml new file mode 100644 index 0000000..d98bd87 --- /dev/null +++ b/.idea/material_theme_project_new.xml @@ -0,0 +1,12 @@ + + + + + + \ No newline at end of file diff --git a/build.gradle.kts b/build.gradle.kts index 8f3d57e..f28f447 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -123,6 +123,6 @@ fun getCurrentCommitHash(): String { if (process.exitValue() == 0) { return commitHash?.substring(0, 7) ?: "" } else { - throw IllegalStateException("Failed to retrieve the commit hash.") + return "unknown" } } \ No newline at end of file diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 7686012..3ef0cf6 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -9,7 +9,7 @@ placeholderapi = "2.11.6" ktgui = "2.4.2-alpha" runPaper = "2.2.4" -packetEvents = "2.6.0" +packetEvents = "2.7.0" entityLib = "2.4.11-SNAPSHOT" tab = "4.1.8" viaversion = "5.0.0"