feat: 适配新版API更新
This commit is contained in:
@@ -32,9 +32,9 @@ repositories {
|
||||
|
||||
dependencies {
|
||||
// 对于 Bukkit 插件
|
||||
compileOnly "cn.hamster3.mc.plugin:hamster-ball-bukkit:1.0.0"
|
||||
compileOnly "cn.hamster3.mc.plugin:ball-bukkit:1.0.0"
|
||||
// 对于 BungeeCord 插件
|
||||
compileOnly "cn.hamster3.mc.plugin:hamster-ball-bungeecord:1.0.0"
|
||||
compileOnly "cn.hamster3.mc.plugin:ball-bungeecord:1.0.0"
|
||||
}
|
||||
```
|
||||
|
||||
@@ -56,13 +56,13 @@ dependencies {
|
||||
<!--对于 Bukkit 插件-->
|
||||
<dependency>
|
||||
<groupId>cn.hamster3.mc.plugin</groupId>
|
||||
<artifactId>hamster-ball-bukkit</artifactId>
|
||||
<artifactId>ball-bukkit</artifactId>
|
||||
<version>1.0.0</version>
|
||||
</dependency>
|
||||
<!--对于 BungeeCord 插件-->
|
||||
<dependency>
|
||||
<groupId>cn.hamster3.mc.plugin</groupId>
|
||||
<artifactId>hamster-ball-bungeecord</artifactId>
|
||||
<artifactId>ball-bungeecord</artifactId>
|
||||
<version>1.0.0</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
Reference in New Issue
Block a user