1.1 Миллиард хотфиксов, но теперь без ошибок и всё работает. У меня детокс, голова болит пздц

This commit is contained in:
lonewo 2025-08-09 07:39:59 +05:00
parent 2b5a19c41b
commit 4d6cf540ef
9 changed files with 266 additions and 57 deletions

View file

@ -14,8 +14,8 @@ plugins {
val javaVersion = 24
group = "dev.marrow"
version = "1.0"
description = "paper plugin template"
version = "1.1"
description = "listener of labels and maps"
// paper-plugin.yml
paper {
@ -25,10 +25,10 @@ paper {
// version is version value
foliaSupported = true
author = "You"
author = "Lonewoss"
main = "$group.${project.name.lowercase()}.Core"
apiVersion = "1.21"
prefix = "example"
prefix = "ZSign"
load = BukkitPluginDescription.PluginLoadOrder.STARTUP
@ -80,7 +80,7 @@ publishing {
tasks {
runServer {
//dependsOn(build)
serverJar(file("run/prismatic-bundler-1.21.8-R0.1-SNAPSHOT-mojmap.jar"))
version("1.21.7")
}