From c6db56fe235baa7ac4ea3169e31d4d7713847962 Mon Sep 17 00:00:00 2001 From: NONPLAYT <76615486+NONPLAYT@users.noreply.github.com> Date: Tue, 12 Dec 2023 19:09:31 +0300 Subject: [PATCH] update build and docs --- .github/workflows/build.yml | 4 ++-- docs/docs/admin/configuration.md | 5 ----- docs/docs/admin/getting-started.md | 1 + 3 files changed, 3 insertions(+), 7 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9bb3610..b28599b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -4,8 +4,8 @@ on: workflow_dispatch: env: - version: '1.20.2' - branch: 'ver/1.20.2' + version: '1.20.4' + branch: 'ver/1.20.4' debug: 'false' jobs: diff --git a/docs/docs/admin/configuration.md b/docs/docs/admin/configuration.md index 167b416..44e1f88 100644 --- a/docs/docs/admin/configuration.md +++ b/docs/docs/admin/configuration.md @@ -41,11 +41,6 @@ Global settings affect all worlds on the server as well as the core server funct ### settings -- #### player - - ##### allow-any-username - - **default**: false - - **description**: Enables a feature to allow players to log in with any username - #### do-not-process-chat-commands - **default**: true - **description**: This function disables chat/commands processing when a player joins the server diff --git a/docs/docs/admin/getting-started.md b/docs/docs/admin/getting-started.md index 438a9ce..8b76de2 100644 --- a/docs/docs/admin/getting-started.md +++ b/docs/docs/admin/getting-started.md @@ -53,6 +53,7 @@ Here is a list of all the versions of DivineMC: | Name | Fork Of | Download | |:---------------:|:-----------------:|:----------------------------------------------------------------------------------:| +| DivineMC 1.20.4 | Purpur 1.20.4 | [Download latest](https://github.com/DivineMC/DivineMC/releases/tag/latest-1.20.4) | | DivineMC 1.20.2 | Purpur 1.20.2 | [Download latest](https://github.com/DivineMC/DivineMC/releases/tag/latest-1.20.2) | | DivineMC 1.20.1 | Purpur 1.20.1 | [Download latest](https://github.com/DivineMC/DivineMC/releases/tag/latest-1.20.1) | | DivineMC 1.20 | Purpur 1.20 | [Download latest](https://github.com/DivineMC/DivineMC/releases/tag/latest-1.20) |