mirror of
https://github.com/CarmJos/PlayerPrefix.git
synced 2026-06-04 18:08:18 +08:00
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| ff40d921e7 |
@@ -5,8 +5,8 @@
|
|||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
|
||||||
<groupId>cc.carm.plugin</groupId>
|
<groupId>cc.carm.plugin</groupId>
|
||||||
<artifactId>PlayerPrefix</artifactId>
|
<artifactId>playerprefix</artifactId>
|
||||||
<version>1.1.0</version>
|
<version>1.1.1</version>
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
@@ -15,7 +15,7 @@
|
|||||||
<maven.compiler.target>1.8</maven.compiler.target>
|
<maven.compiler.target>1.8</maven.compiler.target>
|
||||||
</properties>
|
</properties>
|
||||||
|
|
||||||
<name>玩家前缀系统</name>
|
<name>PlayerPrefix</name>
|
||||||
<description>指令操作的轻量玩家前缀管理插件。</description>
|
<description>指令操作的轻量玩家前缀管理插件。</description>
|
||||||
<url>https://github.com/CarmJos/PlayerPrefix</url>
|
<url>https://github.com/CarmJos/PlayerPrefix</url>
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,10 @@
|
|||||||
main: cc.carm.plugin.playerprefix.Main
|
main: cc.carm.plugin.playerprefix.Main
|
||||||
|
|
||||||
name: ${project.artifactId}
|
name: ${project.name}
|
||||||
version: ${project.version}
|
version: ${project.version}
|
||||||
|
description: ${project.description}
|
||||||
|
author: CarmJos
|
||||||
|
website: ${project.url}
|
||||||
|
|
||||||
depend:
|
depend:
|
||||||
- ProtocolLib
|
- ProtocolLib
|
||||||
@@ -13,6 +16,4 @@ commands:
|
|||||||
aliases:
|
aliases:
|
||||||
- prefix
|
- prefix
|
||||||
|
|
||||||
author: CarmJos
|
|
||||||
website: ${project.url}
|
|
||||||
description: ${project.description}
|
|
||||||
|
|||||||
Reference in New Issue
Block a user