1
mirror of https://github.com/CarmJos/PlayerPrefix.git synced 2024-09-18 20:55:45 +00:00

1.1.1 修复部署错误的问题

This commit is contained in:
carm 2021-10-21 21:38:45 +08:00
parent ff0255f72a
commit ff40d921e7
2 changed files with 8 additions and 7 deletions

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>

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}