File tree Expand file tree Collapse file tree 3 files changed +8
-7
lines changed
Expand file tree Collapse file tree 3 files changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -11,14 +11,14 @@ CoreProtect
1111
1212CoreProtect 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
2424bStats
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```
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ plugins {
77}
88
99group = ' net.coreprotect'
10- String projectVersion = ' 21.3 '
10+ String projectVersion = ' 22.0 '
1111String projectBranch = ' '
1212version = projectVersion // `version` might be modified, we don't always want that (e.g. plugin.yml)
1313description = ' 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
4242jar {
Original file line number Diff line number Diff line change 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>
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
You can’t perform that action at this time.
0 commit comments