Griefus is a blazing fast data logging and anti-griefing tool for Minecraft servers.
Find a file
2025-08-14 18:31:48 -06:00
.github Fixed build errors 2025-03-04 10:24:19 -07:00
docs Update "Third-Party Plugins & Tools" doc 2025-08-14 18:31:48 -06:00
lang Fixed SQLiteException when performing purges 2025-03-20 13:21:43 -06:00
src/main Fix parsing for Minecraft versions without a minor version 2025-08-13 12:53:10 -06:00
.gitignore Month / Year param support 2025-03-17 13:51:32 -06:00
CONTRIBUTING.md Update CONTRIBUTING.md 2023-07-15 12:45:59 -06:00
LICENSE Set project license (The Artistic License 2.0) 2017-08-21 23:25:55 -06:00
mkdocs.yml CoreProtect v21.0 release 2022-03-08 08:39:38 -07:00
pom.xml CoreProtect Community Edition v23.0 release 2025-08-08 15:34:49 -06:00
README.md CoreProtect Community Edition v23.0 release 2025-08-08 15:34:49 -06:00
requirements.txt Bump mkdocs from 1.2.3 to 1.3.1 2022-09-09 16:01:48 -06:00

CoreProtect

Artistic License 2.0 GitHub Workflows Netlify Status CodeFactor Join us on Discord

CoreProtect

CoreProtect is a blazing fast data logging and anti-griefing tool for Minecraft servers.

For a detailed description of the plugin, please visit coreprotect.net.

Quick Links
CoreProtect Discord: discord.gg/b4DZ4jy
CoreProtect Patreon: patreon.com/coreprotect
CoreProtect Documentation: docs.coreprotect.net
Downloads for MC 1.14 - 1.21: coreprotect.net/latest
Downloads for MC 1.8 - 1.12: coreprotect.net/legacy

bStats

bStats Graph Data

API

API Documentation

Dependency Information

Maven

<repository>
    <id>playpro-repo</id>
    <url>https://maven.playpro.com</url>
</repository>
<dependency>
    <groupId>net.coreprotect</groupId>
    <artifactId>coreprotect</artifactId>
    <version>23.0</version>
    <scope>provided</scope>
</dependency>

Contributing

CoreProtect is an open source project, and gladly accepts community contributions.

If you'd like to contribute, please read our contributing guidelines here: CONTRIBUTING.md

Contributor Covenant