Compare commits
3 Commits
Author | SHA1 | Date | |
---|---|---|---|
dc814308bd | |||
03898d763d | |||
50c3206060 |
@@ -1,6 +1,6 @@
|
|||||||
# HamsterTPA
|
# HamsterTPA
|
||||||
|
|
||||||
支持跨服传送的 tpa 插件,没有多余的其他功能
|
支持跨服传送的 tpa 插件
|
||||||
|
|
||||||
# 手动构建
|
# 手动构建
|
||||||
|
|
||||||
|
@@ -6,7 +6,7 @@ plugins {
|
|||||||
|
|
||||||
group = "cn.hamster3.mc.plugin"
|
group = "cn.hamster3.mc.plugin"
|
||||||
version = "1.1.3"
|
version = "1.1.3"
|
||||||
|
description = "支持跨服传送的 tpa 插件"
|
||||||
|
|
||||||
repositories {
|
repositories {
|
||||||
maven {
|
maven {
|
||||||
|
@@ -4,8 +4,15 @@ version: ${version}
|
|||||||
api-version: 1.13
|
api-version: 1.13
|
||||||
|
|
||||||
author: MiniDay
|
author: MiniDay
|
||||||
website: https://github.com/MiniDay/hamster-little-plugins
|
description: ${description}
|
||||||
description: TPA 功能
|
website: https://git.airgame.net/MiniDay/hamster-tpa/
|
||||||
|
|
||||||
|
UPDATE_CHECKER:
|
||||||
|
VERSION: ${version}
|
||||||
|
CHECK_TYPE: GITEA_RELEASES
|
||||||
|
GIT_BASE_URL: https://git.airgame.net
|
||||||
|
GIT_REPO: MiniDay/hamster-tpa
|
||||||
|
DOWNLOAD_URL: https://jenkins.airgame.net/job/opensource/job/hamster-tpa/
|
||||||
|
|
||||||
depend:
|
depend:
|
||||||
- HamsterCore
|
- HamsterCore
|
||||||
|
@@ -1,6 +0,0 @@
|
|||||||
version: ${version}
|
|
||||||
CHECK_TYPE: GITEA_RELEASES
|
|
||||||
GIT_BASE_URL: https://git.airgame.net
|
|
||||||
GIT_REPO: MiniDay/hamster-tpa
|
|
||||||
GIT_TOKEN: a44a69a4d1b8601bf6091403247759cd28764d5e
|
|
||||||
DOWNLOAD_URL: https://jenkins.airgame.net/job/opensource/job/hamster-tpa/
|
|
Reference in New Issue
Block a user