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!

@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