From aac72489948b5950d32b85054e0f320aa58c8955 Mon Sep 17 00:00:00 2001 From: MiniDay <372403923@qq.com> Date: Tue, 19 Mar 2024 16:19:00 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E4=BF=AE=E6=94=B9=E7=89=88=E6=9C=AC?= =?UTF-8?q?=E6=9B=B4=E6=96=B0=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ball-bukkit/src/main/resources/plugin.yml | 9 ++++++++- ball-bukkit/src/main/resources/update.yml | 6 ------ ball-bungee/src/main/resources/bungee.yml | 10 +++++++++- ball-bungee/src/main/resources/update.yml | 6 ------ ball-velocity/src/main/resources/update.yml | 5 ++--- 5 files changed, 19 insertions(+), 17 deletions(-) delete mode 100644 ball-bukkit/src/main/resources/update.yml delete mode 100644 ball-bungee/src/main/resources/update.yml diff --git a/ball-bukkit/src/main/resources/plugin.yml b/ball-bukkit/src/main/resources/plugin.yml index 4cf3fc7..13005df 100644 --- a/ball-bukkit/src/main/resources/plugin.yml +++ b/ball-bukkit/src/main/resources/plugin.yml @@ -4,8 +4,15 @@ version: ${version} api-version: 1.13 author: MiniDay +description: ${description} website: https://git.airgame.net/MiniDay/hamster-ball -description: 仓鼠球:一个基于 Redis 的 Minecraft 服务端通用消息中间件(原HamsterService) + +UPDATE_CHECKER: + 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/ load: STARTUP diff --git a/ball-bukkit/src/main/resources/update.yml b/ball-bukkit/src/main/resources/update.yml deleted file mode 100644 index 2ccf96c..0000000 --- a/ball-bukkit/src/main/resources/update.yml +++ /dev/null @@ -1,6 +0,0 @@ -version: ${version} -CHECK_TYPE: GITEA_RELEASES -GIT_BASE_URL: https://git.airgame.net -GIT_REPO: MiniDay/hamster-ball -GIT_TOKEN: a44a69a4d1b8601bf6091403247759cd28764d5e -DOWNLOAD_URL: https://jenkins.airgame.net/job/opensource/job/hamster-ball/ diff --git a/ball-bungee/src/main/resources/bungee.yml b/ball-bungee/src/main/resources/bungee.yml index c618590..666607f 100644 --- a/ball-bungee/src/main/resources/bungee.yml +++ b/ball-bungee/src/main/resources/bungee.yml @@ -3,7 +3,15 @@ main: cn.hamster3.mc.plugin.ball.bungee.HamsterBallPlugin version: ${version} author: MiniDay -description: 仓鼠球:一个基于 Redis 的 Minecraft 服务端通用消息中间件(原HamsterService) +description: ${description} +website: https://git.airgame.net/MiniDay/hamster-ball + +UPDATE_CHECKER: + 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/ depend: - HamsterCore diff --git a/ball-bungee/src/main/resources/update.yml b/ball-bungee/src/main/resources/update.yml deleted file mode 100644 index 2ccf96c..0000000 --- a/ball-bungee/src/main/resources/update.yml +++ /dev/null @@ -1,6 +0,0 @@ -version: ${version} -CHECK_TYPE: GITEA_RELEASES -GIT_BASE_URL: https://git.airgame.net -GIT_REPO: MiniDay/hamster-ball -GIT_TOKEN: a44a69a4d1b8601bf6091403247759cd28764d5e -DOWNLOAD_URL: https://jenkins.airgame.net/job/opensource/job/hamster-ball/ diff --git a/ball-velocity/src/main/resources/update.yml b/ball-velocity/src/main/resources/update.yml index 2ccf96c..43bba43 100644 --- a/ball-velocity/src/main/resources/update.yml +++ b/ball-velocity/src/main/resources/update.yml @@ -1,6 +1,5 @@ -version: ${version} +VERSION: ${version} CHECK_TYPE: GITEA_RELEASES GIT_BASE_URL: https://git.airgame.net GIT_REPO: MiniDay/hamster-ball -GIT_TOKEN: a44a69a4d1b8601bf6091403247759cd28764d5e -DOWNLOAD_URL: https://jenkins.airgame.net/job/opensource/job/hamster-ball/ +DOWNLOAD_URL: https://jenkins.airgame.net/job/opensource/job/hamster-ball/ \ No newline at end of file