1
mirror of https://github.com/carm-outsource/TimeReward.git synced 2024-09-19 19:25:49 +00:00

修复依赖问题

This commit is contained in:
Carm Jos 2022-02-27 22:43:51 +08:00
parent dc96a8d1cf
commit e17ecd68ea
2 changed files with 21 additions and 20 deletions

View File

@ -1,24 +1,19 @@
```text
_____ _ _____ _ _ _
| __ \ (_) | __ \ | | | | (_)
| |__) |___ __ _ _ ___ _ __ | |__) | __ ___ | |_ ___ ___| |_ _ ___ _ __
| _ // _ \/ _` | |/ _ \| '_ \ | ___/ '__/ _ \| __/ _ \/ __| __| |/ _ \| '_ \
| | \ \ __/ (_| | | (_) | | | | | | | | | (_) | || __/ (__| |_| | (_) | | | |
|_| \_\___|\__, |_|\___/|_| |_| |_| |_| \___/ \__\___|\___|\__|_|\___/|_| |_|
__/ |
|___/
_____ _ ______ _
|_ _(_) | ___ \ | |
| | _ _ __ ___ ___| |_/ /_____ ____ _ _ __ __| |
| | | | '_ ` _ \ / _ \ // _ \ \ /\ / / _` | '__/ _` |
| | | | | | | | | __/ |\ \ __/\ V V / (_| | | | (_| |
\_/ |_|_| |_| |_|\___\_| \_\___| \_/\_/ \__,_|_| \__,_|
```
# timereward
# TimeReward
[![workflow](https://github.com/CarmJos/timereward/actions/workflows/maven.yml/badge.svg?branch=master)](https://github.com/CarmJos/timereward/actions/workflows/maven.yml)
[![workflow](https://github.com/CarmJos/TimeReward/actions/workflows/maven.yml/badge.svg?branch=master)](https://github.com/CarmJos/TimeReward/actions/workflows/maven.yml)
![Support](https://img.shields.io/badge/Minecraft-Java%201.16--Latest-yellow)
![](https://visitor-badge.glitch.me/badge?page_id=timereward.readme)
![](https://visitor-badge.glitch.me/badge?page_id=TimeReward.readme)
区域保护插件将不符合条件的玩家弹出区域基于EasyPlugin实现。
本插件由 [重庆溢鹏多赛科技有限公司](https://ypchongqing.com) 请求本人开发,经过授权后开源。
在线时长自动领奖插件通过指令发放奖励基于EasyPlugin实现。
## 插件依赖

16
pom.xml
View File

@ -34,22 +34,28 @@
<repositories>
<repository>
<id>github</id>
<name>GitHub Packages</name>
<url>https://maven.pkg.github.com/CarmJos/*</url>
</repository>
<repository>
<id>central</id>
<url>https://repo1.maven.org/maven2/</url>
</repository>
<repository>
<id>nexus</id>
<url>https://mvn.lumine.io/repository/maven-public/</url>
</repository>
<repository>
<id>carm-repo</id>
<name>Carm's Repo</name>
<url>https://repo.carm.cc/repository/maven-public/</url>
</repository>
<repository>
<id>nexus</id>
<url>https://mvn.lumine.io/repository/maven-public/</url>
</repository>
</repositories>
<dependencies>