9
0
mirror of https://github.com/Auxilor/EcoMobs.git synced 2025-12-30 20:39:13 +00:00

Initial commit

This commit is contained in:
Auxilor
2023-11-07 16:16:53 +00:00
commit 4154f6c843
82 changed files with 4260 additions and 0 deletions

14
settings.gradle.kts Normal file
View File

@@ -0,0 +1,14 @@
pluginManagement {
repositories {
gradlePluginPortal()
mavenLocal()
maven("https://repo.jpenilla.xyz/snapshots/")
maven("https://repo.auxilor.io/repository/maven-public/")
}
}
rootProject.name = "EcoMobs"
// Core
include(":eco-core")
include(":eco-core:core-plugin")