feat: 完成新项目

This commit is contained in:
2023-05-10 19:27:46 +08:00
parent 43737463a7
commit c51bd60676
19 changed files with 500 additions and 2 deletions

View File

@@ -0,0 +1,10 @@
version '1.0.0-SNAPSHOT'
setArchivesBaseName("HamsterSpawn")
dependencies {
//noinspection VulnerableLibrariesLocal
compileOnly "net.md-5:bungeecord-api:${bungeecord_api_version}"
compileOnly "cn.hamster3.mc.plugin.core:bukkit:${hamster_core_version}"
compileOnly "cn.hamster3.mc.plugin.ball:bukkit:${hamster_ball_version}"
}