diff --git a/README.md b/README.md
index 4b2d60b..f0ceb3f 100644
--- a/README.md
+++ b/README.md
@@ -9,58 +9,28 @@
[Folia region logic](https://docs.papermc.io/folia/reference/region-logic)
-## Foldenor api
+## Features
+ - **Bukkit Plugins Support!** Just add folia-supported: true at the end of any plugin.yml.
+ - **Various patches** blending from [other forks](https://github.com/Edenor-Minecraft/Foldenor?tab=readme-ov-file#credits).
+ - **Better Region Format** Support for the Linear region file format from [LinearPurpur](https://github.com/StupidCraft/LinearPurpur)
+ - ...
-# How to use
+## Downloads
-[Gradle](https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-gradle-registry#using-a-published-package)
+Pre-built Jars can be found in the [Releases Tab](https://github.com/Edenor-Minecraft/Foldenor/releases/)
-[Maven](https://docs.github.com/ru/packages/working-with-a-github-packages-registry/working-with-the-apache-maven-registry#installing-a-package)
+## Building
-# Maven
+Building a Paperclip JAR for distribution:
-Artifact Information:
-
-
- dev.edenor.foldenor
- foldenor-api
- 1.20.4-R0.1-SNAPSHOT
-
-
-# Gradle
-
-Gradle Repo (for foldenor-api):
-
- maven {
- url = uri("https://maven.pkg.github.com/Edenor-Minecraft/Foldenor/")
- credentials {
- username = System.getenv("USERNAME")
- password = System.getenv("TOKEN")
- }
- }
-
-Artifact Information:
-
- dependencies {
- compileOnly 'dev.edenor.foldenor:foldenor-api:1.20.4-R0.1-SNAPSHOT'
- }
+```bash
+./gradlew applyPatches && ./gradlew createMojmapPaperclipJar
+```
## About Edenor
-[VK](https://vk.com/edenorrp)
-
-[Discord](https://discord.gg/bC66Pwh)
-
-[Telegram](https://t.me/edenorrp)
-
[Website](https://edenor.ru/)
## Communication with the developer
-[VK](https://vk.com/altronmaxx)
-
-[Discord](https://discord.com/users/324794944042565643)
-
-[GitHub](https://github.com/AltronMaxX)
-
[Telegram](https://t.me/AltronMaxX)
## License
@@ -71,4 +41,15 @@ The fork is based off of PaperMC's fork example found [here](https://github.com/
As such, it contains modifications to it in this project, please see the repository for license information
of modified files.
-
+## Credits
+Thanks to these projects below. Foldenor just mix some of their patches together.
+If these excellent projects hadn't appeared, Foldenor wouldn't have become great.
+
+- [Purpur](https://github.com/PurpurMC/Purpur)
+- [Leaf](https://github.com/Winds-Studio/Leaf)
+- [Pufferfish](https://github.com/pufferfish-gg/Pufferfish)
+- [Gale](https://github.com/GaleMC/Gale)
+- [ShreddedPaper](https://github.com/MultiPaper/ShreddedPaper)
+- [Leaves](https://github.com/LeavesMC/Leaves)
+- [Kaiiju](https://github.com/KaiijuMC/Kaiiju)
+- [SparklyPaper](https://github.com/SparklyPower/SparklyPaper)