Skip to content

Commit

Permalink
1.1.1 修复部署错误的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
carm committed Oct 21, 2021
1 parent ff0255f commit ff40d92
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand All @@ -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>

Expand Down
9 changes: 5 additions & 4 deletions src/main/resources/plugin.yml
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -13,6 +16,4 @@ commands:
aliases:
- prefix

author: CarmJos
website: ${project.url}
description: ${project.description}

0 comments on commit ff40d92

Please sign in to comment.