mirror of
https://github.com/carm-outsource/TimeReward.git
synced 2026-06-04 15:28:16 +08:00
修复依赖问题
This commit is contained in:
@@ -1,24 +1,19 @@
|
|||||||
```text
|
```text
|
||||||
|
_____ _ ______ _
|
||||||
_____ _ _____ _ _ _
|
|_ _(_) | ___ \ | |
|
||||||
| __ \ (_) | __ \ | | | | (_)
|
| | _ _ __ ___ ___| |_/ /_____ ____ _ _ __ __| |
|
||||||
| |__) |___ __ _ _ ___ _ __ | |__) | __ ___ | |_ ___ ___| |_ _ ___ _ __
|
| | | | '_ ` _ \ / _ \ // _ \ \ /\ / / _` | '__/ _` |
|
||||||
| _ // _ \/ _` | |/ _ \| '_ \ | ___/ '__/ _ \| __/ _ \/ __| __| |/ _ \| '_ \
|
| | | | | | | | | __/ |\ \ __/\ V V / (_| | | | (_| |
|
||||||
| | \ \ __/ (_| | | (_) | | | | | | | | | (_) | || __/ (__| |_| | (_) | | | |
|
\_/ |_|_| |_| |_|\___\_| \_\___| \_/\_/ \__,_|_| \__,_|
|
||||||
|_| \_\___|\__, |_|\___/|_| |_| |_| |_| \___/ \__\___|\___|\__|_|\___/|_| |_|
|
|
||||||
__/ |
|
|
||||||
|___/
|
|
||||||
```
|
```
|
||||||
|
|
||||||
# timereward
|
# TimeReward
|
||||||
|
|
||||||
[](https://github.com/CarmJos/timereward/actions/workflows/maven.yml)
|
[](https://github.com/CarmJos/TimeReward/actions/workflows/maven.yml)
|
||||||

|

|
||||||

|

|
||||||
|
|
||||||
区域保护插件,将不符合条件的玩家弹出区域,基于EasyPlugin实现。
|
在线时长自动领奖插件,通过指令发放奖励,基于EasyPlugin实现。
|
||||||
|
|
||||||
本插件由 [重庆溢鹏多赛科技有限公司](https://ypchongqing.com) 请求本人开发,经过授权后开源。
|
|
||||||
|
|
||||||
## 插件依赖
|
## 插件依赖
|
||||||
|
|
||||||
|
|||||||
@@ -34,22 +34,28 @@
|
|||||||
|
|
||||||
<repositories>
|
<repositories>
|
||||||
|
|
||||||
|
<repository>
|
||||||
|
<id>github</id>
|
||||||
|
<name>GitHub Packages</name>
|
||||||
|
<url>https://maven.pkg.github.com/CarmJos/*</url>
|
||||||
|
</repository>
|
||||||
|
|
||||||
<repository>
|
<repository>
|
||||||
<id>central</id>
|
<id>central</id>
|
||||||
<url>https://repo1.maven.org/maven2/</url>
|
<url>https://repo1.maven.org/maven2/</url>
|
||||||
</repository>
|
</repository>
|
||||||
|
|
||||||
|
<repository>
|
||||||
|
<id>nexus</id>
|
||||||
|
<url>https://mvn.lumine.io/repository/maven-public/</url>
|
||||||
|
</repository>
|
||||||
|
|
||||||
<repository>
|
<repository>
|
||||||
<id>carm-repo</id>
|
<id>carm-repo</id>
|
||||||
<name>Carm's Repo</name>
|
<name>Carm's Repo</name>
|
||||||
<url>https://repo.carm.cc/repository/maven-public/</url>
|
<url>https://repo.carm.cc/repository/maven-public/</url>
|
||||||
</repository>
|
</repository>
|
||||||
|
|
||||||
<repository>
|
|
||||||
<id>nexus</id>
|
|
||||||
<url>https://mvn.lumine.io/repository/maven-public/</url>
|
|
||||||
</repository>
|
|
||||||
|
|
||||||
</repositories>
|
</repositories>
|
||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
|
|||||||
Reference in New Issue
Block a user