1
mirror of https://github.com/CarmJos/MoeTeleport.git synced 2026-06-04 16:46:10 +08:00

[2.0.0] 版本更新

- [A] 添加消息点击执行功能(基于MineDown实现)。
This commit is contained in:
2022-02-18 20:44:26 +08:00
parent b311820483
commit 9ee18d0f3c
5 changed files with 34 additions and 8 deletions
+19 -1
View File
@@ -13,7 +13,7 @@
<groupId>cc.carm.plugin</groupId>
<artifactId>moeteleport</artifactId>
<version>1.2.1</version>
<version>2.0.0</version>
<name>MoeTeleport</name>
<description>喵喵传送,简单的传送、设置家的插件。</description>
@@ -71,6 +71,11 @@
<url>https://repo1.maven.org/maven2/</url>
</repository>
<repository>
<id>minebench-repo</id>
<url>https://repo.minebench.de/</url>
</repository>
<repository>
<id>github</id>
<name>GitHub Packages</name>
@@ -103,6 +108,13 @@
<scope>provided</scope>
</dependency>
<dependency>
<groupId>de.themoep</groupId>
<artifactId>minedown</artifactId>
<version>1.7.1-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
@@ -176,6 +188,12 @@
</excludes>
</filter>
</filters>
<relocations>
<relocation>
<pattern>de.themoep.minedown</pattern>
<shadedPattern>cc.carm.plugin.moeteleport.lib.minedown</shadedPattern>
</relocation>
</relocations>
</configuration>
</plugin>
<plugin>