docs: 更新文档

This commit is contained in:
2024-02-20 00:09:54 +08:00
parent 6b6d5ec946
commit 0783090581

View File

@@ -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")
} }
``` ```
@@ -74,4 +74,4 @@ dependencies {
- 使用方法为:`CoreAPI.getInstance().xxx()` - 使用方法为:`CoreAPI.getInstance().xxx()`
- 部分通用的工具代码在 `cn.hamster3.mc.plugin.core.common.util` 包中 - 部分通用的工具代码在 `cn.hamster3.mc.plugin.core.common.util` 包中
- 部分Bukkit的工具代码在 `cn.hamster3.mc.plugin.core.bukkit.util` 包中 - 部分Bukkit的工具代码在 `cn.hamster3.mc.plugin.core.bukkit.util` 包中
- 部分BungeeCord的工具代码在 `cn.hamster3.mc.plugin.core.bungee.util` 包中 - 部分BungeeCord的工具代码在 `cn.hamster3.mc.plugin.core.bungee.util` 包中