From 1e0417c814efcf045e604b6dfd092b14c975759c Mon Sep 17 00:00:00 2001 From: MiniDay <372403923@qq.com> Date: Thu, 3 Jul 2025 02:38:54 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E4=BF=AE=E6=AD=A3=E6=96=87=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 10 ++++------ ball-bukkit/src/main/resources/plugin.yml | 2 +- ball-bungee/src/main/resources/bungee.yml | 1 - ball-velocity/src/main/resources/update.yml | 1 - 4 files changed, 5 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 4f20759..f4c37ba 100644 --- a/README.md +++ b/README.md @@ -11,8 +11,6 @@ 3. 命令行窗口中执行`./gradlew clean build` 4. 构建成品在 `build` 文件夹 -也可访问我的[Jenkins网站](https://jenkins.airgame.net/job/opensource/job/hamster-ball/)获取最新版 - # 安装步骤 1. 关闭服务器 @@ -49,9 +47,9 @@ repositories { dependencies { // 对于 Bukkit 插件 - compileOnly("cn.hamster3.mc.plugin:ball-bukkit:1.7.0") + compileOnly("cn.hamster3.mc.plugin:ball-bukkit:1.8.0") // 对于 BungeeCord 插件 - compileOnly("cn.hamster3.mc.plugin:ball-bungee:1.7.0") + compileOnly("cn.hamster3.mc.plugin:ball-bungee:1.8.0") } ``` @@ -77,13 +75,13 @@ dependencies { cn.hamster3.mc.plugin ball-bukkit - 1.7.0 + 1.8.0 cn.hamster3.mc.plugin ball-bungee - 1.7.0 + 1.8.0 diff --git a/ball-bukkit/src/main/resources/plugin.yml b/ball-bukkit/src/main/resources/plugin.yml index eb2d969..10cfb32 100644 --- a/ball-bukkit/src/main/resources/plugin.yml +++ b/ball-bukkit/src/main/resources/plugin.yml @@ -12,7 +12,7 @@ UPDATE_CHECKER: CHECK_TYPE: GITEA_RELEASES GIT_BASE_URL: https://git.airgame.net GIT_REPO: MiniDay/hamster-ball - DOWNLOAD_URL: https://jenkins.airgame.net/job/opensource/job/hamster-ball/ + load: STARTUP diff --git a/ball-bungee/src/main/resources/bungee.yml b/ball-bungee/src/main/resources/bungee.yml index 666607f..ad02e24 100644 --- a/ball-bungee/src/main/resources/bungee.yml +++ b/ball-bungee/src/main/resources/bungee.yml @@ -11,7 +11,6 @@ UPDATE_CHECKER: CHECK_TYPE: GITEA_RELEASES GIT_BASE_URL: https://git.airgame.net GIT_REPO: MiniDay/hamster-ball - DOWNLOAD_URL: https://jenkins.airgame.net/job/opensource/job/hamster-ball/ depend: - HamsterCore diff --git a/ball-velocity/src/main/resources/update.yml b/ball-velocity/src/main/resources/update.yml index 2808414..fc9225a 100644 --- a/ball-velocity/src/main/resources/update.yml +++ b/ball-velocity/src/main/resources/update.yml @@ -2,4 +2,3 @@ VERSION: ${version} CHECK_TYPE: GITEA_RELEASES GIT_BASE_URL: https://git.airgame.net GIT_REPO: MiniDay/hamster-ball -DOWNLOAD_URL: https://jenkins.airgame.net/job/opensource/job/hamster-ball/