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/