From ff40d921e7f8afb05a7cd702dd175bbefaa30f38 Mon Sep 17 00:00:00 2001 From: carm Date: Thu, 21 Oct 2021 21:38:45 +0800 Subject: [PATCH] =?UTF-8?q?1.1.1=20=E4=BF=AE=E5=A4=8D=E9=83=A8=E7=BD=B2?= =?UTF-8?q?=E9=94=99=E8=AF=AF=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 6 +++--- src/main/resources/plugin.yml | 9 +++++---- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/pom.xml b/pom.xml index 120f5cf..1a29541 100644 --- a/pom.xml +++ b/pom.xml @@ -5,8 +5,8 @@ 4.0.0 cc.carm.plugin - PlayerPrefix - 1.1.0 + playerprefix + 1.1.1 jar @@ -15,7 +15,7 @@ 1.8 - 玩家前缀系统 + PlayerPrefix 指令操作的轻量玩家前缀管理插件。 https://github.com/CarmJos/PlayerPrefix diff --git a/src/main/resources/plugin.yml b/src/main/resources/plugin.yml index f20f9c1..34cb33d 100644 --- a/src/main/resources/plugin.yml +++ b/src/main/resources/plugin.yml @@ -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} +