Skip to content

Instantly share code, notes, and snippets.

@iamnotpayingforyourpatreon
Last active December 15, 2025 13:55
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!

@GitGoppy
Copy link

GitGoppy commented Dec 15, 2025

Downloads can be found here: https://ci.ecocitycraft.com/job/CoreProtect/ Full build log; https://ci.ecocitycraft.com/job/CoreProtect/51/console

1.21.11 -> https://ci.ecocitycraft.com/job/CoreProtect/51/

TLDR this is a fake v23.3 version and FALSE ADVERTISING
This is not the v23.3 build that is on patreon and works with 1.21.11. The version of the build has been modified to correspond to 23.3 but is in fact version v23.1 without .11 support or bug fixes. (It may work on 1.20.11. But does NOT SUPPORT it because the latest patches were gatekept by developer and were not published to community edition repo)

Refer to this link for the actual premium prebuilt version v23.3 which supports 1.21.11
Coreprotect v23.3 Patched.jar

@andrewkm
Copy link

Downloads can be found here: https://ci.ecocitycraft.com/job/CoreProtect/ Full build log; https://ci.ecocitycraft.com/job/CoreProtect/51/console
1.21.11 -> https://ci.ecocitycraft.com/job/CoreProtect/51/

TLDR this is a fake v23.3 version and FALSE ADVERTISING This is not the v23.3 build that is on patreon and works with 1.21.11. The version of the build has been modified to correspond to 23.3 but is in fact version v23.1 without .11 support or bug fixes. (It may work on 1.20.11. But does NOT SUPPORT it because the latest patches were gatekept by developer and were not published to community edition repo)

Refer to this link for the actual premium prebuilt version v23.3 which supports 1.21.11 Coreprotect v23.3 Patched.jar

Lmao no build log, no public repo? Yes trust this malicious build quite literally from a random dude on GitHub over our legit build. Hilarious. Stop spreading infected crap.

@GitGoppy
Copy link

Downloads can be found here: https://ci.ecocitycraft.com/job/CoreProtect/ Full build log; https://ci.ecocitycraft.com/job/CoreProtect/51/console
1.21.11 -> https://ci.ecocitycraft.com/job/CoreProtect/51/

TLDR this is a fake v23.3 version and FALSE ADVERTISING This is not the v23.3 build that is on patreon and works with 1.21.11. The version of the build has been modified to correspond to 23.3 but is in fact version v23.1 without .11 support or bug fixes. (It may work on 1.20.11. But does NOT SUPPORT it because the latest patches were gatekept by developer and were not published to community edition repo)
Refer to this link for the actual premium prebuilt version v23.3 which supports 1.21.11 Coreprotect v23.3 Patched.jar

Lmao no build log, no public repo? Yes trust this malicious build quite literally from a random dude on GitHub over our legit build. Hilarious. Stop spreading infected crap.

DON'T TRUST ME, Decompile my prebuilt jar, check for backdoors/viruses/suspicious behaviour YOURSELF. There is no obfuscation at all, all code is plainly visible after decompilation. Check it out. You will find it to be completely clean if you do.

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