CoreProtect is a blazing fast data logging and anti-griefing tool for Minecraft servers.
Go to file
dependabot[bot] ba0ad6c15c
Bump mkdocs from 1.2.1 to 1.2.3 (#108)
Bumps [mkdocs](https://github.com/mkdocs/mkdocs) from 1.2.1 to 1.2.3.
- [Release notes](https://github.com/mkdocs/mkdocs/releases)
- [Commits](https://github.com/mkdocs/mkdocs/compare/1.2.1...1.2.3)

---
updated-dependencies:
- dependency-name: mkdocs
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-11-09 15:27:12 -07:00
.github Changed base dependency to Paper 2021-08-01 16:36:17 -06:00
docs Make user mutable via CoreProtectPreLogEvent (#66) 2021-08-06 18:40:21 -06:00
lang Fixed sign message phrase in zh-cn.yml (#63) 2021-08-03 13:07:25 -06:00
src/main Fixed piston heads not being logged when the piston base is broken 2021-11-09 14:53:42 -07:00
.gitignore Added Gradle build folder to .gitignore 2021-07-21 14:31:22 -06:00
build.gradle CoreProtect v20.1 release 2021-07-27 14:16:20 -06:00
CONTRIBUTING.md Updated PR guidelines & added GitHub workflow build file 2021-07-16 15:25:59 -06:00
LICENSE Set project license (The Artistic License 2.0) 2017-08-21 23:25:55 -06:00
mkdocs.yml Set documentation directory as "docs" 2021-07-13 19:39:17 -06:00
pom.xml Make user mutable via CoreProtectPreLogEvent (#66) 2021-08-06 18:40:21 -06:00
README.md Updated badges in README 2021-07-16 16:57:00 -06:00
requirements.txt Bump mkdocs from 1.2.1 to 1.2.3 (#108) 2021-11-09 15:27:12 -07: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 spigotmc.org/resources/coreprotect.8631.

Quick Links
CoreProtect Discord: discord.gg/b4DZ4jy
CoreProtect Patreon: patreon.com/coreprotect
CoreProtect Documentation: docs.coreprotect.net
Downloads for MC 1.14 - 1.17: spigotmc.org/resources/coreprotect.8631
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>20.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