18 lines
438 B
YAML
18 lines
438 B
YAML
name: HamsterBall
|
|
main: cn.hamster3.mc.plugin.ball.bungee.HamsterBallPlugin
|
|
version: ${version}
|
|
|
|
author: MiniDay
|
|
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
|