1
mirror of https://github.com/CarmJos/PlayerPrefix.git synced 2026-06-04 09:59:31 +08:00

1 Commits

Author SHA1 Message Date
carm ff40d921e7 1.1.1 修复部署错误的问题 2021-10-21 21:38:45 +08:00
2 changed files with 8 additions and 7 deletions
+3 -3
View File
@@ -5,8 +5,8 @@
<modelVersion>4.0.0</modelVersion>
<groupId>cc.carm.plugin</groupId>
<artifactId>PlayerPrefix</artifactId>
<version>1.1.0</version>
<artifactId>playerprefix</artifactId>
<version>1.1.1</version>
<packaging>jar</packaging>
<properties>
@@ -15,7 +15,7 @@
<maven.compiler.target>1.8</maven.compiler.target>
</properties>
<name>玩家前缀系统</name>
<name>PlayerPrefix</name>
<description>指令操作的轻量玩家前缀管理插件。</description>
<url>https://github.com/CarmJos/PlayerPrefix</url>
+5 -4
View File
@@ -1,7 +1,10 @@
main: cc.carm.plugin.playerprefix.Main
name: ${project.artifactId}
name: ${project.name}
version: ${project.version}
description: ${project.description}
author: CarmJos
website: ${project.url}
depend:
- ProtocolLib
@@ -13,6 +16,4 @@ commands:
aliases:
- prefix
author: CarmJos
website: ${project.url}
description: ${project.description}