Skip to content

Instantly share code, notes, and snippets.

@iamnotpayingforyourpatreon
Last active December 8, 2025 19:48
Show Gist options
  • Select an option

  • Save iamnotpayingforyourpatreon/20371ddfb318c49dda48fc537032d923 to your computer and use it in GitHub Desktop.

Select an option

Save iamnotpayingforyourpatreon/20371ddfb318c49dda48fc537032d923 to your computer and use it in GitHub Desktop.
Download CoreProtect 1.21.10

updated 8th Dec, 2025 for 1.21.10

Tutorial of Downloading and Building the CoreProtect Plugin

This tutorial will explain from nothing how to build/create the CoreProtect plugin or 1.21.10 from it's source code on GitHub.

I am assuming you don't know anything and don't have anything installed and are using a Windows device.

Prerequisites

Watch these tutorial videos (very short).

Start Compiling

  • Right click the "Start" or "Windows" icon on your taskbar.

  • Click "Command Prompt".

  • Type the following commands.

cd Desktop
git clone https://github.com/PlayPro/CoreProtect.git

AFTER USING GIT CLONE

You need to go to Desktop\CoreProtect\pox.xml Right click the file, click Open With > Notepad.

Change <project.branch></project.branch> to <project.branch>developer</project.branch>

In the same Command Prompt window, type the following:

cd CoreProtect
mvn clean install

i_am_not_paying_for_your_patreon_to_get_builds_for_open_source_code_3

This process will take a while. You should see [INFO] BUILD SUCCESS when it is complete.

The plugin jar will be outputted in the FOLDER NAME\target\CoreProtect-version.jar

Do not use the .jar labelled "original".

i_am_not_paying_for_your_patreon_to_get_builds_for_open_source_code_2

I am not paying for your patreon for builds to open source. Thank you & have an amazing day! Be cautious of build download links under this comment section!

@eccemono
Copy link

eccemono commented Aug 3, 2025

build.gradle

I cant find it either I was wondering if someone else has found it

@lolmak
Copy link

lolmak commented Aug 6, 2025

build.gradle

I cant find it either I was wondering if someone else has found it

This was removed a couple of months ago, miss fortune.

@SameonDylone
Copy link

so there's no way to to compiled the coreprotect?

@thefeli73
Copy link

Currently, it seems to work to simply change
pom.xml
[line 7] <project.branch></project.branch><project.branch>development</project.branch>

no need to touch plugin.yml.
at least for coreprotect version 23.0, minecraft version 1.21.10

@zyrafaq
Copy link

zyrafaq commented Oct 30, 2025

Currently, it seems to work to simply change pom.xml [line 7] <project.branch></project.branch><project.branch>development</project.branch>

no need to touch plugin.yml. at least for coreprotect version 23.0, minecraft version 1.21.10

Also works for branch master as the plugin was taken from branch master:)

@zyrafaq
Copy link

zyrafaq commented Oct 30, 2025

Then use mvn clean package

@GitGoppy
Copy link

GitGoppy commented Nov 26, 2025

Here is a CoreProtect compiled edge build v23.3 jar with all metrics/tracking removed and a functional /co migrate-db

Full functionality with latest bugfixes for 1.21.10 with no donation key required or developer tracking.

I am not entitled to your trust and you are welcome to scan the jar file for any malware/backdoors, decompile it if you don't trust this download.
Coreprotect v23.3 Patched.jar

@iamnotpayingforyourpatreon
Copy link
Author

@joex92 @TheDogg @jozlod @Dreadonator @ScuroK Thank you for your contribution to the comment section of this gist. The post has been updated to reflect new changes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment