From 07830905815a987647db38bb06c149a219b83548 Mon Sep 17 00:00:00 2001 From: MiniDay <372403923@qq.com> Date: Tue, 20 Feb 2024 00:09:54 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E6=9B=B4=E6=96=B0=E6=96=87=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6e832b1..8c9793f 100644 --- a/README.md +++ b/README.md @@ -26,9 +26,9 @@ repositories { dependencies { // 对于 Bukkit 插件 - compileOnly "cn.hamster3.mc.plugin:core-bukkit:1.2.2" + compileOnly("cn.hamster3.mc.plugin:core-bukkit:1.2.2") // 对于 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()` - 部分通用的工具代码在 `cn.hamster3.mc.plugin.core.common.util` 包中 - 部分Bukkit的工具代码在 `cn.hamster3.mc.plugin.core.bukkit.util` 包中 -- 部分BungeeCord的工具代码在 `cn.hamster3.mc.plugin.core.bungee.util` 包中 \ No newline at end of file +- 部分BungeeCord的工具代码在 `cn.hamster3.mc.plugin.core.bungee.util` 包中