Skip to content

Commit 58f4a76

Browse files
committed
CoreProtect v22.0 release
1 parent a46deeb commit 58f4a76

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@ CoreProtect
1111

1212
CoreProtect is a blazing fast data logging and anti-griefing tool for Minecraft servers.
1313

14-
For a detailed description of the plugin, please visit [modrinth.com/plugin/coreprotect](https://modrinth.com/plugin/coreprotect).
14+
For a detailed description of the plugin, please visit [coreprotect.net](https://coreprotect.net).
1515

1616
| Quick Links | |
1717
| --- | --- |
1818
| CoreProtect Discord: | [discord.gg/b4DZ4jy](https://discord.gg/b4DZ4jy) |
1919
| CoreProtect Patreon: | [patreon.com/coreprotect](https://www.patreon.com/coreprotect) |
2020
| CoreProtect Documentation: | [docs.coreprotect.net](https://docs.coreprotect.net) |
21-
| Downloads for MC 1.14 - 1.19: | [modrinth.com/plugin/coreprotect](https://modrinth.com/plugin/coreprotect) |
21+
| Downloads for MC 1.14 - 1.20: | [coreprotect.net/latest](https://coreprotect.net/latest/) |
2222
| Downloads for MC 1.8 - 1.12: | [coreprotect.net/legacy](https://coreprotect.net/legacy/) |
2323

2424
bStats
@@ -41,7 +41,7 @@ Maven
4141
<dependency>
4242
<groupId>net.coreprotect</groupId>
4343
<artifactId>coreprotect</artifactId>
44-
<version>21.3</version>
44+
<version>22.0</version>
4545
<scope>provided</scope>
4646
</dependency>
4747
```

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ plugins {
77
}
88

99
group = 'net.coreprotect'
10-
String projectVersion = '21.3'
10+
String projectVersion = '22.0'
1111
String projectBranch = ''
1212
version = projectVersion // `version` might be modified, we don't always want that (e.g. plugin.yml)
1313
description = 'Provides block protection for your server.'
@@ -34,9 +34,9 @@ dependencies {
3434
compileOnly('com.sk89q.worldedit:worldedit-bukkit:7.0.0-SNAPSHOT') {
3535
exclude group: 'org.bukkit'
3636
}
37-
compileOnly 'io.papermc.paper:paper-api:1.19-R0.1-SNAPSHOT'
37+
compileOnly 'dev.folia:folia-api:1.20.1-R0.1-SNAPSHOT'
3838
implementation 'org.bstats:bstats-bukkit-lite:1.8'
39-
implementation 'com.zaxxer:HikariCP:4.0.3'
39+
implementation 'com.zaxxer:HikariCP:5.0.1'
4040
}
4141

4242
jar {

pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<modelVersion>4.0.0</modelVersion>
33
<groupId>net.coreprotect</groupId>
44
<artifactId>CoreProtect</artifactId>
5-
<version>21.3</version>
5+
<version>22.0</version>
66
<properties>
77
<project.branch></project.branch>
88
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
@@ -95,6 +95,7 @@
9595
</repositories>
9696
<dependencies>
9797
<!--
98+
paper-api: io.papermc.paper
9899
paper-api (<= 1.16): com.destroystokyo.paper
99100
spigot-api: org.spigotmc
100101
bukkit: org.bukkit

0 commit comments

Comments
 (0)