diff --git a/README.md b/README.md
index db446da..80cb08e 100644
--- a/README.md
+++ b/README.md
@@ -4,14 +4,12 @@
### A Server Platform for Minecraft: Java Edition based on [Paper](https://github.com/PaperMC/Paper)
-[](README.md)
+[](LICENSE)
[](https://github.com/PlazmaMC/Plazma/actions/workflows/build.yml?query=branch:ver/1.19.4)
[](https://github.com/PlazmaMC/AlwaysUpToDate/actions/workflows/plazma.yml)
-
-[](LICENSE)
-[](https://discord.gg/MmfC52K8A8)
[](https://github.com/PlazmaMC/Plazma/releases/latest-1.19.4)
+[](https://discord.gg/MmfC52K8A8)
[](https://github.com/PlazmaMC/Plazma/releases/tag/latest-1.19.4)
[](https://github.com/PlazmaMC/Plazma/stargazers)
[](https://github.com/PPlazmaMC/Plazma/network/members)
@@ -20,7 +18,7 @@
## β οΈ Warning
-- Plazma may cause **unexpected problems**, so **don't use** it in production server!
+- Plazma may cause **unexpected problems**, so be sure to test it thoroughly before using it on a public server.
## π¬ About Plazma...
- **Plazma** is created from the merger of **[Andromeda](https://github.com/TeamEarendel/Andromeda)** and **[Fusion](https://github.com/RuinedTechnologyUnify/Fusion)**
@@ -39,6 +37,12 @@
## βοΈ License
- This project and all patches are licensed under the [MIT license](LICENSE.md) unless otherwise noted in the patch headers.
+## π§ Support Status
+| Version | Support | Stability | Progress |
+|:------------------------------------------------------------:|:-------:|:---------:|:--------:|
+| [1.20.1](https://github.com/PlazmaMC/Plazma/tree/ver/1.20.1) | Active | Good | 100% |
+| [1.19.4](https://github.com/PlazmaMC/Plazma/tree/ver/1.19.4) | Active | Good | 100% |
+
## π Sponsorship - Minecraft Development Dictionary (KOREAN)
[](https://discord.gg/AZwXTA9Pgx)
- νκΈλ‘ λ²μ&μ 리λ Minecraftμ μλνν° λ²ν·λ€μ μμλ€μ λΉ λ₯΄κ² λ§λλ³Ό μ μμ΅λλ€.
diff --git a/patches/server/0007-Plazma-Configurations.patch b/patches/server/0007-Plazma-Configurations.patch
index ee835e9..4f6fe64 100644
--- a/patches/server/0007-Plazma-Configurations.patch
+++ b/patches/server/0007-Plazma-Configurations.patch
@@ -649,7 +649,7 @@ index 0000000000000000000000000000000000000000..857ddc62dd9affbbebcd7cde8a6d675d
+}
diff --git a/src/main/java/org/plazmamc/plazma/configurations/PlazmaConfigurations.java b/src/main/java/org/plazmamc/plazma/configurations/PlazmaConfigurations.java
new file mode 100644
-index 0000000000000000000000000000000000000000..b1104778995a3734f3b6df71d59172e546e152a2
+index 0000000000000000000000000000000000000000..481392f3ed3b746172dbf319a583ca5751bc0b35
--- /dev/null
+++ b/src/main/java/org/plazmamc/plazma/configurations/PlazmaConfigurations.java
@@ -0,0 +1,304 @@
@@ -706,7 +706,7 @@ index 0000000000000000000000000000000000000000..b1104778995a3734f3b6df71d59172e5
+
+ private static final Logger LOGGER = LogUtils.getLogger();
+ static final String GLOBAL_CONFIGURATION_FILE_NAME= "plazma-global.yml";
-+ static final String LEVEL_DEFAULT_CONFIGURATION_FILE_NAME = "plazma-level-dafaults.yml";
++ static final String LEVEL_DEFAULT_CONFIGURATION_FILE_NAME = "plazma-level-defaults.yml";
+ static final String LEVEL_CONFIGURATION_FILE_NAME = "plazma-configuration.yml";
+
+ private static final String HEADER_START = """