first
Build / build (push) Has been cancelled

This commit is contained in:
gpatruno
2026-06-05 15:00:58 +02:00
commit 3710a28ae0
100 changed files with 7744 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
rootProject.name = "hytale-mmorpg"
plugins {
id("dev.scaffoldit") version "0.2.+"
}
hytale {
usePatchline("release")
useVersion("latest")
manifest {
Group = "com.disklexar"
Name = "MMORPG"
Main = "com.disklexar.mmorpg.MmorpgPlugin"
}
}