From 445e7442f8df04e002883dbf799470faec46e5c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=BF=8E?= <55654482+MATRIX-feather@users.noreply.github.com> Date: Fri, 3 Nov 2023 19:43:14 +0800 Subject: [PATCH] Update README.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 78672fd0..48d1f35a 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ # FeatherMorph -[[English](./README_en.md)] +[[English](./README_en.md)] [[Modrinth](https://modrinth.com/plugin/feathermorph)] 一个适用于Paper的变形插件。 @@ -20,7 +20,7 @@ ### 依赖关系 FeatherMorph至少需要下面这些依赖才能运行: -- Paper或基于Paper的1.19.3服务器 +- 一个Paper或基于Paper的服务器 - [LibsDisguises](https://www.spigotmc.org/resources/libs-disguises-free.81/) >= 10.0.32 @@ -32,10 +32,10 @@ FeatherMorph至少需要下面这些依赖才能运行: ### 构建 ```bash #!/usr/bin/env bash -git clone https://github.com/XiaMoZhiShi/MorphPlugin -cd MorphPlugin +git clone https://github.com/XiaMoZhiShi/FeatherMorph +cd FeatherMorph ./gradlew build --no-daemon ``` -生成的文件将位于`build/libs`中,`FeatherMorph-x.x.x.jar`就是构建出来的插件。 \ No newline at end of file +生成的文件将位于`build/libs`中,`FeatherMorph-x.x.x.jar`就是构建出来的插件。