Skip to content

Commit

Permalink
Supporting deluxe menu plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
Tining123 committed Aug 22, 2022
1 parent 5ba306a commit 8cd7b21
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.Tining</groupId>
<artifactId>DemonMarket</artifactId>
<version>1.3.8</version>
<version>1.3.9</version>
<build>
<plugins>
<plugin>
Expand Down
4 changes: 1 addition & 3 deletions src/main/resources/plugin.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: DemonMarket
main: com.tining.demonmarket.Main
version: 1.3.8
version: 1.3.9
api-version: 1.13
# YAML 中的注释,一行有效
# 以上是插件基本信息,以下是命令注册
Expand All @@ -10,7 +10,6 @@ commands:
demonmarket: # 命令的基本名,请不要使用奇怪的字符!
aliases: # 别名,方便玩家使用
- mt
- dm
- dmt
usage: |
/mt help
Expand All @@ -21,7 +20,6 @@ commands:
demonmarketadmin: # 命令的基本名,请不要使用奇怪的字符!
aliases: # 别名,方便玩家使用
- mtadmin
- dmadmin
- dmtadmin
usage: |
/mt help
Expand Down

0 comments on commit 8cd7b21

Please sign in to comment.