1
mirror of https://github.com/CarmJos/PlayerPrefix.git synced 2024-09-19 21:25:45 +00:00
1. 添加变量 %PlayerPrefix%
2. 添加部署配置
3. 添加详细介绍
This commit is contained in:
carm 2021-10-21 21:32:53 +08:00
parent 8d3e4f2853
commit ff0255f72a
3 changed files with 19 additions and 11 deletions

View File

@ -27,7 +27,7 @@ jobs:
- name: "Package" - name: "Package"
run: mvn -B package --file pom.xml run: mvn -B package --file pom.xml
env: env:
MAVEN_USERNAME: ${{ secrets.MAVEN_USERNAME }} MAVEN_USERNAME: ${{ github.repository_owner }}
MAVEN_TOKEN: ${{secrets.GITHUB_TOKEN}} MAVEN_TOKEN: ${{secrets.GITHUB_TOKEN}}
- name: "Target Stage" - name: "Target Stage"
run: mkdir staging && cp target/*.jar staging run: mkdir staging && cp target/*.jar staging

View File

@ -21,12 +21,12 @@
<issueManagement> <issueManagement>
<system>GitHub Issues</system> <system>GitHub Issues</system>
<url>https://github.com/CarmJos/PlayerPrefix/issues</url> <url>${project.url}/issues</url>
</issueManagement> </issueManagement>
<ciManagement> <ciManagement>
<system>GitHub Actions</system> <system>GitHub Actions</system>
<url>https://github.com/CarmJos/PlayerPrefix/actions/workflows/maven.yml</url> <url>${project.url}/actions/workflows/maven.yml</url>
</ciManagement> </ciManagement>
<developers> <developers>
@ -43,8 +43,8 @@
<licenses> <licenses>
<license> <license>
<name>GNU General Public License v3.0</name> <name>The MIT License</name>
<url>https://opensource.org/licenses/GPL-3.0</url> <url>https://opensource.org/licenses/mit-license.php</url>
</license> </license>
</licenses> </licenses>

View File

@ -1,10 +1,18 @@
name: PlayerPrefix
main: cc.carm.plugin.playerprefix.Main main: cc.carm.plugin.playerprefix.Main
version: ${project}
author: CarmJos name: ${project.artifactId}
depend: [ ProtocolLib ] version: ${project.version}
website: "https://github.com/CarmJos/PlayerPrefix"
depend:
- ProtocolLib
softdepend:
- PlaceholderAPI
commands: commands:
PlayerPrefix: PlayerPrefix:
aliases: aliases:
- prefix - prefix
author: CarmJos
website: ${project.url}
description: ${project.description}