Coreprotect alternative (paper 1.21.4)
As the title says. Unless there is way of downloading core protect without paying for it via the patreon, (wich seems to be the only way).
I've tried the GitHub but that still the hold version.
Solution:Jump to solution
Correct, v23.0 hasn’t been released yet. The version listed in pom.xml will be updated once v23.0 is released. That is, all new commits are still going towards the upcoming v23.0 release.
5 Replies
@Skullians [buape.com]
It’s not the old version.
The Pom.xml states v22.4 however it contains the latest code
v22.4 is the latest ‘official’ full release
you have to manually adjust the version
@Mr. Dan • Intelli • CoreProtect will be able to provide more clarification if needed
Solution
Correct, v23.0 hasn’t been released yet. The version listed in pom.xml will be updated once v23.0 is released. That is, all new commits are still going towards the upcoming v23.0 release.
Version identifier on GitHub has always been updated at the time of release.
For a new database / clean install, version number doesn’t matter, and you can just leave it as v22.4 if you want. For updating an existing database, you should patch your database first (either by running the free RC1 release, or by compiling with patch script support), and then running your build as v23.0.
Also, the published v22.4 builds do work on MC 1.21.4, minus entity logging, due to API changes. If entity logging isn’t important, and you want to use the existing build, you can disable entity logging in the config.yml file to prevent errors from showing.
(But I’d personally recommend using a more recent dev build for 1.21.4)
Ahh, thanks for the info, little confusing as ive build it before, (that clarified the v22.4)