Skip to content

Commit

Permalink
增加命令
Browse files Browse the repository at this point in the history
  • Loading branch information
liujiaqi7998 committed May 12, 2022
1 parent 2f4edec commit 547bf02
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion README.md
Expand Up @@ -4,6 +4,8 @@

## 服主控制台使用方法

**2.0版本更新需要删除1.0版本的配置文件!!**

1.下载GrasscuttersWebDashboard.jar放在服务器的plugins文件夹下

2.重启服务器
Expand All @@ -22,7 +24,9 @@

## 服务器成员进入WebTools方法

1.向服务器发送 /webtools 命令
**2.0版本更新需要删除1.0版本的配置文件!!**

1.向服务器发送 /webtools 或 /webt 或 /wt 命令

2.你会接收到一封带有网页链接的邮件

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -6,7 +6,7 @@

<groupId>top.cyqi</groupId> <!-- Replace with your groupId -->
<artifactId>GrasscuttersWebDashboard</artifactId> <!-- Replace with your plugin name. -->
<version>1.0.1</version> <!-- The template's version corresponds to the latest API version. -->
<version>2.0.0</version> <!-- The template's version corresponds to the latest API version. -->

<properties>
<maven.compiler.source>17</maven.compiler.source>
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/plugin.json
@@ -1,7 +1,7 @@
{
"name": "GrasscuttersWebDashboard",
"description": "小奇 Grasscutter WEB管理面板",
"version": "1.0.2-dev",
"version": "2.0.0-dev",
"authors": [ "666Qi" , "4Benj_"],
"mainClass": "top.cyqi.GrasscuttersWebDashboard"
}

0 comments on commit 547bf02

Please sign in to comment.