začátek

This commit is contained in:
babymsp2k
2025-07-04 23:38:56 +02:00
parent fbb1a834be
commit 491028854c
7 changed files with 271 additions and 40 deletions
+6 -5
View File
@@ -8,7 +8,7 @@ plugins {
id 'java'
}
group = "com.crimsonwarpedcraft.exampleplugin"
group = "dev.trixinity.eventmanager"
static def getTime() {
SimpleDateFormat sdf = new SimpleDateFormat("yyMMdd-HHmm")
@@ -65,14 +65,15 @@ repositories {
}
dependencies {
compileOnly 'io.papermc.paper:paper-api:1.21.7-R0.1-SNAPSHOT'
compileOnly 'io.papermc.paper:paper-api:1.21.4-R0.1-SNAPSHOT'
compileOnly 'com.github.spotbugs:spotbugs-annotations:4.9.3'
implementation 'io.papermc:paperlib:1.0.8'
implementation 'com.sk89q.worldguard:worldguard-bukkit:7.0.9'
spotbugsPlugins 'com.h3xstream.findsecbugs:findsecbugs-plugin:1.14.0'
testCompileOnly 'com.github.spotbugs:spotbugs-annotations:4.9.3'
testImplementation 'io.papermc.paper:paper-api:1.21.7-R0.1-SNAPSHOT'
testImplementation 'org.junit.jupiter:junit-jupiter:5.13.2'
testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.13.2'
testImplementation 'io.papermc.paper:paper-api:1.21.4-R0.1-SNAPSHOT'
testImplementation 'org.junit.jupiter:junit-jupiter:5.13.1'
testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.13.1'
}
test {