mirror of
https://github.com/CarmJos/PlayerPrefix.git
synced 2026-06-04 09:59:31 +08:00
1.1.0
1. 添加变量 %PlayerPrefix% 2. 添加部署配置 3. 添加详细介绍
This commit is contained in:
@@ -1,10 +1,18 @@
|
||||
name: PlayerPrefix
|
||||
main: cc.carm.plugin.playerprefix.Main
|
||||
version: ${project}
|
||||
author: CarmJos
|
||||
depend: [ ProtocolLib ]
|
||||
website: "https://github.com/CarmJos/PlayerPrefix"
|
||||
|
||||
name: ${project.artifactId}
|
||||
version: ${project.version}
|
||||
|
||||
depend:
|
||||
- ProtocolLib
|
||||
softdepend:
|
||||
- PlaceholderAPI
|
||||
|
||||
commands:
|
||||
PlayerPrefix:
|
||||
aliases:
|
||||
- prefix
|
||||
- prefix
|
||||
|
||||
author: CarmJos
|
||||
website: ${project.url}
|
||||
description: ${project.description}
|
||||
|
||||
Reference in New Issue
Block a user