diff --git a/README.md b/README.md
index 0327a74..bbabd7b 100644
--- a/README.md
+++ b/README.md
@@ -11,14 +11,14 @@ CoreProtect
CoreProtect is a blazing fast data logging and anti-griefing tool for Minecraft servers.
-For a detailed description of the plugin, please visit [modrinth.com/plugin/coreprotect](https://modrinth.com/plugin/coreprotect).
+For a detailed description of the plugin, please visit [coreprotect.net](https://coreprotect.net).
| Quick Links | |
| --- | --- |
| CoreProtect Discord: | [discord.gg/b4DZ4jy](https://discord.gg/b4DZ4jy) |
| CoreProtect Patreon: | [patreon.com/coreprotect](https://www.patreon.com/coreprotect) |
| CoreProtect Documentation: | [docs.coreprotect.net](https://docs.coreprotect.net) |
-| Downloads for MC 1.14 - 1.19: | [modrinth.com/plugin/coreprotect](https://modrinth.com/plugin/coreprotect) |
+| Downloads for MC 1.14 - 1.20: | [coreprotect.net/latest](https://coreprotect.net/latest/) |
| Downloads for MC 1.8 - 1.12: | [coreprotect.net/legacy](https://coreprotect.net/legacy/) |
bStats
@@ -41,7 +41,7 @@ Maven
net.coreprotect
coreprotect
- 21.3
+ 22.0
provided
```
diff --git a/build.gradle b/build.gradle
index 6ca77ac..0be5121 100644
--- a/build.gradle
+++ b/build.gradle
@@ -7,7 +7,7 @@ plugins {
}
group = 'net.coreprotect'
-String projectVersion = '21.3'
+String projectVersion = '22.0'
String projectBranch = ''
version = projectVersion // `version` might be modified, we don't always want that (e.g. plugin.yml)
description = 'Provides block protection for your server.'
@@ -34,9 +34,9 @@ dependencies {
compileOnly('com.sk89q.worldedit:worldedit-bukkit:7.0.0-SNAPSHOT') {
exclude group: 'org.bukkit'
}
- compileOnly 'io.papermc.paper:paper-api:1.19-R0.1-SNAPSHOT'
+ compileOnly 'dev.folia:folia-api:1.20.1-R0.1-SNAPSHOT'
implementation 'org.bstats:bstats-bukkit-lite:1.8'
- implementation 'com.zaxxer:HikariCP:4.0.3'
+ implementation 'com.zaxxer:HikariCP:5.0.1'
}
jar {
diff --git a/pom.xml b/pom.xml
index 8d2f0b4..5d7c6c4 100755
--- a/pom.xml
+++ b/pom.xml
@@ -2,7 +2,7 @@
4.0.0
net.coreprotect
CoreProtect
- 21.3
+ 22.0
UTF-8
@@ -95,6 +95,7 @@