feat(hamster-tpa): 完成 TPA 插件

This commit is contained in:
2023-06-05 19:30:37 +08:00
parent e83fc58925
commit f61a27bf99
13 changed files with 581 additions and 0 deletions

7
hamster-tpa/build.gradle Normal file
View File

@@ -0,0 +1,7 @@
version = '1.0.0'
setArchivesBaseName("HamsterTPA")
dependencies {
compileOnly "cn.hamster3.mc.plugin.core:bukkit:${hamster_ball_version}"
compileOnly "cn.hamster3.mc.plugin.ball:common:${hamster_ball_version}"
}