1.21.11-1.0

This commit is contained in:
Patrick
2026-06-25 15:17:53 +02:00
parent 432d8f2fe3
commit 733b02206d
2 changed files with 1 additions and 4 deletions
-3
View File
@@ -20,9 +20,6 @@ java {
tasks {
runServer {
// Configure the Minecraft version for our task.
// This is the only required configuration besides applying the plugin.
// Your plugin's jar (or shadowJar if present) will be used automatically.
minecraftVersion("1.21.11")
jvmArgs("-Xms2G", "-Xmx2G", "-Dcom.mojang.eula.agree=true")
}
+1 -1
View File
@@ -1,5 +1,5 @@
group=de.winniepat
version=1.0
version=1.21.11-1.0
description=ByteNations Plugin
org.gradle.configuration-cache=true
org.gradle.parallel=true