Griefus is a blazing fast data logging and anti-griefing tool for Minecraft servers.
Find a file
2025-10-01 20:07:18 -06:00
.github Update stale.yml 2025-09-02 09:29:17 -06:00
docs Added location to CoreProtectPreLogEvent (implements #709) 2025-09-02 18:05:30 -06:00
lang Update ru.yml (#798) 2025-09-12 18:04:05 -06:00
src/main Added edge version handling in status command 2025-10-01 20:07:18 -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 Added MultiPaper support 2025-09-26 14:12:00 -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