diff --git a/README.md b/README.md index 24a363e..1d4abba 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ ## 服主控制台使用方法 +**2.0版本更新需要删除1.0版本的配置文件!!** + 1.下载GrasscuttersWebDashboard.jar放在服务器的plugins文件夹下 2.重启服务器 @@ -22,7 +24,9 @@ ## 服务器成员进入WebTools方法 -1.向服务器发送 /webtools 命令 +**2.0版本更新需要删除1.0版本的配置文件!!** + +1.向服务器发送 /webtools 或 /webt 或 /wt 命令 2.你会接收到一封带有网页链接的邮件 diff --git a/pom.xml b/pom.xml index e8bc240..3d642b5 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ top.cyqi GrasscuttersWebDashboard - 1.0.1 + 2.0.0 17 diff --git a/src/main/resources/plugin.json b/src/main/resources/plugin.json index 906ef86..c624935 100644 --- a/src/main/resources/plugin.json +++ b/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" } \ No newline at end of file