docs: 更新文档
This commit is contained in:
@@ -26,9 +26,9 @@ repositories {
|
|||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
// 对于 Bukkit 插件
|
// 对于 Bukkit 插件
|
||||||
compileOnly "cn.hamster3.mc.plugin:core-bukkit:1.2.2"
|
compileOnly("cn.hamster3.mc.plugin:core-bukkit:1.2.2")
|
||||||
// 对于 BungeeCord 插件
|
// 对于 BungeeCord 插件
|
||||||
compileOnly "cn.hamster3.mc.plugin:core-bungee:1.2.2"
|
compileOnly("cn.hamster3.mc.plugin:core-bungee:1.2.2")
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user