CoreProtect is a blazing fast data logging and anti-griefing tool for Minecraft servers.
Go to file
ianiiaannn 4cce566e37
Update Traditional Chinese translation (#392)
* Update Phrase to make strings correctly split by fullwidth colons (U+FF1A)

* Fix Traditional Chinese translation

* Replace U+FF1A with `: `
2023-07-19 14:35:25 -06:00
.github Updated GitHub workflow to use Java 17 2021-12-16 15:25:38 -07:00
docs Made PreLogEvent cancellable (implements #325) 2023-07-13 17:55:00 -06:00
lang Update Traditional Chinese translation (#392) 2023-07-19 14:35:25 -06:00
src/main Update Traditional Chinese translation (#392) 2023-07-19 14:35:25 -06:00
.gitignore Added Gradle build folder to .gitignore 2021-07-21 14:31:22 -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
README.md Updated versions listed in README 2022-12-09 18:51:04 -07:00
build.gradle Updated exclusions (Maven/Gradle) 2022-12-21 19:56:32 -07:00
mkdocs.yml CoreProtect v21.0 release 2022-03-08 08:39:38 -07:00
pom.xml Build project against Folia 1.20.1 2023-07-12 15:19:47 -06:00
requirements.txt Bump mkdocs from 1.2.3 to 1.3.1 2022-09-09 16:01:48 -06:00

README.md

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 modrinth.com/plugin/coreprotect.

Quick Links
CoreProtect Discord: discord.gg/b4DZ4jy
CoreProtect Patreon: patreon.com/coreprotect
CoreProtect Documentation: docs.coreprotect.net
Downloads for MC 1.14 - 1.19: modrinth.com/plugin/coreprotect
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>21.3</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