Initial Commit

This commit is contained in:
Halbear
2026-01-21 19:52:03 +00:00
commit 0c28cdb9f2
261 changed files with 17724 additions and 0 deletions

5
settings.gradle Normal file
View File

@@ -0,0 +1,5 @@
pluginManagement {
repositories {
maven { url = 'https://maven.parchmentmc.org' } // Add this line
}
}