From 58f4a76d75e37962d2cf4f12014e1387ae7af219 Mon Sep 17 00:00:00 2001 From: Intelli Date: Mon, 31 Jul 2023 18:39:57 -0600 Subject: [PATCH] CoreProtect v22.0 release --- README.md | 6 +++--- build.gradle | 6 +++--- pom.xml | 3 ++- 3 files changed, 8 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 0327a747..bbabd7b8 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 6ca77acd..0be5121a 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 8d2f0b4d..5d7c6c4b 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 @@