diff --git a/README.md b/README.md index 5a500a1..73c994d 100644 --- a/README.md +++ b/README.md @@ -127,11 +127,13 @@ The main command is `/VotePass` or `/vp`. ## Configurations -### Plugin Configuration ([`config.yml`]() . +You can find configuration translations at [VotePass-Translations](https://github.com/ArtformGames/VotePass-Translations). + +### Plugin Configuration (`config.yml`) . Will be generated on the first boot up. -### Messages Configuration ([`messages.yml`]()) +### Messages Configuration (`messages.yml`) Will be generated on the first boot up. diff --git a/README_CN.md b/README_CN.md index f2b4ba7..8158402 100644 --- a/README_CN.md +++ b/README_CN.md @@ -126,12 +126,11 @@ README LANGUAGES [ [English](README.md) | [**中文**](README_CN.md) ] ``` ## 配置文件 - -### 插件配置文件([`config.yml`]() . +### 插件配置文件(`config.yml`) . 将在服务器首次启动时生成。您可以 [在这里](https://github.com/ArtformGames/VotePass-Translations) 找到该配置文件的中文译本。 -### 消息配置文件([`messages.yml`]()) +### 消息配置文件 (`messages.yml`) 将在服务器首次启动时生成。您可以 [在这里](https://github.com/ArtformGames/VotePass-Translations) 找到该配置文件的中文译本。 diff --git a/api/pom.xml b/api/pom.xml index 82bb8be..f32ded8 100644 --- a/api/pom.xml +++ b/api/pom.xml @@ -6,7 +6,7 @@ com.artformgames votepass-parent - 1.2.2 + 1.2.3 ${project.jdk.version} diff --git a/core/pom.xml b/core/pom.xml index ac76152..0eb8df8 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -6,7 +6,7 @@ com.artformgames votepass-parent - 1.2.2 + 1.2.3 ${project.jdk.version} diff --git a/game/api/pom.xml b/game/api/pom.xml index 2a606d7..baf6b42 100644 --- a/game/api/pom.xml +++ b/game/api/pom.xml @@ -6,7 +6,7 @@ com.artformgames votepass-parent - 1.2.2 + 1.2.3 ../../pom.xml diff --git a/game/plugin/pom.xml b/game/plugin/pom.xml index 9bdfd8b..962586f 100644 --- a/game/plugin/pom.xml +++ b/game/plugin/pom.xml @@ -6,7 +6,7 @@ com.artformgames votepass-parent - 1.2.2 + 1.2.3 ../../pom.xml diff --git a/lobby/api/pom.xml b/lobby/api/pom.xml index 8853ad0..2aee4d9 100644 --- a/lobby/api/pom.xml +++ b/lobby/api/pom.xml @@ -6,7 +6,7 @@ com.artformgames votepass-parent - 1.2.2 + 1.2.3 ../../pom.xml diff --git a/lobby/plugin/pom.xml b/lobby/plugin/pom.xml index 60ce2cb..17f89ab 100644 --- a/lobby/plugin/pom.xml +++ b/lobby/plugin/pom.xml @@ -6,7 +6,7 @@ com.artformgames votepass-parent - 1.2.2 + 1.2.3 ../../pom.xml diff --git a/pom.xml b/pom.xml index 49730ed..241dd48 100644 --- a/pom.xml +++ b/pom.xml @@ -23,7 +23,7 @@ com.artformgames votepass-parent - 1.2.2 + 1.2.3 api lobby/api