Want the latest version of CoreProtect? Can't afford $5USD? Know what Github is? Then this is the guide for you!
- Download JDK 11
- Download Maven
- Download Git
git git clone https://github.com/PlayPro/CoreProtect.git- Edit
pom.xmlline 7 to:<project.branch>development</project.branch> - Edit
NetworkHandler.javaline 88 to:if (remoteKey.length > 1 && remoteKey[1].equals("0") && remoteKey[0].length() > 1) { - Edit
VersionUtils.javaline 107 to:return !isBranch("edge") && !isBranch("coreprotect") && !isBranch("development") && !validDonationKey(); - Compile with
mvn clean install - Move
\target\CoreProtect-23.x.jarinto your servers plugin folder - Edit
config.xmlin the plugin folder line 4 to:donation-key: eatcevapi - Enjoy the paid donator edition! Note that the command
migrate-dbdoes not work.
Steps 6, 7 & 10 are not really required but will remove any community edition annoyances.
