Griefus is a blazing fast data logging and anti-griefing tool for Minecraft servers.
Find a file
Tomasz Czajkowski 3158fe5268
Update Polish Translation (#626)
* Update Polish Translation

- Changed a bunch of translations to be as natural as possible
- Made translations more consistent
- Changed special quotation mark to normal escaped quotation marks, to be consistent with the English translations
- Added missing translations

* Update pl.yml

fixed translation for entities in 2 places

* Added missing translation keys and better time-frames

In addition to new translation keys, I added an "optional" suffix to time-frames, for cases when numbers are between 2 and 4 (inclusive). Unfortunately couldn't make it pretty for months, since more of the word changes ("miesiące" vs "miesięcy"), not just the suffix, so I opted to just leave the word translation for the cases of 5+

---------

Co-authored-by: Intelli <6790859+Intelli@users.noreply.github.com>
2025-09-09 10:27:26 -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 Polish Translation (#626) 2025-09-09 10:27:26 -06:00
src/main Optimize Chinese Localization, Add Time Units, and Fix Italic Bug (#796) 2025-09-09 10:13:41 -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 Optimize Chinese Localization, Add Time Units, and Fix Italic Bug (#796) 2025-09-09 10:13:41 -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